/external/quake/quake/src/QW/client/ |
common.h | 44 } sizebuf_t; typedef in typeref:struct:sizebuf_s 46 void SZ_Clear (sizebuf_t *buf); 47 void *SZ_GetSpace (sizebuf_t *buf, int length); 48 void SZ_Write (sizebuf_t *buf, void *data, int length); 49 void SZ_Print (sizebuf_t *buf, char *data); // strcats onto the sizebuf 104 void MSG_WriteChar (sizebuf_t *sb, int c); 105 void MSG_WriteByte (sizebuf_t *sb, int c); 106 void MSG_WriteShort (sizebuf_t *sb, int c); 107 void MSG_WriteLong (sizebuf_t *sb, int c); 108 void MSG_WriteFloat (sizebuf_t *sb, float f) [all...] |
net.h | 33 extern sizebuf_t net_message; 90 sizebuf_t message; // writing buffer to send to server
|
common.c | 511 void MSG_WriteChar (sizebuf_t *sb, int c) 524 void MSG_WriteByte (sizebuf_t *sb, int c) 537 void MSG_WriteShort (sizebuf_t *sb, int c) 551 void MSG_WriteLong (sizebuf_t *sb, int c) 562 void MSG_WriteFloat (sizebuf_t *sb, float f) 577 void MSG_WriteString (sizebuf_t *sb, char *s) 585 void MSG_WriteCoord (sizebuf_t *sb, float f) 590 void MSG_WriteAngle (sizebuf_t *sb, float f) 595 void MSG_WriteAngle16 (sizebuf_t *sb, float f) 600 void MSG_WriteDeltaUsercmd (sizebuf_t *buf, usercmd_t *from, usercmd_t *cmd [all...] |
net_chan.c | 115 sizebuf_t send; 225 sizebuf_t send;
|
cl_demo.c | 112 void CL_WriteDemoMessage (sizebuf_t *msg) 310 void CL_WriteRecordDemoMessage (sizebuf_t *msg, int seq) 380 sizebuf_t buf;
|
net_udp.c | 49 sizebuf_t net_message;
|
net_wins.c | 28 sizebuf_t net_message;
|
cl_input.c | 389 sizebuf_t buf;
|
/external/quake/quake/src/WinQuake/ |
common.h | 46 } sizebuf_t; typedef in typeref:struct:sizebuf_s 48 void SZ_Alloc (sizebuf_t *buf, int startsize); 49 void SZ_Free (sizebuf_t *buf); 50 void SZ_Clear (sizebuf_t *buf); 51 void *SZ_GetSpace (sizebuf_t *buf, int length); 52 void SZ_Write (sizebuf_t *buf, const void *data, int length); 53 void SZ_Print (sizebuf_t *buf, const char *data); // strcats onto the sizebuf 104 void MSG_WriteChar (sizebuf_t *sb, int c); 105 void MSG_WriteByte (sizebuf_t *sb, int c); 106 void MSG_WriteShort (sizebuf_t *sb, int c) [all...] |
net_dgrm.h | 29 int Datagram_SendMessage (qsocket_t *sock, sizebuf_t *data); 30 int Datagram_SendUnreliableMessage (qsocket_t *sock, sizebuf_t *data);
|
net_loop.h | 28 int Loop_SendMessage (qsocket_t *sock, sizebuf_t *data); 29 int Loop_SendUnreliableMessage (qsocket_t *sock, sizebuf_t *data);
|
net_ser.h | 28 int Serial_SendMessage (qsocket_t *sock, sizebuf_t *data);
29 int Serial_SendUnreliableMessage (qsocket_t *sock, sizebuf_t *data);
|
net_vcr.h | 34 int VCR_SendMessage (qsocket_t *sock, sizebuf_t *data);
|
server.h | 64 sizebuf_t datagram; 67 sizebuf_t reliable_datagram; // copied to all clients at end of frame 70 sizebuf_t signon; 94 sizebuf_t message; // can be added to at any time, 246 void SV_WriteClientdataToMessage (edict_t *ent, sizebuf_t *msg);
|
net.h | 194 int (*QSendMessage) (qsocket_t *sock, sizebuf_t *data); 195 int (*SendUnreliableMessage) (qsocket_t *sock, sizebuf_t *data); 267 extern sizebuf_t net_message; 290 int NET_SendMessage (struct qsocket_s *sock, sizebuf_t *data); 291 int NET_SendUnreliableMessage (struct qsocket_s *sock, sizebuf_t *data); 297 int NET_SendToAll(sizebuf_t *data, int blocktime);
|
net_loop.cpp | 154 int Loop_SendMessage (qsocket_t *sock, sizebuf_t *data) 188 int Loop_SendUnreliableMessage (qsocket_t *sock, sizebuf_t *data)
|
common.cpp | 510 void MSG_WriteChar (sizebuf_t *sb, int c) 523 void MSG_WriteByte (sizebuf_t *sb, int c) 536 void MSG_WriteShort (sizebuf_t *sb, int c) 550 void MSG_WriteLong (sizebuf_t *sb, int c) 561 void MSG_WriteFloat (sizebuf_t *sb, float f) 576 void MSG_WriteString (sizebuf_t *sb, const char *s) 584 void MSG_WriteCoord (sizebuf_t *sb, float f) 589 void MSG_WriteAngle (sizebuf_t *sb, float f) 731 void SZ_Alloc (sizebuf_t *buf, int startsize) 741 void SZ_Free (sizebuf_t *buf [all...] |
net_vcr.cpp | 106 int VCR_SendMessage (qsocket_t *sock, sizebuf_t *data)
|
net_main.cpp | 58 sizebuf_t net_message; 625 int NET_SendMessage (qsocket_t *sock, sizebuf_t *data) 656 int NET_SendUnreliableMessage (qsocket_t *sock, sizebuf_t *data) 722 int NET_SendToAll(sizebuf_t *data, int blocktime)
|
net_ser.cpp | 412 int Serial_SendMessage (qsocket_t *sock, sizebuf_t *message)
486 sizebuf_t temp;
496 int Serial_SendUnreliableMessage (qsocket_t *sock, sizebuf_t *message)
609 static void Serial_SendControlMessage (SerialLine *p, sizebuf_t *message)
|
client.h | 139 sizebuf_t message; // writing buffer to send to server
|
sv_main.cpp | 427 void SV_WriteEntitiesToClient (edict_t *clent, sizebuf_t *msg) 576 void SV_WriteClientdataToMessage (edict_t *ent, sizebuf_t *msg) 723 sizebuf_t msg; 800 sizebuf_t msg; 988 sizebuf_t msg;
|
/external/quake/quake/src/QW/server/ |
server.h | 68 sizebuf_t datagram; 72 sizebuf_t reliable_datagram; 76 sizebuf_t multicast; 80 sizebuf_t master; 87 sizebuf_t signon; 148 sizebuf_t datagram; 152 sizebuf_t backbuf;
244 sizebuf_t log[2]; 355 void SV_FullClientUpdate (client_t *client, sizebuf_t *buf); 362 void SV_WriteClientdataToMessage (client_t *client, sizebuf_t *msg) [all...] |
sv_ents.c | 110 void SV_EmitNailUpdate (sizebuf_t *msg) 155 void SV_WriteDelta (entity_state_t *from, entity_state_t *to, sizebuf_t *msg, qboolean force) 250 void SV_EmitPacketEntities (client_t *client, packet_entities_t *to, sizebuf_t *msg) 322 void SV_WritePlayersToClient (client_t *client, edict_t *clent, byte *pvs, sizebuf_t *msg) 447 void SV_WriteEntitiesToClient (client_t *client, sizebuf_t *msg)
|
sv_send.c | 470 void SV_WriteClientdataToMessage (client_t *client, sizebuf_t *msg) 572 sizebuf_t msg;
|