/external/quake/quake/src/QW/server/ |
server.h | 101 cs_connected, // has been assigned to a client_t, but not in game yet 192 } client_t; typedef in typeref:struct:client_s 232 client_t clients[MAX_CLIENTS]; 332 extern client_t *host_client; 352 void SV_DropClient (client_t *drop); 354 int SV_CalcPing (client_t *cl); 355 void SV_FullClientUpdate (client_t *client, sizebuf_t *buf); 362 void SV_WriteClientdataToMessage (client_t *client, sizebuf_t *msg); 373 void SV_SendServerinfo (client_t *client); 374 void SV_ExtractFromUserinfo (client_t *cl) [all...] |
sv_nchan.c | 25 void ClientReliableCheckBlock(client_t *cl, int maxsize) 58 void ClientReliableWrite_Begin(client_t *cl, int c, int maxsize) 64 void ClientReliable_FinishWrite(client_t *cl) 76 void ClientReliableWrite_Angle(client_t *cl, float f) 85 void ClientReliableWrite_Angle16(client_t *cl, float f) 94 void ClientReliableWrite_Byte(client_t *cl, int c) 103 void ClientReliableWrite_Char(client_t *cl, int c) 112 void ClientReliableWrite_Float(client_t *cl, float f) 121 void ClientReliableWrite_Coord(client_t *cl, float f) 130 void ClientReliableWrite_Long(client_t *cl, int c [all...] |
sv_send.c | 159 static void SV_PrintToClient(client_t *cl, int level, char *string) 174 void SV_ClientPrintf (client_t *cl, int level, char *fmt, ...) 200 client_t *cl; 257 client_t *client; 470 void SV_WriteClientdataToMessage (client_t *client, sizebuf_t *msg) 518 void SV_UpdateClientStats (client_t *client) 569 qboolean SV_SendClientDatagram (client_t *client) 620 client_t *client; 703 client_t *c; 798 client_t *c [all...] |
sv_main.c | 34 client_t *host_client; // current client 158 client_t *cl; 183 void SV_DropClient (client_t *drop) 242 int SV_CalcPing (client_t *cl) 273 void SV_FullClientUpdate (client_t *client, sizebuf_t *buf) 314 void SV_FullClientUpdateToClient (client_t *client, client_t *cl) 344 client_t *cl; 508 client_t *cl, *newcl; 509 client_t temp [all...] |
pr_cmds.c | 228 client_t *client; 262 client_t *cl; 685 client_t *cl; 1049 client_t *client; 1342 static client_t *Write_GetClient(void) 1358 client_t *cl = Write_GetClient(); 1368 client_t *cl = Write_GetClient(); 1378 client_t *cl = Write_GetClient(); 1388 client_t *cl = Write_GetClient(); 1398 client_t *cl = Write_GetClient() [all...] |
sv_ccmds.c | 167 client_t *cl; 352 client_t *cl; 384 client_t *cl; 489 client_t *client; 774 client_t *cl;
850 client_t *cl;
|
sv_ents.c | 250 void SV_EmitPacketEntities (client_t *client, packet_entities_t *to, sizebuf_t *msg) 322 void SV_WritePlayersToClient (client_t *client, edict_t *clent, byte *pvs, sizebuf_t *msg) 325 client_t *cl; 447 void SV_WriteEntitiesToClient (client_t *client, sizebuf_t *msg)
|
sv_user.c | 298 client_t *client; 448 // copy spawn parms out of the client_t 460 // copy spawn parms out of the client_t 580 client_t *client;
726 client_t *client; 847 client_t *client; 892 client_t *cl;
918 client_t *cl;
[all...] |
/external/quake/quake/src/WinQuake/ |
server.h | 109 } client_t; typedef in typeref:struct:client_s 208 extern client_t *host_client;
|
host_cmd.cpp | 65 client_t *client; 224 client_t *client; 965 client_t *cl; 1017 client_t *client; 1018 client_t *save; 1093 client_t *client; 1094 client_t *save; 1289 client_t *client; 1320 // copy spawn parms out of the client_t 1435 client_t *save [all...] |
host.cpp | 51 client_t *host_client; // current client 196 svs.clients = (client_s*) Hunk_AllocName (svs.maxclientslimit*sizeof(client_t), "clients"); 348 client_t *client; 466 memset (svs.clients, 0, svs.maxclientslimit*sizeof(client_t));
|
sv_main.cpp | 189 void SV_SendServerinfo (client_t *client) 239 Initializes a client_t for a new net connection. This will only be called 246 client_t *client; 260 // set up the client_t 720 qboolean SV_SendClientDatagram (client_t *client) 759 client_t *client; 798 void SV_SendNop (client_t *client)
|
pr_cmds.cpp | 293 client_t *client; 324 client_t *client; 808 client_t *old; 1225 client_t *client; 1619 client_t *client; 1626 // copy spawn parms out of the client_t [all...] |
net_dgrm.cpp | 894 client_t *client; [all...] |