Searched refs:MSG_WriteChar (Results 1 – 9 of 9) sorted by relevance
/external/quake/quake/src/QW/server/ |
D | sv_nchan.c | 106 MSG_WriteChar(&cl->backbuf, c); in ClientReliableWrite_Char() 109 MSG_WriteChar(&cl->netchan.message, c); in ClientReliableWrite_Char()
|
D | pr_cmds.c | 1372 MSG_WriteChar (WriteDest(), G_FLOAT(OFS_PARM1)); in PF_WriteChar()
|
/external/quake/quake/src/WinQuake/ |
D | sv_main.cpp | 97 MSG_WriteChar (&sv.datagram, v); in SV_StartParticle() 668 MSG_WriteChar (msg, (int) ent->u.v.view_ofs[2]); in SV_WriteClientdataToMessage() 671 MSG_WriteChar (msg, (int) ent->u.v.idealpitch); in SV_WriteClientdataToMessage() 676 MSG_WriteChar (msg, (int) ent->u.v.punchangle[i]); in SV_WriteClientdataToMessage() 678 MSG_WriteChar (msg, (int) ent->u.v.velocity[i]/16); in SV_WriteClientdataToMessage() 807 MSG_WriteChar (&msg, svc_nop); in SV_SendNop() 994 MSG_WriteChar (&msg, svc_stufftext); in SV_SendReconnect()
|
D | common.h | 104 void MSG_WriteChar (sizebuf_t *sb, int c);
|
D | pr_cmds.cpp | 307 MSG_WriteChar (&client->message,svc_print); in PF_sprint() 338 MSG_WriteChar (&client->message,svc_centerprint); in PF_centerprint() 1241 MSG_WriteChar (&client->message, svc_lightstyle); in PF_lightstyle() 1242 MSG_WriteChar (&client->message,style); in PF_lightstyle() 1546 MSG_WriteChar (WriteDest(), (int) G_FLOAT(OFS_PARM1)); in PF_WriteChar()
|
D | common.cpp | 510 void MSG_WriteChar (sizebuf_t *sb, int c) in MSG_WriteChar() function
|
/external/quake/quake/src/QW/client/ |
D | common.h | 104 void MSG_WriteChar (sizebuf_t *sb, int c);
|
D | cl_main.c | 778 MSG_WriteChar (&cls.netchan.message, clc_stringcmd); in CL_Reconnect_f() 821 MSG_WriteChar (&cls.netchan.message, clc_stringcmd); in CL_ConnectionlessPacket()
|
D | common.c | 511 void MSG_WriteChar (sizebuf_t *sb, int c) in MSG_WriteChar() function
|