Searched refs:MSG_WriteShort (Results 1 - 18 of 18) sorted by relevance

/external/quake/quake/src/QW/server/
H A Dsv_nchan.c142 MSG_WriteShort(&cl->backbuf, c);
145 MSG_WriteShort(&cl->netchan.message, c);
H A Dsv_ents.c214 MSG_WriteShort (msg, i);
307 MSG_WriteShort (msg, oldnum | U_REMOVE);
313 MSG_WriteShort (msg, 0); // end of packetentities
386 MSG_WriteShort (msg, pflags);
420 MSG_WriteShort (msg, ent->v.velocity[i]);
H A Dsv_init.c126 MSG_WriteShort (&sv.signon,entnum);
H A Dpr_cmds.c1382 MSG_WriteShort (WriteDest(), G_FLOAT(OFS_PARM1));
1433 MSG_WriteShort (WriteDest(), G_EDICTNUM(OFS_PARM1));
H A Dsv_main.c284 MSG_WriteShort (buf, client->old_frags);
288 MSG_WriteShort (buf, SV_CalcPing (client));
H A Dsv_send.c416 MSG_WriteShort (&sv.multicast, channel);
/external/quake/quake/src/WinQuake/
H A Dcl_input.cpp366 MSG_WriteShort (&buf, (short) cmd->forwardmove);
367 MSG_WriteShort (&buf, (short) cmd->sidemove);
368 MSG_WriteShort (&buf, (short) cmd->upmove);
H A Dsv_main.cpp167 MSG_WriteShort (&sv.datagram, channel);
226 MSG_WriteShort (&client->message, NUM_FOR_EDICT(client->edict));
522 MSG_WriteShort (msg,e);
665 MSG_WriteShort (msg, bits);
691 MSG_WriteShort (msg, (int) ent->u.v.health);
772 MSG_WriteShort (&client->message, (int) host_client->edict->u.v.frags);
963 MSG_WriteShort (&sv.signon,entnum);
H A Dcommon.h106 void MSG_WriteShort (sizebuf_t *sb, int c);
H A Dcommon.cpp536 void MSG_WriteShort (sizebuf_t *sb, int c) function
542 Sys_Error ("MSG_WriteShort: range error");
586 MSG_WriteShort (sb, (int)(f*8));
H A Dhost.cpp392 MSG_WriteShort (&client->message, 0);
H A Dpr_cmds.cpp1551 MSG_WriteShort (WriteDest(), (int) G_FLOAT(OFS_PARM1));
1577 MSG_WriteShort (WriteDest(), G_EDICTNUM(OFS_PARM1));
H A Dhost_cmd.cpp1352 MSG_WriteShort (&host_client->message, client->old_frags);
/external/quake/quake/src/QW/client/
H A Dcl_demo.c561 MSG_WriteShort (&buf, i);
595 MSG_WriteShort (&buf, player->frags);
599 MSG_WriteShort (&buf, player->ping);
H A Dcommon.h106 void MSG_WriteShort (sizebuf_t *sb, int c);
H A Dnet_chan.c272 MSG_WriteShort (&send, cls.qport);
H A Dcommon.c537 void MSG_WriteShort (sizebuf_t *sb, int c) function
543 Sys_Error ("MSG_WriteShort: range error");
587 MSG_WriteShort (sb, (int)(f*8));
597 MSG_WriteShort (sb, (int)(f*65536/360) & 65535);
635 MSG_WriteShort (buf, cmd->forwardmove);
637 MSG_WriteShort (buf, cmd->sidemove);
639 MSG_WriteShort (buf, cmd->upmove);
H A Dcl_parse.c457 MSG_WriteShort (&cls.netchan.message, r);

Completed in 546 milliseconds