#include <msg.h>
Data Fields | |
byte * | data |
int | maxsize |
int | cursize |
int | readcount |
Definition at line 29 of file msg.h.
current used size of the buffer
Definition at line 32 of file msg.h.
Referenced by Cbuf_AddText(), Cbuf_CopyToDefer(), Cbuf_Execute(), Cbuf_InsertText(), SZ_Clear(), and SZ_GetSpace().
pointer to the data in the buffer
Definition at line 30 of file msg.h.
Referenced by Cbuf_Execute(), Cbuf_InsertText(), SZ_GetSpace(), and SZ_Init().
max. size of the allocated buffer
Definition at line 31 of file msg.h.
Referenced by Cbuf_AddText(), SZ_GetSpace(), and SZ_Init().