Searched defs:destLen (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
H A Dcompress.c22 compress2( Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceLen, int level) argument
68 compress( Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceLen) argument
H A Duncompr.c27 uncompress2( Bytef *dest, uLongf *destLen, const Bytef *source, uLong *sourceLen) argument
86 uncompress( Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceLen) argument
[all...]
/openbsd-current/lib/libz/
H A Duncompr.c25 int ZEXPORT uncompress2(Bytef *dest, uLongf *destLen, const Bytef *source, argument
80 int ZEXPORT uncompress(Bytef *dest, uLongf *destLen, const Bytef *source, argument
[all...]
H A Dcompress.c20 int ZEXPORT compress2(Bytef *dest, uLongf *destLen, const Bytef *source, argument
61 int ZEXPORT compress(Bytef *dest, uLongf *destLen, const Bytef *source, argument
/openbsd-current/sys/lib/libz/
H A Dcompress.c20 int ZEXPORT compress2(Bytef *dest, uLongf *destLen, const Bytef *source, argument
61 int ZEXPORT compress(Bytef *dest, uLongf *destLen, const Bytef *source, argument
/openbsd-current/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/
H A Dbzlib.c1254 BZ2_bzBuffToBuffCompress( char* dest, unsigned int* destLen, char* source, unsigned int sourceLen, int blockSize100k, int verbosity, int workFactor ) argument
1306 BZ2_bzBuffToBuffDecompress( char* dest, unsigned int* destLen, char* source, unsigned int sourceLen, int small, int verbosity ) argument

Completed in 137 milliseconds