Home
last modified time | relevance | path

Searched refs:MSG_WriteLong (Results 1 – 14 of 14) sorted by relevance

/external/quake/quake/src/WinQuake/
Dnet_dgrm.cpp634 MSG_WriteLong(&net_message, 0); in Test_f()
691 MSG_WriteLong(&net_message, 0); in Test2_Poll()
758 MSG_WriteLong(&net_message, 0); in Test2_f()
874 MSG_WriteLong(&net_message, 0); in _Datagram_CheckNewConnections()
912 MSG_WriteLong(&net_message, 0); in _Datagram_CheckNewConnections()
916 MSG_WriteLong(&net_message, client->colors); in _Datagram_CheckNewConnections()
917 MSG_WriteLong(&net_message, (int)client->edict->u.v.frags); in _Datagram_CheckNewConnections()
918 MSG_WriteLong(&net_message, (int)(net_time - client->netconnection->connecttime)); in _Datagram_CheckNewConnections()
956 MSG_WriteLong(&net_message, 0); in _Datagram_CheckNewConnections()
980 MSG_WriteLong(&net_message, 0); in _Datagram_CheckNewConnections()
[all …]
Dcommon.h107 void MSG_WriteLong (sizebuf_t *sb, int c);
Dhost_cmd.cpp1371 MSG_WriteLong (&host_client->message, (int) pr_global_struct->total_secrets); in Host_Spawn_f()
1375 MSG_WriteLong (&host_client->message, (int) pr_global_struct->total_monsters); in Host_Spawn_f()
1379 MSG_WriteLong (&host_client->message, (int) pr_global_struct->found_secrets); in Host_Spawn_f()
1383 MSG_WriteLong (&host_client->message, (int) pr_global_struct->killed_monsters); in Host_Spawn_f()
Dsv_main.cpp199 MSG_WriteLong (&client->message, PROTOCOL_VERSION); in SV_SendServerinfo()
682 MSG_WriteLong (msg, items); in SV_WriteClientdataToMessage()
Dcommon.cpp550 void MSG_WriteLong (sizebuf_t *sb, int c) in MSG_WriteLong() function
Dpr_cmds.cpp1556 MSG_WriteLong (WriteDest(), (int) G_FLOAT(OFS_PARM1)); in PF_WriteLong()
/external/quake/quake/src/QW/client/
Dcl_demo.c290 MSG_WriteLong (&net_message, -1); // -1 sequence means out of band in CL_Stop_f()
432 MSG_WriteLong (&buf, PROTOCOL_VERSION); in CL_Record_f()
433 MSG_WriteLong (&buf, cl.servercount); in CL_Record_f()
611 MSG_WriteLong (&buf, player->userid); in CL_Record_f()
631 MSG_WriteLong (&buf, cl.stats[i]); in CL_Record_f()
641 MSG_WriteLong (&buf, cl.stats[STAT_TOTALMONSTERS]); in CL_Record_f()
645 MSG_WriteLong (&buf, cl.stats[STAT_SECRETS]); in CL_Record_f()
649 MSG_WriteLong (&buf, cl.stats[STAT_MONSTERS]); in CL_Record_f()
Dnet_chan.c123 MSG_WriteLong (&send, -1); // -1 sequence means out of band in Netchan_OutOfBand()
267 MSG_WriteLong (&send, w1); in Netchan_Transmit()
268 MSG_WriteLong (&send, w2); in Netchan_Transmit()
Dcommon.h107 void MSG_WriteLong (sizebuf_t *sb, int c);
Dcommon.c551 void MSG_WriteLong (sizebuf_t *sb, int c) in MSG_WriteLong() function
/external/quake/quake/src/QW/server/
Dsv_nchan.c133 MSG_WriteLong(&cl->backbuf, c); in ClientReliableWrite_Long()
136 MSG_WriteLong(&cl->netchan.message, c); in ClientReliableWrite_Long()
Dsv_user.c86 MSG_WriteLong (&host_client->netchan.message, PROTOCOL_VERSION); in SV_New_f()
87 MSG_WriteLong (&host_client->netchan.message, svs.spawncount); in SV_New_f()
Dsv_main.c303 MSG_WriteLong (buf, client->userid); in SV_FullClientUpdate()
Dpr_cmds.c1392 MSG_WriteLong (WriteDest(), G_FLOAT(OFS_PARM1)); in PF_WriteLong()