Lines Matching defs:outBufSize
62 size_t outBufSize;
153 t->outBufSize = 0;
174 t->outBufSize = 0;
428 if (!dest || t->outBufSize < t->outPreSize)
434 t->outBufSize = 0;
444 t->outBufSize = t->outPreSize;
598 if (size > me->outBufSize)
601 me->outBufSize -= size;
806 // Byte *outBuf, size_t *outBufSize,
879 // p->outBufSize = 0;
884 // p->outBufSize = *outBufSize;
885 // *outBufSize = 0;
916 *outBufSize = p->outBuf - outBuf;