Searched refs:compress2 (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/libkern/zlib/
H A Dcompress.c49 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
53 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level) function
99 return compress2(dest, destLen, source, sourceLen, Z_DEFAULT_COMPRESSION);
/darwin-on-arm/xnu/libkern/libkern/
H A Dzconf.h65 # define compress2 z_compress2 macro
H A Dzlib.h1053 ZEXTERN int ZEXPORT compress2 OF((Bytef *dest, uLongf *destLen,
1064 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
1072 compress() or compress2() on sourceLen bytes. It would be used before
1073 a compress() or compress2() call to allocate the destination buffer.

Completed in 69 milliseconds