HomeSort by relevance Sort by last modified time
    Searched refs:SZ_Alloc (Results 1 - 5 of 5) sorted by null

  /external/quake/quake/src/WinQuake/
common.h 48 void SZ_Alloc (sizebuf_t *buf, int startsize);
cmd.cpp 75 SZ_Alloc (&cmd_text, 8192); // space for commands and script files
cl_main.cpp 719 SZ_Alloc (&cls.message, 1024);
net_main.cpp 851 SZ_Alloc (&net_message, NET_MAXMESSAGE);
common.cpp 731 void SZ_Alloc (sizebuf_t *buf, int startsize)
    [all...]

Completed in 464 milliseconds