Searched refs:MSG_WriteLong (Results 1 – 14 of 14) sorted by relevance
/external/quake/quake/src/WinQuake/ |
D | net_dgrm.cpp | 634 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 …]
|
D | common.h | 107 void MSG_WriteLong (sizebuf_t *sb, int c);
|
D | host_cmd.cpp | 1371 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()
|
D | sv_main.cpp | 199 MSG_WriteLong (&client->message, PROTOCOL_VERSION); in SV_SendServerinfo() 682 MSG_WriteLong (msg, items); in SV_WriteClientdataToMessage()
|
D | common.cpp | 550 void MSG_WriteLong (sizebuf_t *sb, int c) in MSG_WriteLong() function
|
D | pr_cmds.cpp | 1556 MSG_WriteLong (WriteDest(), (int) G_FLOAT(OFS_PARM1)); in PF_WriteLong()
|
/external/quake/quake/src/QW/client/ |
D | cl_demo.c | 290 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()
|
D | net_chan.c | 123 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()
|
D | common.h | 107 void MSG_WriteLong (sizebuf_t *sb, int c);
|
D | common.c | 551 void MSG_WriteLong (sizebuf_t *sb, int c) in MSG_WriteLong() function
|
/external/quake/quake/src/QW/server/ |
D | sv_nchan.c | 133 MSG_WriteLong(&cl->backbuf, c); in ClientReliableWrite_Long() 136 MSG_WriteLong(&cl->netchan.message, c); in ClientReliableWrite_Long()
|
D | sv_user.c | 86 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()
|
D | sv_main.c | 303 MSG_WriteLong (buf, client->userid); in SV_FullClientUpdate()
|
D | pr_cmds.c | 1392 MSG_WriteLong (WriteDest(), G_FLOAT(OFS_PARM1)); in PF_WriteLong()
|