/third_party/node/test/parallel/ |
H A D | test-zlib-flush-write-sync-interleaved.js | 4 const { createGzip, createGunzip, Z_PARTIAL_FLUSH } = require('zlib'); 20 compress.flush(Z_PARTIAL_FLUSH, common.mustCall(() => {
|
/third_party/skia/third_party/externals/freetype/src/gzip/ |
H A D | zlib.h | 126 #define Z_PARTIAL_FLUSH 1 /* will be removed, use Z_SYNC_FLUSH instead */ macro
|
/third_party/ffmpeg/libavcodec/ |
H A D | lscrdec.c | 89 ret = inflate(zstream, Z_PARTIAL_FLUSH); in decode_idat()
|
H A D | pngdec.c | 436 ret = inflate(zstream, Z_PARTIAL_FLUSH); in png_decode_idat() 480 ret = inflate(zstream, Z_PARTIAL_FLUSH); in decode_zbuf()
|
/third_party/zlib/contrib/pascal/ |
H A D | zlibpas.pas | 69 Z_PARTIAL_FLUSH = 1;
|
/third_party/node/lib/ |
H A D | zlib.js | 83 Z_NO_FLUSH, Z_BLOCK, Z_PARTIAL_FLUSH, Z_SYNC_FLUSH, Z_FULL_FLUSH, Z_FINISH, 359 // Z_NO_FLUSH (< Z_TREES) < Z_BLOCK < Z_PARTIAL_FLUSH < 363 const kFlushFlagList = [Z_NO_FLUSH, Z_BLOCK, Z_PARTIAL_FLUSH,
|
/third_party/node/deps/zlib/ |
H A D | zlib.h | 169 #define Z_PARTIAL_FLUSH 1 macro 296 If flush is set to Z_PARTIAL_FLUSH, all pending output is flushed to the 621 options Z_BLOCK, Z_PARTIAL_FLUSH, Z_SYNC_FLUSH, or Z_FULL_FLUSH. The
|
H A D | deflate.c | 150 /* rank Z_BLOCK between Z_NO_FLUSH and Z_PARTIAL_FLUSH */ 1242 if (flush == Z_PARTIAL_FLUSH) { in deflate()
|
/third_party/libwebsockets/win32port/zlib/ |
H A D | gzwrite.c | 490 if (strm->avail_in && gz_comp(state, Z_PARTIAL_FLUSH) == -1)
|
H A D | zlib.h | 165 #define Z_PARTIAL_FLUSH 1
macro 290 If flush is set to Z_PARTIAL_FLUSH, all pending output is flushed to the
|
H A D | deflate.c | 890 if (flush == Z_PARTIAL_FLUSH) {
|
/third_party/zlib/contrib/delphi/ |
H A D | ZLib.pas | 168 Z_PARTIAL_FLUSH = 1;
|
/third_party/zlib/ |
H A D | zlib.h | 169 #define Z_PARTIAL_FLUSH 1 macro 296 If flush is set to Z_PARTIAL_FLUSH, all pending output is flushed to the 622 options Z_BLOCK, Z_PARTIAL_FLUSH, Z_SYNC_FLUSH, or Z_FULL_FLUSH. The
|
H A D | deflate.c | 132 /* rank Z_BLOCK between Z_NO_FLUSH and Z_PARTIAL_FLUSH */ 1212 if (flush == Z_PARTIAL_FLUSH) { in deflate()
|
/third_party/node/src/ |
H A D | node_zlib.cc | 311 flush != Z_PARTIAL_FLUSH && in Write() 1314 NODE_DEFINE_CONSTANT(target, Z_PARTIAL_FLUSH); in DefineZlibConstants()
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | zlib.h | 169 #define Z_PARTIAL_FLUSH 1 macro 296 If flush is set to Z_PARTIAL_FLUSH, all pending output is flushed to the 621 options Z_BLOCK, Z_PARTIAL_FLUSH, Z_SYNC_FLUSH, or Z_FULL_FLUSH. The
|
H A D | deflate.c | 173 /* rank Z_BLOCK between Z_NO_FLUSH and Z_PARTIAL_FLUSH */ 1076 if (flush == Z_PARTIAL_FLUSH) {
|
/third_party/skia/third_party/externals/zlib/ |
H A D | zlib.h | 169 #define Z_PARTIAL_FLUSH 1 macro 296 If flush is set to Z_PARTIAL_FLUSH, all pending output is flushed to the 622 options Z_BLOCK, Z_PARTIAL_FLUSH, Z_SYNC_FLUSH, or Z_FULL_FLUSH. The
|
H A D | deflate.c | 173 /* rank Z_BLOCK between Z_NO_FLUSH and Z_PARTIAL_FLUSH */ 1068 if (flush == Z_PARTIAL_FLUSH) {
|
/third_party/zlib/examples/ |
H A D | gzlog.c | 661 deflate(&strm, len ? Z_NO_FLUSH : Z_PARTIAL_FLUSH); in log_compress()
|
/third_party/python/Modules/ |
H A D | zlibmodule.c | 1597 ZLIB_ADD_INT_MACRO(Z_PARTIAL_FLUSH); in zlib_exec()
|
/third_party/astc-encoder/Source/ |
H A D | tinyexr.h | 1209 #define Z_PARTIAL_FLUSH MZ_PARTIAL_FLUSH macro
|