Searched refs:SZ_GetSpace (Results 1 - 4 of 4) sorted by relevance

/external/quake/quake/src/WinQuake/
H A Dcommon.cpp519 buf = (byte*) SZ_GetSpace (sb, 1);
532 buf = (byte*) SZ_GetSpace (sb, 1);
545 buf = (byte*) SZ_GetSpace (sb, 2);
554 buf = (byte*) SZ_GetSpace (sb, 4);
754 void *SZ_GetSpace (sizebuf_t *buf, int length) function
761 Sys_Error ("SZ_GetSpace: overflow without allowoverflow set");
764 Sys_Error ("SZ_GetSpace: %i is > full buffer size", length);
767 Con_Printf ("SZ_GetSpace: overflow");
779 Q_memcpy (SZ_GetSpace(buf,length),data,length);
790 Q_memcpy ((byte *)SZ_GetSpace(bu
[all...]
H A Dcommon.h51 void *SZ_GetSpace (sizebuf_t *buf, int length);
/external/quake/quake/src/QW/client/
H A Dcommon.c520 buf = SZ_GetSpace (sb, 1);
533 buf = SZ_GetSpace (sb, 1);
546 buf = SZ_GetSpace (sb, 2);
555 buf = SZ_GetSpace (sb, 4);
856 void *SZ_GetSpace (sizebuf_t *buf, int length) function
863 Sys_Error ("SZ_GetSpace: overflow without allowoverflow set (%d)", buf->maxsize);
866 Sys_Error ("SZ_GetSpace: %i is > full buffer size", length);
868 Sys_Printf ("SZ_GetSpace: overflow\n"); // because Con_Printf may be redirected
881 Q_memcpy (SZ_GetSpace(buf,length),data,length);
891 Q_memcpy ((byte *)SZ_GetSpace(bu
[all...]
H A Dcommon.h47 void *SZ_GetSpace (sizebuf_t *buf, int length);

Completed in 251 milliseconds