msg.h File Reference

This graph shows which files directly or indirectly include this file:

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)

Typedef Documentation

typedef struct sizebuf_s sizebuf_t

Function Documentation

void SZ_Clear ( sizebuf_t buf  ) 

Definition at line 36 of file msg.c.

References sizebuf_s::cursize.

Referenced by Cbuf_InsertText().

void SZ_Init ( sizebuf_t buf,
byte data,
int  length 
)

Definition at line 29 of file msg.c.

References sizebuf_s::data, and sizebuf_s::maxsize.

Referenced by Cbuf_Init().

void SZ_Write ( sizebuf_t buf,
const void *  data,
int  length 
)

Definition at line 54 of file msg.c.

References SZ_GetSpace().

Referenced by Cbuf_AddText(), and Cbuf_InsertText().


Generated by  doxygen 1.6.2