Home | History | Annotate | Download | only in zlib-1.2.3

Lines Matching refs:destLen

1009 ZEXTERN int ZEXPORT compress OF((Bytef *dest,   uLongf *destLen,
1013 the byte length of the source buffer. Upon entry, destLen is the total
1015 by compressBound(sourceLen). Upon exit, destLen is the actual size of the
1024 ZEXTERN int ZEXPORT compress2 OF((Bytef *dest, uLongf *destLen,
1030 length of the source buffer. Upon entry, destLen is the total size of the
1032 compressBound(sourceLen). Upon exit, destLen is the actual size of the
1047 ZEXTERN int ZEXPORT uncompress OF((Bytef *dest, uLongf *destLen,
1051 the byte length of the source buffer. Upon entry, destLen is the total
1056 Upon exit, destLen is the actual size of the compressed buffer.