QuakeForge  0.7.2.210-815cf
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Fixed Size Buffers

Fixed size buffer management. More...

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)
 

Detailed Description

Fixed size buffer management.

Typedef Documentation

typedef struct sizebuf_s sizebuf_t

Function Documentation

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 
)