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

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

Completed in 309 milliseconds