Home
last modified time | relevance | path

Searched refs:Z_FULL_FLUSH (Results 1 - 20 of 20) sorted by relevance

/third_party/skia/third_party/externals/freetype/src/gzip/
H A Dzlib.h128 #define Z_FULL_FLUSH 3 macro
234 If flush is set to Z_FULL_FLUSH, all output is flushed as with
237 random access is desired. Using Z_FULL_FLUSH too often can seriously degrade
557 description of deflate with Z_FULL_FLUSH) can be found, or until all
/third_party/protobuf/src/google/protobuf/io/
H A Dgzip_stream.cc267 if ((flush == Z_FULL_FLUSH) || (flush == Z_FINISH)) { in Deflate()
309 zerror_ = Deflate(Z_FULL_FLUSH); in Flush()
/third_party/node/lib/
H A Dzlib.js83 Z_NO_FLUSH, Z_BLOCK, Z_PARTIAL_FLUSH, Z_SYNC_FLUSH, Z_FULL_FLUSH, Z_FINISH,
360 // Z_SYNC_FLUSH < Z_FULL_FLUSH < Z_FINISH
364 Z_SYNC_FLUSH, Z_FULL_FLUSH, Z_FINISH];
645 fullFlush: Z_FULL_FLUSH,
/third_party/zlib/contrib/pascal/
H A Dzlibpas.pas71 Z_FULL_FLUSH = 3;
H A Dexample.pas386 err := deflate(c_stream, Z_FULL_FLUSH);
/third_party/node/deps/zlib/
H A Dzlib.h171 #define Z_FULL_FLUSH 3 macro
313 If flush is set to Z_FULL_FLUSH, all output is flushed as with
316 random access is desired. Using Z_FULL_FLUSH too often can seriously degrade
322 avail_out). In the case of a Z_FULL_FLUSH or Z_SYNC_FLUSH, make sure that
621 options Z_BLOCK, Z_PARTIAL_FLUSH, Z_SYNC_FLUSH, or Z_FULL_FLUSH. The
928 for the description of deflate with Z_FULL_FLUSH) can be found, or until all
H A Ddeflate.c1249 if (flush == Z_FULL_FLUSH) { in deflate()
/third_party/libwebsockets/win32port/zlib/
H A Dzlib.h167 #define Z_FULL_FLUSH 3 macro
307 If flush is set to Z_FULL_FLUSH, all output is flushed as with
310 random access is desired. Using Z_FULL_FLUSH too often can seriously degrade
316 avail_out). In the case of a Z_FULL_FLUSH or Z_SYNC_FLUSH, make sure that
809 description of deflate with Z_FULL_FLUSH) can be found, or until all
H A Ddeflate.c897 if (flush == Z_FULL_FLUSH) {
/third_party/zlib/contrib/delphi/
H A DZLib.pas170 Z_FULL_FLUSH = 3;
/third_party/zlib/test/
H A Dexample.c366 err = deflate(&c_stream, Z_FULL_FLUSH); in test_flush()
/third_party/zlib/
H A Dzlib.h171 #define Z_FULL_FLUSH 3 macro
313 If flush is set to Z_FULL_FLUSH, all output is flushed as with
316 random access is desired. Using Z_FULL_FLUSH too often can seriously degrade
322 avail_out). In the case of a Z_FULL_FLUSH or Z_SYNC_FLUSH, make sure that
622 options Z_BLOCK, Z_PARTIAL_FLUSH, Z_SYNC_FLUSH, or Z_FULL_FLUSH. The
929 for the description of deflate with Z_FULL_FLUSH) can be found, or until all
H A Ddeflate.c1219 if (flush == Z_FULL_FLUSH) { in deflate()
/third_party/node/src/
H A Dnode_zlib.cc313 flush != Z_FULL_FLUSH && in Write()
1316 NODE_DEFINE_CONSTANT(target, Z_FULL_FLUSH); in DefineZlibConstants()
/third_party/node/deps/v8/third_party/zlib/
H A Dzlib.h171 #define Z_FULL_FLUSH 3 macro
313 If flush is set to Z_FULL_FLUSH, all output is flushed as with
316 random access is desired. Using Z_FULL_FLUSH too often can seriously degrade
322 avail_out). In the case of a Z_FULL_FLUSH or Z_SYNC_FLUSH, make sure that
621 options Z_BLOCK, Z_PARTIAL_FLUSH, Z_SYNC_FLUSH, or Z_FULL_FLUSH. The
927 for the description of deflate with Z_FULL_FLUSH) can be found, or until all
H A Ddeflate.c1083 if (flush == Z_FULL_FLUSH) {
/third_party/skia/third_party/externals/zlib/
H A Dzlib.h171 #define Z_FULL_FLUSH 3 macro
313 If flush is set to Z_FULL_FLUSH, all output is flushed as with
316 random access is desired. Using Z_FULL_FLUSH too often can seriously degrade
322 avail_out). In the case of a Z_FULL_FLUSH or Z_SYNC_FLUSH, make sure that
622 options Z_BLOCK, Z_PARTIAL_FLUSH, Z_SYNC_FLUSH, or Z_FULL_FLUSH. The
925 for the description of deflate with Z_FULL_FLUSH) can be found, or until all
H A Ddeflate.c1075 if (flush == Z_FULL_FLUSH) {
/third_party/python/Modules/
H A Dzlibmodule.c974 One of the constants Z_SYNC_FLUSH, Z_FULL_FLUSH, Z_FINISH.
1599 ZLIB_ADD_INT_MACRO(Z_FULL_FLUSH); in zlib_exec()
/third_party/astc-encoder/Source/
H A Dtinyexr.h1211 #define Z_FULL_FLUSH MZ_FULL_FLUSH macro

Completed in 52 milliseconds