Home | History | Annotate | Download | only in WinQuake

Lines Matching full:maxsize

736 	buf->maxsize = startsize;
745 // buf->maxsize = 0;
758 if (buf->cursize + length > buf->maxsize)
763 if (length > buf->maxsize)