Home
last modified time | relevance | path

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

/third_party/libwebsockets/win32port/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) in compress2() function
68 return compress2(dest, destLen, source, sourceLen, Z_DEFAULT_COMPRESSION);
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.
/third_party/node/deps/v8/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) in compress2() function
74 return compress2(dest, destLen, source, sourceLen, Z_DEFAULT_COMPRESSION);
H A Dchromeconf.h47 #define compress2 Cr_z_compress2 macro
H A Dzconf.h47 # define compress2 z_compress2 macro
H A Dzlib.h1236 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 Dcompress.c18 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 Dchromeconf.h47 #define compress2 Cr_z_compress2 macro
H A Dzconf.h47 # define compress2 z_compress2 macro
H A Dzlib.h1238 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 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) in compress2() function
74 return compress2(dest, destLen, source, sourceLen, Z_DEFAULT_COMPRESSION);
H A Dchromeconf.h47 #define compress2 Cr_z_compress2 macro
H A Dzconf.h47 # define compress2 z_compress2 macro
H A Dzlib.h1234 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 Dcompress.c18 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 Dzconf.h35 # define compress2 z_compress2 macro
H A Dzlib.h1239 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 DCompression.cpp54 ::compress2((Bytef *)CompressedBuffer.data(), &CompressedSize, in compress()
/third_party/skia/third_party/externals/freetype/src/gzip/
H A Dftzconf.h33 # define compress2 z_compress2 macro
/third_party/ffmpeg/libavcodec/
H A Dflashsvenc.c175 ret = compress2(ptr + 2, &zsize, s->tmpblock, in encode_bitstream()
/third_party/zlib/contrib/pascal/
H A Dzlibpas.pas146 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 Ddng_image_writer.cpp3823 int zResult = ::compress2 (dBuffer, in WriteData()
/third_party/astc-encoder/Source/
H A Dtinyexr.h727 compress, compress2, compressBound, uncompress
1246 #define compress2 mz_compress2 macro

Completed in 52 milliseconds