Searched refs:MSG_WriteShort (Results 1 – 18 of 18) sorted by relevance
/external/quake/quake/src/QW/server/ |
D | sv_ents.c | 214 MSG_WriteShort (msg, i); in SV_WriteDelta() 307 MSG_WriteShort (msg, oldnum | U_REMOVE); in SV_EmitPacketEntities() 313 MSG_WriteShort (msg, 0); // end of packetentities in SV_EmitPacketEntities() 386 MSG_WriteShort (msg, pflags); in SV_WritePlayersToClient() 420 MSG_WriteShort (msg, ent->v.velocity[i]); in SV_WritePlayersToClient()
|
D | sv_nchan.c | 142 MSG_WriteShort(&cl->backbuf, c); in ClientReliableWrite_Short() 145 MSG_WriteShort(&cl->netchan.message, c); in ClientReliableWrite_Short()
|
D | sv_init.c | 126 MSG_WriteShort (&sv.signon,entnum); in SV_CreateBaseline()
|
D | sv_main.c | 284 MSG_WriteShort (buf, client->old_frags); in SV_FullClientUpdate() 288 MSG_WriteShort (buf, SV_CalcPing (client)); in SV_FullClientUpdate()
|
D | pr_cmds.c | 1382 MSG_WriteShort (WriteDest(), G_FLOAT(OFS_PARM1)); in PF_WriteShort() 1433 MSG_WriteShort (WriteDest(), G_EDICTNUM(OFS_PARM1)); in PF_WriteEntity()
|
D | sv_send.c | 416 MSG_WriteShort (&sv.multicast, channel); in SV_StartSound()
|
/external/quake/quake/src/WinQuake/ |
D | cl_input.cpp | 366 MSG_WriteShort (&buf, (short) cmd->forwardmove); in CL_SendMove() 367 MSG_WriteShort (&buf, (short) cmd->sidemove); in CL_SendMove() 368 MSG_WriteShort (&buf, (short) cmd->upmove); in CL_SendMove()
|
D | sv_main.cpp | 167 MSG_WriteShort (&sv.datagram, channel); in SV_StartSound() 226 MSG_WriteShort (&client->message, NUM_FOR_EDICT(client->edict)); in SV_SendServerinfo() 522 MSG_WriteShort (msg,e); in SV_WriteEntitiesToClient() 665 MSG_WriteShort (msg, bits); in SV_WriteClientdataToMessage() 691 MSG_WriteShort (msg, (int) ent->u.v.health); in SV_WriteClientdataToMessage() 772 MSG_WriteShort (&client->message, (int) host_client->edict->u.v.frags); in SV_UpdateToReliableMessages() 963 MSG_WriteShort (&sv.signon,entnum); in SV_CreateBaseline()
|
D | common.h | 106 void MSG_WriteShort (sizebuf_t *sb, int c);
|
D | common.cpp | 536 void MSG_WriteShort (sizebuf_t *sb, int c) in MSG_WriteShort() function 586 MSG_WriteShort (sb, (int)(f*8)); in MSG_WriteCoord()
|
D | host.cpp | 392 MSG_WriteShort (&client->message, 0); in SV_DropClient()
|
D | pr_cmds.cpp | 1551 MSG_WriteShort (WriteDest(), (int) G_FLOAT(OFS_PARM1)); in PF_WriteShort() 1577 MSG_WriteShort (WriteDest(), G_EDICTNUM(OFS_PARM1)); in PF_WriteEntity()
|
D | host_cmd.cpp | 1352 MSG_WriteShort (&host_client->message, client->old_frags); in Host_Spawn_f()
|
/external/quake/quake/src/QW/client/ |
D | common.c | 537 void MSG_WriteShort (sizebuf_t *sb, int c) in MSG_WriteShort() function 587 MSG_WriteShort (sb, (int)(f*8)); in MSG_WriteCoord() 597 MSG_WriteShort (sb, (int)(f*65536/360) & 65535); in MSG_WriteAngle16() 635 MSG_WriteShort (buf, cmd->forwardmove); in MSG_WriteDeltaUsercmd() 637 MSG_WriteShort (buf, cmd->sidemove); in MSG_WriteDeltaUsercmd() 639 MSG_WriteShort (buf, cmd->upmove); in MSG_WriteDeltaUsercmd()
|
D | cl_demo.c | 561 MSG_WriteShort (&buf, i); in CL_Record_f() 595 MSG_WriteShort (&buf, player->frags); in CL_Record_f() 599 MSG_WriteShort (&buf, player->ping); in CL_Record_f()
|
D | common.h | 106 void MSG_WriteShort (sizebuf_t *sb, int c);
|
D | net_chan.c | 272 MSG_WriteShort (&send, cls.qport); in Netchan_Transmit()
|
D | cl_parse.c | 457 MSG_WriteShort (&cls.netchan.message, r); in CL_NextUpload()
|