Home | History | Annotate | Download | only in cgi

Lines Matching full:olen

883 static NEOERR *cgi_compress (STRING *str, char *obuf, int *olen)
891 stream.avail_out = (uInt)*olen;
892 if ((uLong)stream.avail_out != *olen)
893 return nerr_raise(NERR_NOMEM, "Destination too big: %d", *olen);
909 *olen = stream.total_out;