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

12

/external/chromium_org/third_party/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 Dmozzconf.h68 #define compress2 MOZ_Z_compress2 macro
H A Dzconf.h34 # define compress2 z_compress2 macro
H A Dzlib.h1121 ZEXTERN int ZEXPORT compress2 OF((Bytef *dest, uLongf *destLen,
1132 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
1140 compress() or compress2() on sourceLen bytes. It would be used before a
1141 compress() or compress2() call to allocate the destination buffer.
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_compress.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
1238 ZEXTERN int ZEXPORT compress2 OF((Bytef *dest, uLongf *destLen,
1249 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
1257 compress() or compress2() on sourceLen bytes. It would be used before a
1258 compress() or compress2() call to allocate the destination buffer.
H A Dzconf.h34 # define compress2 z_compress2 macro
/external/qemu/distrib/zlib-1.2.8/
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.
/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.cpp54 Status Res = encodeZlibReturnValue(::compress2(
/external/chromium_org/sdch/open-vcdiff/src/zlib/
H A Dzconf.h38 # 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.
/external/freetype/src/gzip/
H A Dzconf.h33 # define compress2 z_compress2 macro
/external/zlib/src/contrib/pascal/
H A Dzlibpas.pas146 function compress2(dest: PChar; var destLen: LongInt; function
191 function compress2; external; function
/external/pdfium/core/include/thirdparties/zlib/
H A Dzlib.h36 #define compress2 FPDFAPI_compress2 macro
1234 ZEXTERN int ZEXPORT compress2 OF((Bytef *dest, uLongf *destLen,
1245 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
1253 compress() or compress2() on sourceLen bytes. It would be used before a
1254 compress() or compress2() call to allocate the destination buffer.
H A Dzconf.h34 # define compress2 z_compress2 macro
/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')

Completed in 1897 milliseconds

12