Searched refs:svc_updatestatlong (Results 1 – 5 of 5) sorted by relevance
/external/quake/quake/src/QW/client/ |
D | cl_demo.c | 629 MSG_WriteByte (&buf, svc_updatestatlong); in CL_Record_f() 639 MSG_WriteByte (&buf, svc_updatestatlong); in CL_Record_f() 643 MSG_WriteByte (&buf, svc_updatestatlong); in CL_Record_f() 647 MSG_WriteByte (&buf, svc_updatestatlong); in CL_Record_f()
|
D | protocol.h | 111 #define svc_updatestatlong 38 // [byte] [long] macro
|
D | cl_parse.c | 1267 case svc_updatestatlong: in CL_ParseServerMessage()
|
/external/quake/quake/src/QW/server/ |
D | sv_user.c | 370 ClientReliableWrite_Begin (host_client, svc_updatestatlong, 6); in SV_Spawn_f() 374 ClientReliableWrite_Begin (host_client, svc_updatestatlong, 6); in SV_Spawn_f() 378 ClientReliableWrite_Begin (host_client, svc_updatestatlong, 6); in SV_Spawn_f() 382 ClientReliableWrite_Begin (host_client, svc_updatestatlong, 6); in SV_Spawn_f()
|
D | sv_send.c | 557 ClientReliableWrite_Begin(client, svc_updatestatlong, 6); in SV_UpdateClientStats()
|