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

/external/pdfium/third_party/zlib_v128/
H A Dcompress.c18 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
22 int ZEXPORT compress2 ( function
68 return compress2(dest, destLen, source, sourceLen, Z_DEFAULT_COMPRESSION);
H A Dzlib.h40 #define compress2 FPDFAPI_compress2 macro
1243 ZEXTERN int ZEXPORT compress2 OF((Bytef *dest, uLongf *destLen,
1254 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
1262 compress() or compress2() on sourceLen bytes. It would be used before a
1263 compress() or compress2() call to allocate the destination buffer.
H A Dzconf.h34 # define compress2 z_compress2 macro
/external/python/cpython2/Modules/zlib/
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.h34 # define compress2 z_compress2 macro
H A Dzlib.h1174 ZEXTERN int ZEXPORT compress2 OF((Bytef *dest, uLongf *destLen,
1185 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
1193 compress() or compress2() on sourceLen bytes. It would be used before a
1194 compress() or compress2() call to allocate the destination buffer.
H A Dzconf.h.cmakein36 # define compress2 z_compress2
H A Dzconf.h.in34 # define compress2 z_compress2
/external/syslinux/com32/lib/zlib/
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.in.h35 # define compress2 z_compress2 macro
/external/zlib/src/
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.h34 # define compress2 z_compress2 macro
H A Dzlib.h1174 ZEXTERN int ZEXPORT compress2 OF((Bytef *dest, uLongf *destLen,
1185 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
1193 compress() or compress2() on sourceLen bytes. It would be used before a
1194 compress() or compress2() call to allocate the destination buffer.
H A Dzconf.h.cmakein36 # define compress2 z_compress2
H A Dzconf.h.in34 # define compress2 z_compress2
/external/llvm/lib/Support/
H A DCompression.cpp55 Status Res = encodeZlibReturnValue(::compress2(
/external/freetype/src/gzip/
H A Dftzconf.h33 # define compress2 z_compress2 macro
H A Dzconf.h33 # define compress2 z_compress2 macro
/external/syslinux/com32/include/
H A Dzconf.h31 # define compress2 z_compress2 macro
H A Dzlib.h1116 ZEXTERN int ZEXPORT compress2 OF((Bytef *dest, uLongf *destLen,
1127 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
1135 compress() or compress2() on sourceLen bytes. It would be used before a
1136 compress() or compress2() call to allocate the destination buffer.
/external/zlib/src/contrib/pascal/
H A Dzlibpas.pas146 function compress2(dest: PChar; var destLen: LongInt; function
191 function compress2; external; function
/external/zlib/
H A Dzconf.h34 # define compress2 z_compress2 macro
H A Dzlib.h1174 ZEXTERN int ZEXPORT compress2 OF((Bytef *dest, uLongf *destLen,
1185 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
1193 compress() or compress2() on sourceLen bytes. It would be used before a
1194 compress() or compress2() call to allocate the destination buffer.
/external/zlib/src/as400/
H A Dzlib.inc119 D compress2 PR 10I 0 extproc('compress2')
/external/dng_sdk/source/
H A Ddng_image_writer.cpp3823 int zResult = ::compress2 (dBuffer,

Completed in 484 milliseconds