Home | History | Annotate | Download | only in old

Lines Matching full:destlen

109 <li> int  <a href="#compress">compress</a> (Bytef *dest,   uLongf *destLen, const Bytef *source, uLong sourceLen);
110 <li> int <a href="#compress2">compress2</a> (Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceLen, int level);
111 <li> int <a href="#uncompress">uncompress</a> (Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceLen);
133 <font color="Blue"><dt> int <a name="compress">compress</a> (Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceLen);</font>
136 the byte length of the source buffer. Upon entry, destLen is the total
138 sourceLen plus 12 bytes. Upon exit, destLen is the actual size of the
146 <font color="Blue"><dt> int <a name="compress2">compress2</a> (Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceLen, int level);</font>
150 length of the source buffer. Upon entry, destLen is the total size of the
152 12 bytes. Upon exit, destLen is the actual size of the compressed buffer.
160 <font color="Blue"><dt> int <a name="uncompress">uncompress</a> (Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceLen);</font>
163 the byte length of the source buffer. Upon entry, destLen is the total
168 Upon exit, destLen is the actual size of the compressed buffer. <p>