Home | History | Annotate | Download | only in C

Lines Matching defs:outBufSize

62   size_t outBufSize;

154 t->outBufSize = 0;
175 t->outBufSize = 0;
427 if (!dest || t->outBufSize < t->outPreSize)
433 t->outBufSize = 0;
443 t->outBufSize = t->outPreSize;
595 if (size > me->outBufSize)
598 me->outBufSize -= size;
803 // Byte *outBuf, size_t *outBufSize,
875 // p->outBufSize = 0;
880 // p->outBufSize = *outBufSize;
881 // *outBufSize = 0;
912 *outBufSize = p->outBuf - outBuf;