Home
last modified time | relevance | path

Searched refs:MAX_INFO_STRING (Results 1 – 25 of 480) sorted by relevance

12345678910>>...20

/dports/databases/unixODBC/unixODBC-2.3.9/Drivers/Postgre7.1/
H A Dinfo.c71 char *p = NULL, tmp[MAX_INFO_STRING]; in SQLGetInfo()
959 char table_name[MAX_INFO_STRING], table_owner[MAX_INFO_STRING], relkind_or_hasrules[MAX_INFO_STRING in SQLTables()
963 char *table_type[32], table_types[MAX_INFO_STRING]; in SQLTables()
1237 char table_owner[MAX_INFO_STRING], table_name[MAX_INFO_STRING], field_name[MAX_INFO_STRING], field_… in PG_SQLColumns()
1241 char not_null[MAX_INFO_STRING], relhasrules[MAX_INFO_STRING]; in PG_SQLColumns()
1644 char relhasrules[MAX_INFO_STRING]; in SQLSpecialColumns()
1779 char index_name[MAX_INFO_STRING]; in SQLStatistics()
1787 char column_name[MAX_INFO_STRING], relhasrules[MAX_INFO_STRING]; in SQLStatistics()
1868 column_name, MAX_INFO_STRING, &column_name_len); in SQLStatistics()
2138 char attname[MAX_INFO_STRING]; in PG_SQLPrimaryKeys()
[all …]
/dports/games/vavoom/vavoom-1.33/source/
H A Dinfostr.cpp37 #define MAX_INFO_STRING 1024 macro
72 if (s.Length() >= MAX_INFO_STRING) in Info_ValueForKey()
121 if (s.Length() >= MAX_INFO_STRING) in Info_RemoveKey()
178 if (s.Length() >= MAX_INFO_STRING) in Info_SetValueForKey()
201 if (value.Length() - v.Length() + s.Length() > MAX_INFO_STRING) in Info_SetValueForKey()
214 if (newi.Length() + s.Length() > MAX_INFO_STRING) in Info_SetValueForKey()
/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/
H A Dinfo.c82 char tmp[MAX_INFO_STRING]; in PGAPI_GetInfo()
1795 char table_name[MAX_INFO_STRING], in PGAPI_Tables()
1796 table_owner[MAX_INFO_STRING], in PGAPI_Tables()
2324 char table_owner[MAX_INFO_STRING], in PGAPI_Columns()
2325 table_name[MAX_INFO_STRING], in PGAPI_Columns()
2326 field_name[MAX_INFO_STRING], in PGAPI_Columns()
2334 char not_null[MAX_INFO_STRING], in PGAPI_Columns()
3187 char index_name[MAX_INFO_STRING]; in PGAPI_Statistics()
3192 ishash[MAX_INFO_STRING]; in PGAPI_Statistics()
3802 char attname[MAX_INFO_STRING]; in PGAPI_PrimaryKeys()
[all …]
/dports/games/alienarena/alienarena-7.66/source/game/acesrc/
H A Dacebot_spawn.c439 char userinfo[MAX_INFO_STRING]; in loadbots_team_botkick()
548 char userinfo[MAX_INFO_STRING]; in loadbots_team()
579 char userinfo[MAX_INFO_STRING]; in loadbots_nonteam_botkick()
659 char userinfo[MAX_INFO_STRING]; in loadbots_nonteam()
938 char userinfo[MAX_INFO_STRING]; in ACESP_PutClientInServer()
1370 char bot_skin[MAX_INFO_STRING]; in ACESP_SetName()
1371 char bot_name[MAX_INFO_STRING]; in ACESP_SetName()
1372 char playerskin[MAX_INFO_STRING]; in ACESP_SetName()
1373 char playermodel[MAX_INFO_STRING]; in ACESP_SetName()
1450 memset( userinfo, 0, MAX_INFO_STRING ); in ACESP_SetName()
[all …]
/dports/games/alienarena-data/alienarena-7.66/source/game/acesrc/
H A Dacebot_spawn.c439 char userinfo[MAX_INFO_STRING]; in loadbots_team_botkick()
548 char userinfo[MAX_INFO_STRING]; in loadbots_team()
579 char userinfo[MAX_INFO_STRING]; in loadbots_nonteam_botkick()
659 char userinfo[MAX_INFO_STRING]; in loadbots_nonteam()
938 char userinfo[MAX_INFO_STRING]; in ACESP_PutClientInServer()
1370 char bot_skin[MAX_INFO_STRING]; in ACESP_SetName()
1371 char bot_name[MAX_INFO_STRING]; in ACESP_SetName()
1372 char playerskin[MAX_INFO_STRING]; in ACESP_SetName()
1373 char playermodel[MAX_INFO_STRING]; in ACESP_SetName()
1450 memset( userinfo, 0, MAX_INFO_STRING ); in ACESP_SetName()
[all …]
/dports/devel/sol2/sol2-4.0.0-alpha/tests/runtime_tests/source/
H A Dcommon_classes.hpp183 #define MAX_INFO_STRING 64 macro
185 char info[MAX_INFO_STRING];
186 const char stuck_info[MAX_INFO_STRING];
/dports/games/qudos/QuDos-0.40.1-src/src/game/ace/
H A Dacebot_spawn.c147 fwrite(bot->client->pers.userinfo,sizeof (char) * MAX_INFO_STRING,1,pOut); in ACESP_SaveBots()
164 char userinfo[MAX_INFO_STRING]; in ACESP_LoadBots()
174 fread(userinfo,sizeof(char) * MAX_INFO_STRING,1,pIn); in ACESP_LoadBots()
236 char userinfo[MAX_INFO_STRING]; in ACESP_PutClientInServer()
439 char userinfo[MAX_INFO_STRING]; in ACESP_SetName()
440 char bot_skin[MAX_INFO_STRING]; in ACESP_SetName()
441 char bot_name[MAX_INFO_STRING]; in ACESP_SetName()
/dports/games/qudos/QuDos-0.40.1-src/src/mods/zaero/ace/
H A Dacebot_spawn.c146 fwrite(bot->client->pers.userinfo,sizeof (char) * MAX_INFO_STRING,1,pOut); in ACESP_SaveBots()
162 char userinfo[MAX_INFO_STRING]; in ACESP_LoadBots()
172 fread(userinfo,sizeof(char) * MAX_INFO_STRING,1,pIn); in ACESP_LoadBots()
233 char userinfo[MAX_INFO_STRING]; in ACESP_PutClientInServer()
436 char userinfo[MAX_INFO_STRING]; in ACESP_SetName()
437 char bot_skin[MAX_INFO_STRING]; in ACESP_SetName()
438 char bot_name[MAX_INFO_STRING]; in ACESP_SetName()
/dports/games/qudos/QuDos-0.40.1-src/src/mods/xatrix/ace/
H A Dacebot_spawn.c145 fwrite(bot->client->pers.userinfo,sizeof (char) * MAX_INFO_STRING,1,pOut); in ACESP_SaveBots()
160 char userinfo[MAX_INFO_STRING]; in ACESP_LoadBots()
170 fread(userinfo,sizeof(char) * MAX_INFO_STRING,1,pIn); in ACESP_LoadBots()
231 char userinfo[MAX_INFO_STRING]; in ACESP_PutClientInServer()
434 char userinfo[MAX_INFO_STRING]; in ACESP_SetName()
435 char bot_skin[MAX_INFO_STRING]; in ACESP_SetName()
436 char bot_name[MAX_INFO_STRING]; in ACESP_SetName()
/dports/games/qudos/QuDos-0.40.1-src/src/mods/rogue/ace/
H A Dacebot_spawn.c147 fwrite(bot->client->pers.userinfo,sizeof (char) * MAX_INFO_STRING,1,pOut); in ACESP_SaveBots()
163 char userinfo[MAX_INFO_STRING]; in ACESP_LoadBots()
173 fread(userinfo,sizeof(char) * MAX_INFO_STRING,1,pIn); in ACESP_LoadBots()
234 char userinfo[MAX_INFO_STRING]; in ACESP_PutClientInServer()
437 char userinfo[MAX_INFO_STRING]; in ACESP_SetName()
438 char bot_skin[MAX_INFO_STRING]; in ACESP_SetName()
439 char bot_name[MAX_INFO_STRING]; in ACESP_SetName()
/dports/games/uhexen2/hexen2source-1.5.9/engine/hexenworld/client/
H A Dcl_main.c135 Info_SetValueForKey (cls.userinfo, var->name, var->string, MAX_INFO_STRING); in CL_Callback_Userinfo()
622 Info_SetValueForKey (cls.userinfo, key, value, MAX_INFO_STRING); in CL_FullInfo_f()
648 Info_SetValueForKey (cls.userinfo, Cmd_Argv(1), Cmd_Argv(2), MAX_INFO_STRING); in CL_SetInfo_f()
1012 Info_SetValueForKey (cls.userinfo, "name", "unnamed", MAX_INFO_STRING); in CL_Init()
1013 Info_SetValueForKey (cls.userinfo, "playerclass", "1", MAX_INFO_STRING); in CL_Init()
1014 Info_SetValueForKey (cls.userinfo, "topcolor", "0", MAX_INFO_STRING); in CL_Init()
1015 Info_SetValueForKey (cls.userinfo, "bottomcolor", "0", MAX_INFO_STRING); in CL_Init()
1016 Info_SetValueForKey (cls.userinfo, "rate", "2500", MAX_INFO_STRING); in CL_Init()
1017 Info_SetValueForKey (cls.userinfo, "msg", "1", MAX_INFO_STRING); in CL_Init()
1021 Info_SetValueForStarKey (cls.userinfo, "*cap", "c", MAX_INFO_STRING); in CL_Init()
/dports/games/libretro-tyrquake/tyrquake-e76477d/QW/client/
H A Dcl_main.c221 MAX_INFO_STRING); in CL_SendConnectPacket()
624 Info_SetValueForKey(cls.userinfo, key, value, MAX_INFO_STRING); in CL_FullInfo_f()
650 MAX_INFO_STRING); in CL_SetInfo_f()
1041 Info_SetValueForKey(cls.userinfo, "name", "unnamed", MAX_INFO_STRING); in CL_Init()
1042 Info_SetValueForKey(cls.userinfo, "topcolor", "0", MAX_INFO_STRING); in CL_Init()
1043 Info_SetValueForKey(cls.userinfo, "bottomcolor", "0", MAX_INFO_STRING); in CL_Init()
1044 Info_SetValueForKey(cls.userinfo, "rate", "2500", MAX_INFO_STRING); in CL_Init()
1045 Info_SetValueForKey(cls.userinfo, "msg", "1", MAX_INFO_STRING); in CL_Init()
1047 Info_SetValueForStarKey(cls.userinfo, "*ver", st, MAX_INFO_STRING); in CL_Init()
/dports/games/gtkradiant/GPL/GtkRadiant/libs/splines/
H A Dq_shared.cpp420 int Com_ParseInfos( const char *buf, int max, char infos[][MAX_INFO_STRING] ) { in Com_ParseInfos() argument
746 if ( strlen( s ) >= MAX_INFO_STRING ) { in Info_ValueForKey()
837 if ( strlen( s ) >= MAX_INFO_STRING ) { in Info_RemoveKey()
908 char newi[MAX_INFO_STRING]; in Info_SetValueForKey()
910 if ( strlen( s ) >= MAX_INFO_STRING ) { in Info_SetValueForKey()
938 if (strlen(newi) + strlen(s) > MAX_INFO_STRING) in Info_SetValueForKey()
/dports/games/netradiant/netradiant-20150621-src/libs/splines/
H A Dq_shared.cpp437 int Com_ParseInfos( const char *buf, int max, char infos[][MAX_INFO_STRING] ) { in Com_ParseInfos() argument
764 if ( strlen( s ) >= MAX_INFO_STRING ) { in Info_ValueForKey()
859 if ( strlen( s ) >= MAX_INFO_STRING ) { in Info_RemoveKey()
933 char newi[MAX_INFO_STRING]; in Info_SetValueForKey()
935 if ( strlen( s ) >= MAX_INFO_STRING ) { in Info_SetValueForKey()
961 if ( strlen( newi ) + strlen( s ) > MAX_INFO_STRING ) { in Info_SetValueForKey()
/dports/games/ioquake3/ioquake3-1.36/code/q3_ui/
H A Dui_removebots.c89 char info[MAX_INFO_STRING]; in UI_RemoveBotsMenu_SetBotNames()
92 …ERS + removeBotsMenuInfo.botClientNums[removeBotsMenuInfo.baseBotNum + n], info, MAX_INFO_STRING ); in UI_RemoveBotsMenu_SetBotNames()
186 char info[MAX_INFO_STRING]; in UI_RemoveBotsMenu_GetBots()
193 trap_GetConfigString( CS_PLAYERS + n, info, MAX_INFO_STRING ); in UI_RemoveBotsMenu_GetBots()
H A Dui_sppostgame.c268 char info[MAX_INFO_STRING]; in UI_SPPostgameMenu_MenuDrawScoreLine()
283 trap_GetConfigString( CS_PLAYERS + postgameMenuInfo.clientNums[n], info, MAX_INFO_STRING ); in UI_SPPostgameMenu_MenuDrawScoreLine()
300 char info[MAX_INFO_STRING]; in UI_SPPostgameMenu_MenuDraw()
482 char info[MAX_INFO_STRING]; in Prepname()
484 trap_GetConfigString( CS_PLAYERS + postgameMenuInfo.clientNums[index], info, MAX_INFO_STRING ); in Prepname()
511 char info[MAX_INFO_STRING]; in UI_SPPostgameMenu_f()
H A Dui_teamorders.c300 char info[MAX_INFO_STRING]; in UI_TeamOrdersMenu_BuildBotList()
316 trap_GetConfigString( CS_PLAYERS + n, info, MAX_INFO_STRING ); in UI_TeamOrdersMenu_BuildBotList()
428 char info[MAX_INFO_STRING]; in UI_TeamOrdersMenu_f()
440 trap_GetConfigString( CS_PLAYERS + cs.clientNum, info, MAX_INFO_STRING ); in UI_TeamOrdersMenu_f()
/dports/games/ioquake3-server/ioquake3-1.36/code/q3_ui/
H A Dui_removebots.c89 char info[MAX_INFO_STRING]; in UI_RemoveBotsMenu_SetBotNames()
92 …ERS + removeBotsMenuInfo.botClientNums[removeBotsMenuInfo.baseBotNum + n], info, MAX_INFO_STRING ); in UI_RemoveBotsMenu_SetBotNames()
186 char info[MAX_INFO_STRING]; in UI_RemoveBotsMenu_GetBots()
193 trap_GetConfigString( CS_PLAYERS + n, info, MAX_INFO_STRING ); in UI_RemoveBotsMenu_GetBots()
H A Dui_sppostgame.c268 char info[MAX_INFO_STRING]; in UI_SPPostgameMenu_MenuDrawScoreLine()
283 trap_GetConfigString( CS_PLAYERS + postgameMenuInfo.clientNums[n], info, MAX_INFO_STRING ); in UI_SPPostgameMenu_MenuDrawScoreLine()
300 char info[MAX_INFO_STRING]; in UI_SPPostgameMenu_MenuDraw()
482 char info[MAX_INFO_STRING]; in Prepname()
484 trap_GetConfigString( CS_PLAYERS + postgameMenuInfo.clientNums[index], info, MAX_INFO_STRING ); in Prepname()
511 char info[MAX_INFO_STRING]; in UI_SPPostgameMenu_f()
H A Dui_teamorders.c300 char info[MAX_INFO_STRING]; in UI_TeamOrdersMenu_BuildBotList()
316 trap_GetConfigString( CS_PLAYERS + n, info, MAX_INFO_STRING ); in UI_TeamOrdersMenu_BuildBotList()
428 char info[MAX_INFO_STRING]; in UI_TeamOrdersMenu_f()
440 trap_GetConfigString( CS_PLAYERS + cs.clientNum, info, MAX_INFO_STRING ); in UI_TeamOrdersMenu_f()
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/q3_ui/
H A Dui_removebots.c89 char info[MAX_INFO_STRING]; in UI_RemoveBotsMenu_SetBotNames()
92 …ERS + removeBotsMenuInfo.botClientNums[removeBotsMenuInfo.baseBotNum + n], info, MAX_INFO_STRING ); in UI_RemoveBotsMenu_SetBotNames()
186 char info[MAX_INFO_STRING]; in UI_RemoveBotsMenu_GetBots()
193 trap_GetConfigString( CS_PLAYERS + n, info, MAX_INFO_STRING ); in UI_RemoveBotsMenu_GetBots()
H A Dui_sppostgame.c268 char info[MAX_INFO_STRING]; in UI_SPPostgameMenu_MenuDrawScoreLine()
283 trap_GetConfigString( CS_PLAYERS + postgameMenuInfo.clientNums[n], info, MAX_INFO_STRING ); in UI_SPPostgameMenu_MenuDrawScoreLine()
300 char info[MAX_INFO_STRING]; in UI_SPPostgameMenu_MenuDraw()
482 char info[MAX_INFO_STRING]; in Prepname()
484 trap_GetConfigString( CS_PLAYERS + postgameMenuInfo.clientNums[index], info, MAX_INFO_STRING ); in Prepname()
511 char info[MAX_INFO_STRING]; in UI_SPPostgameMenu_f()
/dports/games/evq3/evq3/code/q3_ui/
H A Dui_removebots.c89 char info[MAX_INFO_STRING]; in UI_RemoveBotsMenu_SetBotNames()
92 …ERS + removeBotsMenuInfo.botClientNums[removeBotsMenuInfo.baseBotNum + n], info, MAX_INFO_STRING ); in UI_RemoveBotsMenu_SetBotNames()
186 char info[MAX_INFO_STRING]; in UI_RemoveBotsMenu_GetBots()
193 trap_GetConfigString( CS_PLAYERS + n, info, MAX_INFO_STRING ); in UI_RemoveBotsMenu_GetBots()
H A Dui_sppostgame.c268 char info[MAX_INFO_STRING]; in UI_SPPostgameMenu_MenuDrawScoreLine()
283 trap_GetConfigString( CS_PLAYERS + postgameMenuInfo.clientNums[n], info, MAX_INFO_STRING ); in UI_SPPostgameMenu_MenuDrawScoreLine()
300 char info[MAX_INFO_STRING]; in UI_SPPostgameMenu_MenuDraw()
482 char info[MAX_INFO_STRING]; in Prepname()
484 trap_GetConfigString( CS_PLAYERS + postgameMenuInfo.clientNums[index], info, MAX_INFO_STRING ); in Prepname()
511 char info[MAX_INFO_STRING]; in UI_SPPostgameMenu_f()
/dports/games/quake2-lights/quake2-lights-1/lights/src/ace/
H A Dacebot_spawn.c190 char userinfo[MAX_INFO_STRING]; in ACESP_PutClientInServer()
393 char userinfo[MAX_INFO_STRING]; in ACESP_SetName()
394 char bot_skin[MAX_INFO_STRING]; in ACESP_SetName()
395 char bot_name[MAX_INFO_STRING]; in ACESP_SetName()

12345678910>>...20