HomeSort by relevance Sort by last modified time
    Searched refs:serverinfo (Results 1 - 8 of 8) sorted by null

  /external/chromium/googleurl/src/
url_parse.cc 92 const Component& serverinfo,
95 if (serverinfo.len == 0) {
108 int ipv6_terminator = spec[serverinfo.begin] == '[' ? serverinfo.end() : -1;
112 for (int i = serverinfo.begin; i < serverinfo.end(); i++) {
125 *hostname = MakeRange(serverinfo.begin, colon);
128 *port_num = MakeRange(colon + 1, serverinfo.end());
131 *hostname = serverinfo;
  /external/quake/quake/src/QW/client/
sbar.c 408 teamplay = atoi(Info_ValueForKey(cl.serverinfo, "teamplay"));
822 if (atoi(Info_ValueForKey(cl.serverinfo, "teamplay")) > 0 &&
910 teamplay = atoi(Info_ValueForKey(cl.serverinfo, "teamplay"));
1017 teamplay = atoi(Info_ValueForKey(cl.serverinfo, "teamplay"));
1174 teamplay = atoi(Info_ValueForKey(cl.serverinfo, "teamplay"));
1307 if (atoi(Info_ValueForKey(cl.serverinfo, "teamplay")) > 0 && !sb_showscores)
client.h 212 char serverinfo[MAX_SERVERINFO_STRING]; member in struct:__anon10366
cl_main.c 556 Sent by server when serverinfo changes
570 strcpy (cl.serverinfo, Cmd_Argv(1));
572 if ((p = Info_ValueForKey(cl.serverinfo, "*vesion")) && *p) {
1170 Cmd_AddCommand ("serverinfo", NULL);
cl_demo.c 462 MSG_WriteString (&buf, va("fullserverinfo \"%s\"\n", cl.serverinfo) );
cl_parse.c 1021 Con_DPrintf("SERVERINFO: %s=%s\n", key, value);
1023 Info_SetValueForKey (cl.serverinfo, key, value, MAX_SERVERINFO_STRING);
gl_rmain.c 881 if (!atoi(Info_ValueForKey(cl.serverinfo, "watervis")))
gl_model.c 909 sprintf(s, "maps/%s.bsp", Info_ValueForKey(cl.serverinfo,"map"));
    [all...]

Completed in 852 milliseconds