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

  /external/quake/quake/src/QW/server/
sv_send.c 238 MSG_WriteByte (&sv.reliable_datagram, svc_stufftext);
239 MSG_WriteString (&sv.reliable_datagram, string);
632 SV_FullClientUpdate (host_client, &sv.reliable_datagram);
675 ClientReliableCheckBlock(client, sv.reliable_datagram.cursize);
676 ClientReliableWrite_SZ(client, sv.reliable_datagram.data, sv.reliable_datagram.cursize);
685 SZ_Clear (&sv.reliable_datagram);
sv_ccmds.c 532 MSG_WriteByte (&sv.reliable_datagram, svc_serverinfo);
533 MSG_WriteString (&sv.reliable_datagram, key);
534 MSG_WriteString (&sv.reliable_datagram, value);
sv_init.c 305 sv.reliable_datagram.maxsize = sizeof(sv.reliable_datagram_buf);
306 sv.reliable_datagram.data = sv.reliable_datagram_buf;
server.h 72 sizebuf_t reliable_datagram; member in struct:__anon11774
sv_user.c 69 // SV_FullClientUpdate (host_client, &sv.reliable_datagram);
1083 // SV_FullClientUpdate (host_client, &sv.reliable_datagram);
1093 MSG_WriteByte (&sv.reliable_datagram, svc_setinfo);
1094 MSG_WriteByte (&sv.reliable_datagram, i);
1095 MSG_WriteString (&sv.reliable_datagram, Cmd_Argv(1));
1096 MSG_WriteString (&sv.reliable_datagram, Info_ValueForKey(host_client->userinfo, Cmd_Argv(1)));
    [all...]
pr_cmds.c 1324 return &sv.reliable_datagram;
sv_main.c 230 SV_FullClientUpdate (drop, &sv.reliable_datagram);
    [all...]
  /external/quake/quake/src/WinQuake/
server.h 67 sizebuf_t reliable_datagram; // copied to all clients at end of frame member in struct:__anon12065
host_cmd.cpp 950 MSG_WriteByte (&sv.reliable_datagram, svc_updatename);
951 MSG_WriteByte (&sv.reliable_datagram, host_client - svs.clients);
952 MSG_WriteString (&sv.reliable_datagram, host_client->name);
1189 MSG_WriteByte (&sv.reliable_datagram, svc_updatecolors);
1190 MSG_WriteByte (&sv.reliable_datagram, host_client - svs.clients);
1191 MSG_WriteByte (&sv.reliable_datagram, host_client->colors);
1248 MSG_WriteByte (&sv.reliable_datagram, svc_setpause);
1249 MSG_WriteByte (&sv.reliable_datagram, sv.paused);
    [all...]
sv_main.cpp 783 SZ_Write (&client->message, sv.reliable_datagram.data, sv.reliable_datagram.cursize);
786 SZ_Clear (&sv.reliable_datagram);
1107 sv.reliable_datagram.maxsize = sizeof(sv.reliable_datagram_buf);
1108 sv.reliable_datagram.cursize = 0;
1109 sv.reliable_datagram.data = sv.reliable_datagram_buf;
pr_cmds.cpp 1526 return &sv.reliable_datagram;
    [all...]
  /gdk/samples/quake/jni/
server.h 67 sizebuf_t reliable_datagram; // copied to all clients at end of frame member in struct:__anon17631
host_cmd.cpp 950 MSG_WriteByte (&sv.reliable_datagram, svc_updatename);
951 MSG_WriteByte (&sv.reliable_datagram, host_client - svs.clients);
952 MSG_WriteString (&sv.reliable_datagram, host_client->name);
1189 MSG_WriteByte (&sv.reliable_datagram, svc_updatecolors);
1190 MSG_WriteByte (&sv.reliable_datagram, host_client - svs.clients);
1191 MSG_WriteByte (&sv.reliable_datagram, host_client->colors);
1248 MSG_WriteByte (&sv.reliable_datagram, svc_setpause);
1249 MSG_WriteByte (&sv.reliable_datagram, sv.paused);
    [all...]
sv_main.cpp 783 SZ_Write (&client->message, sv.reliable_datagram.data, sv.reliable_datagram.cursize);
786 SZ_Clear (&sv.reliable_datagram);
1107 sv.reliable_datagram.maxsize = sizeof(sv.reliable_datagram_buf);
1108 sv.reliable_datagram.cursize = 0;
1109 sv.reliable_datagram.data = sv.reliable_datagram_buf;
pr_cmds.cpp 1526 return &sv.reliable_datagram;
    [all...]

Completed in 71 milliseconds