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

/ast/src/lib/libz/
H A Dcompress.c18 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
22 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level) function
68 return compress2(dest, destLen, source, sourceLen, Z_DEFAULT_COMPRESSION);
H A Dzconf.h55 # define compress2 z_compress2 macro
H A Dzlib.h1024 ZEXTERN int ZEXPORT compress2 OF((Bytef *dest, uLongf *destLen,
1035 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
1043 compress() or compress2() on sourceLen bytes. It would be used before
1044 a compress() or compress2() call to allocate the destination buffer.
/ast/src/cmd/pzip/
H A Dpcmp.c53 if (compress2(t, &used, f, fsize, state.level) != Z_OK)
H A Dpin.c401 if (compress2(buf, &used, b, size, state.level) != Z_OK)

Completed in 33 milliseconds