Data Structures | |
| struct | sizebuf_s |
Typedefs | |
| typedef struct sizebuf_s | sizebuf_t |
Functions | |
| void | SZ_Alloc (sizebuf_t *buf, int startsize) |
| void | SZ_Clear (sizebuf_t *buf) |
| void | SZ_Free (sizebuf_t *buf) |
| void * | SZ_GetSpace (sizebuf_t *buf, int length) |
| void | SZ_Print (sizebuf_t *buf, const char *data) |
| void | SZ_Write (sizebuf_t *buf, const void *data, int length) |