Home | History | Annotate | Download | only in puff

Lines Matching refs:destlen

750  * Inflate source to dest.  On return, destlen and sourcelen are updated to the
755 * output space, then a positive error is returned. In that case, destlen and
763 * the input value of *destlen is ignored, and on return *destlen is set to the
794 unsigned long *destlen, /* amount of output space */
804 s.outlen = *destlen; /* ignored if dest is NIL */
836 *destlen = s.outcnt;