Searched refs:uLongf (Results 1 - 5 of 5) sorted by relevance

/barrelfish-master/lib/zlib/
H A Dcompress.c24 uLongf *destLen;
64 uLongf *destLen;
H A Duncompr.c28 uLongf *destLen;
/barrelfish-master/include/
H A Dzconf.h57 # define uLongf z_uLongf macro
275 typedef uLong FAR uLongf; typedef
H A Dzlib.h1009 ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen,
1024 ZEXTERN int ZEXPORT compress2 OF((Bytef *dest, uLongf *destLen,
1047 ZEXTERN int ZEXPORT uncompress OF((Bytef *dest, uLongf *destLen,
1351 ZEXTERN const uLongf * ZEXPORT get_crc_table OF((void));
/barrelfish-master/lib/openssl-1.0.0d/crypto/comp/
H A Dc_zlib.c58 static int zz_uncompress(Bytef *dest, uLongf *destLen, const Bytef *source,
98 typedef int (*compress_ft)(Bytef *dest,uLongf *destLen,
305 static int zz_uncompress (Bytef *dest, uLongf *destLen, const Bytef *source,

Completed in 97 milliseconds