/third_party/libwebsockets/win32port/zlib/ |
H A D | compress.c | 18 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
22 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level)
in compress2() function 68 return compress2(dest, destLen, source, sourceLen, Z_DEFAULT_COMPRESSION);
|
H A D | zconf.h | 31 # define compress2 z_compress2
macro
|
H A D | zlib.h | 1116 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.
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | compress.c | 18 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough 22 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level) in compress2() function 74 return compress2(dest, destLen, source, sourceLen, Z_DEFAULT_COMPRESSION);
|
H A D | chromeconf.h | 47 #define compress2 Cr_z_compress2 macro
|
H A D | zconf.h | 47 # define compress2 z_compress2 macro
|
H A D | zlib.h | 1236 compressed data. compress() is equivalent to compress2() with a level 1244 ZEXTERN int ZEXPORT compress2 OF((Bytef *dest, uLongf *destLen, 1255 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough 1263 compress() or compress2() on sourceLen bytes. It would be used before a 1264 compress() or compress2() call to allocate the destination buffer.
|
/third_party/node/deps/zlib/ |
H A D | compress.c | 18 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough 22 int ZEXPORT compress2(Bytef *dest, uLongf *destLen, const Bytef *source, in compress2() function 65 return compress2(dest, destLen, source, sourceLen, Z_DEFAULT_COMPRESSION); in compress()
|
H A D | chromeconf.h | 47 #define compress2 Cr_z_compress2 macro
|
H A D | zconf.h | 47 # define compress2 z_compress2 macro
|
H A D | zlib.h | 1238 compressed data. compress() is equivalent to compress2() with a level 1246 ZEXTERN int ZEXPORT compress2(Bytef *dest, uLongf *destLen, 1257 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough 1265 compress() or compress2() on sourceLen bytes. It would be used before a 1266 compress() or compress2() call to allocate the destination buffer.
|
/third_party/skia/third_party/externals/zlib/ |
H A D | compress.c | 18 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough 22 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level) in compress2() function 74 return compress2(dest, destLen, source, sourceLen, Z_DEFAULT_COMPRESSION);
|
H A D | chromeconf.h | 47 #define compress2 Cr_z_compress2 macro
|
H A D | zconf.h | 47 # define compress2 z_compress2 macro
|
H A D | zlib.h | 1234 compressed data. compress() is equivalent to compress2() with a level 1242 ZEXTERN int ZEXPORT compress2 OF((Bytef *dest, uLongf *destLen, 1253 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough 1261 compress() or compress2() on sourceLen bytes. It would be used before a 1262 compress() or compress2() call to allocate the destination buffer.
|
/third_party/zlib/ |
H A D | compress.c | 18 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough 22 int ZEXPORT compress2(Bytef *dest, uLongf *destLen, const Bytef *source, in compress2() function 65 return compress2(dest, destLen, source, sourceLen, Z_DEFAULT_COMPRESSION); in compress()
|
H A D | zconf.h | 35 # define compress2 z_compress2 macro
|
H A D | zlib.h | 1239 compressed data. compress() is equivalent to compress2() with a level 1247 ZEXTERN int ZEXPORT compress2(Bytef *dest, uLongf *destLen, 1258 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough 1266 compress() or compress2() on sourceLen bytes. It would be used before a 1267 compress() or compress2() call to allocate the destination buffer.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | Compression.cpp | 54 ::compress2((Bytef *)CompressedBuffer.data(), &CompressedSize, in compress()
|
/third_party/skia/third_party/externals/freetype/src/gzip/ |
H A D | ftzconf.h | 33 # define compress2 z_compress2 macro
|
/third_party/ffmpeg/libavcodec/ |
H A D | flashsvenc.c | 175 ret = compress2(ptr + 2, &zsize, s->tmpblock, in encode_bitstream()
|
/third_party/zlib/contrib/pascal/ |
H A D | zlibpas.pas | 146 function compress2(dest: PChar; var destLen: LongInt; in compress2() function 191 function compress2; external; function
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_image_writer.cpp | 3823 int zResult = ::compress2 (dBuffer, in WriteData()
|
/third_party/astc-encoder/Source/ |
H A D | tinyexr.h | 727 compress, compress2, compressBound, uncompress 1246 #define compress2 mz_compress2 macro
|