Home
last modified time | relevance | path

Searched refs:Z_PARTIAL_FLUSH (Results 1 - 22 of 22) sorted by relevance

/third_party/node/test/parallel/
H A Dtest-zlib-flush-write-sync-interleaved.js4 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 Dzlib.h126 #define Z_PARTIAL_FLUSH 1 /* will be removed, use Z_SYNC_FLUSH instead */ macro
/third_party/ffmpeg/libavcodec/
H A Dlscrdec.c89 ret = inflate(zstream, Z_PARTIAL_FLUSH); in decode_idat()
H A Dpngdec.c436 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 Dzlibpas.pas69 Z_PARTIAL_FLUSH = 1;
/third_party/node/lib/
H A Dzlib.js83 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 Dzlib.h169 #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 Ddeflate.c150 /* 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 Dgzwrite.c490 if (strm->avail_in && gz_comp(state, Z_PARTIAL_FLUSH) == -1)
H A Dzlib.h165 #define Z_PARTIAL_FLUSH 1 macro
290 If flush is set to Z_PARTIAL_FLUSH, all pending output is flushed to the
H A Ddeflate.c890 if (flush == Z_PARTIAL_FLUSH) {
/third_party/zlib/contrib/delphi/
H A DZLib.pas168 Z_PARTIAL_FLUSH = 1;
/third_party/zlib/
H A Dzlib.h169 #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 Ddeflate.c132 /* 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 Dnode_zlib.cc311 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 Dzlib.h169 #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 Ddeflate.c173 /* 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 Dzlib.h169 #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 Ddeflate.c173 /* rank Z_BLOCK between Z_NO_FLUSH and Z_PARTIAL_FLUSH */
1068 if (flush == Z_PARTIAL_FLUSH) {
/third_party/zlib/examples/
H A Dgzlog.c661 deflate(&strm, len ? Z_NO_FLUSH : Z_PARTIAL_FLUSH); in log_compress()
/third_party/python/Modules/
H A Dzlibmodule.c1597 ZLIB_ADD_INT_MACRO(Z_PARTIAL_FLUSH); in zlib_exec()
/third_party/astc-encoder/Source/
H A Dtinyexr.h1209 #define Z_PARTIAL_FLUSH MZ_PARTIAL_FLUSH macro

Completed in 64 milliseconds