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

  /external/quake/quake/src/QW/client/
protocol.h 111 #define svc_updatestatlong 38 // [byte] [long] macro
cl_demo.c 629 MSG_WriteByte (&buf, svc_updatestatlong);
639 MSG_WriteByte (&buf, svc_updatestatlong);
643 MSG_WriteByte (&buf, svc_updatestatlong);
647 MSG_WriteByte (&buf, svc_updatestatlong);
cl_parse.c 72 "svc_updatestatlong",
1267 case svc_updatestatlong:
  /external/quake/quake/src/QW/server/
sv_user.c 370 ClientReliableWrite_Begin (host_client, svc_updatestatlong, 6);
374 ClientReliableWrite_Begin (host_client, svc_updatestatlong, 6);
378 ClientReliableWrite_Begin (host_client, svc_updatestatlong, 6);
382 ClientReliableWrite_Begin (host_client, svc_updatestatlong, 6);
    [all...]
sv_send.c 557 ClientReliableWrite_Begin(client, svc_updatestatlong, 6);

Completed in 242 milliseconds