|
UFO: Alien Invasion
|
Message IO functions - handles size buffers. More...

Go to the source code of this file.
Functions | |
| void | SZ_Init (sizebuf_t *buf, byte *data, int length) |
| void | SZ_Clear (sizebuf_t *buf) |
| static void * | SZ_GetSpace (sizebuf_t *buf, int length) |
| void | SZ_Write (sizebuf_t *buf, const void *data, int length) |
Message IO functions - handles size buffers.
Definition in file msg.cpp.
Definition at line 36 of file msg.cpp.
Referenced by Cbuf_InsertText().
Definition at line 41 of file msg.cpp.
References Com_Error(), data, ERR_FATAL, and length.
Referenced by SZ_Write().
Definition at line 29 of file msg.cpp.
References data, length, and OBJZERO.
Referenced by Cbuf_Init(), and Cbuf_Shutdown().
Definition at line 52 of file msg.cpp.
References data, length, and SZ_GetSpace().
Referenced by Cbuf_AddText(), and Cbuf_InsertText().