Home | History | Annotate | Download | only in puff

Lines Matching defs:outlen

101     unsigned long outlen;       /* available space at out */
185 if (s->outcnt + len > s->outlen)
466 if (s->outcnt == s->outlen)
491 if (s->outcnt + len > s->outlen)
804 s.outlen = *destlen; /* ignored if dest is NIL */