UFO: Alien Invasion
|
Message IO functions - handles byte ordering and avoids alignment errors. More...
Go to the source code of this file.
Data Structures | |
struct | sizebuf_s |
Typedefs | |
typedef struct sizebuf_s | sizebuf_t |
Functions | |
void | SZ_Init (sizebuf_t *buf, byte *data, int length) |
void | SZ_Clear (sizebuf_t *buf) |
void | SZ_Write (sizebuf_t *buf, const void *data, int length) |
Message IO functions - handles byte ordering and avoids alignment errors.
Definition in file msg.h.
Definition at line 36 of file msg.cpp.
References sizebuf_s::cursize.
Referenced by Cbuf_InsertText().
Definition at line 29 of file msg.cpp.
References sizebuf_s::data, length, sizebuf_s::maxsize, and OBJZERO.
Referenced by Cbuf_Init(), and Cbuf_Shutdown().
Definition at line 52 of file msg.cpp.
References SZ_GetSpace().
Referenced by Cbuf_AddText(), and Cbuf_InsertText().