Home
last modified time | relevance | path

Searched refs:SZ_Alloc (Results 1 – 5 of 5) sorted by relevance

/external/quake/quake/src/WinQuake/
Dcommon.h48 void SZ_Alloc (sizebuf_t *buf, int startsize);
Dcmd.cpp75 SZ_Alloc (&cmd_text, 8192); // space for commands and script files in Cbuf_Init()
Dcl_main.cpp719 SZ_Alloc (&cls.message, 1024); in CL_Init()
Dnet_main.cpp851 SZ_Alloc (&net_message, NET_MAXMESSAGE); in NET_Init()
Dcommon.cpp731 void SZ_Alloc (sizebuf_t *buf, int startsize) in SZ_Alloc() function