/third_party/skia/third_party/externals/freetype/src/gzip/ |
H A D | zlib.h | 128 #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 D | gzip_stream.cc | 267 if ((flush == Z_FULL_FLUSH) || (flush == Z_FINISH)) { in Deflate() 309 zerror_ = Deflate(Z_FULL_FLUSH); in Flush()
|
/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, 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 D | zlibpas.pas | 71 Z_FULL_FLUSH = 3;
|
H A D | example.pas | 386 err := deflate(c_stream, Z_FULL_FLUSH);
|
/third_party/node/deps/zlib/ |
H A D | zlib.h | 171 #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 D | deflate.c | 1249 if (flush == Z_FULL_FLUSH) { in deflate()
|
/third_party/libwebsockets/win32port/zlib/ |
H A D | zlib.h | 167 #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 D | deflate.c | 897 if (flush == Z_FULL_FLUSH) {
|
/third_party/zlib/contrib/delphi/ |
H A D | ZLib.pas | 170 Z_FULL_FLUSH = 3;
|
/third_party/zlib/test/ |
H A D | example.c | 366 err = deflate(&c_stream, Z_FULL_FLUSH); in test_flush()
|
/third_party/zlib/ |
H A D | zlib.h | 171 #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 D | deflate.c | 1219 if (flush == Z_FULL_FLUSH) { in deflate()
|
/third_party/node/src/ |
H A D | node_zlib.cc | 313 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 D | zlib.h | 171 #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 D | deflate.c | 1083 if (flush == Z_FULL_FLUSH) {
|
/third_party/skia/third_party/externals/zlib/ |
H A D | zlib.h | 171 #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 D | deflate.c | 1075 if (flush == Z_FULL_FLUSH) {
|
/third_party/python/Modules/ |
H A D | zlibmodule.c | 974 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 D | tinyexr.h | 1211 #define Z_FULL_FLUSH MZ_FULL_FLUSH macro
|