Searched refs:Z_Free (Results 1 - 13 of 13) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dzone.h88 void Z_Free (void *ptr);
H A Dcmd.c133 Z_Free (temp);
266 Z_Free (text);
267 Z_Free (build);
363 Z_Free (a->value);
467 Z_Free (cmd_argv[i]);
H A Dcvar.c147 Z_Free (var->string); // free the old value string
197 // copy the value off, because future sets will Z_Free it
H A Dkeys.c483 Z_Free (keybindings[keynum]);
H A Dcommon.c1784 Z_Free (com_searchpaths->pack->files);
1785 Z_Free (com_searchpaths->pack);
1788 Z_Free (com_searchpaths);
H A Dzone.c96 Z_Free
99 void Z_Free (void *ptr) function
104 Sys_Error ("Z_Free: NULL pointer");
108 Sys_Error ("Z_Free: freed a pointer without ZONEID");
110 Sys_Error ("Z_Free: freed a freed pointer");
/external/quake/quake/src/WinQuake/
H A Dzone.h88 void Z_Free (void *ptr);
H A Dcmd.cpp134 Z_Free (temp);
273 Z_Free (text);
274 Z_Free (build);
368 Z_Free (a->value);
487 Z_Free (cmd_argv[i]);
H A Dcvar.cpp118 Z_Free (var->string); // free the old value string
169 // copy the value off, because future sets will Z_Free it
H A Dkeys.cpp405 Z_Free (keybindings[keynum]);
H A Dzone.cpp96 Z_Free
99 void Z_Free (void *ptr) function
104 Sys_Error ("Z_Free: NULL pointer");
108 Sys_Error ("Z_Free: freed a pointer without ZONEID");
110 Sys_Error ("Z_Free: freed a freed pointer");
H A Dvid_sunx.cpp397 Z_Free(x_framebuffer[0]->data);
398 // Z_Free(d_pzbuffer);
435 // Z_Free(d_pzbuffer);
/external/quake/quake/src/QW/server/
H A Dsv_ccmds.c573 Z_Free (var->string); // free the old value string

Completed in 182 milliseconds