Home | History | Annotate | Download | only in puff

Lines Matching refs:destlen

747  * Inflate source to dest.  On return, destlen and sourcelen are updated to the
752 * output space, then a positive error is returned. In that case, destlen and
760 * the input value of *destlen is ignored, and on return *destlen is set to the
791 unsigned long *destlen, /* amount of output space */
801 s.outlen = *destlen; /* ignored if dest is NIL */
833 *destlen = s.outcnt;