Home
last modified time | relevance | path

Searched refs:Z_TREES (Results 1 - 17 of 17) sorted by relevance

/third_party/libwebsockets/win32port/zlib/
H A Dinflate.c811 if (flush == Z_BLOCK || flush == Z_TREES) goto inf_leave;
832 if (flush == Z_TREES) {
861 if (flush == Z_TREES) goto inf_leave;
1003 if (flush == Z_TREES) goto inf_leave;
H A Dzlib.h170 #define Z_TREES 6 macro
421 Z_BLOCK, or Z_TREES. Z_SYNC_FLUSH requests that inflate() flush as much
443 The Z_TREES option behaves as Z_BLOCK does, but it also returns when the
465 because Z_BLOCK or Z_TREES is used.
917 no gzip header information forthcoming. Note that Z_BLOCK or Z_TREES can be
/third_party/zlib/contrib/pascal/
H A Dzlibpas.pas74 Z_TREES = 6;
/third_party/node/deps/v8/third_party/zlib/contrib/optimizations/
H A Dinflate.c863 if (flush == Z_BLOCK || flush == Z_TREES) goto inf_leave;
884 if (flush == Z_TREES) {
913 if (flush == Z_TREES) goto inf_leave;
1054 if (flush == Z_TREES) goto inf_leave;
/third_party/node/deps/v8/third_party/zlib/
H A Dinflate.c852 if (flush == Z_BLOCK || flush == Z_TREES) goto inf_leave;
873 if (flush == Z_TREES) {
902 if (flush == Z_TREES) goto inf_leave;
1043 if (flush == Z_TREES) goto inf_leave;
H A Dzlib.h174 #define Z_TREES 6 macro
433 Z_BLOCK, or Z_TREES. Z_SYNC_FLUSH requests that inflate() flush as much
455 The Z_TREES option behaves as Z_BLOCK does, but it also returns when the
482 when Z_BLOCK or Z_TREES is used, and when inflate() avoids the allocation of
1041 no gzip header information forthcoming. Note that Z_BLOCK or Z_TREES can be
/third_party/node/deps/zlib/
H A Dinflate.c826 if (flush == Z_BLOCK || flush == Z_TREES) goto inf_leave; in inflate()
848 if (flush == Z_TREES) { in inflate()
877 if (flush == Z_TREES) goto inf_leave; in inflate()
1022 if (flush == Z_TREES) goto inf_leave; in inflate()
H A Dzlib.h174 #define Z_TREES 6 macro
433 Z_BLOCK, or Z_TREES. Z_SYNC_FLUSH requests that inflate() flush as much
455 The Z_TREES option behaves as Z_BLOCK does, but it also returns when the
482 when Z_BLOCK or Z_TREES is used, and when inflate() avoids the allocation of
1043 no gzip header information forthcoming. Note that Z_BLOCK or Z_TREES can be
/third_party/node/deps/zlib/contrib/optimizations/
H A Dinflate.c837 if (flush == Z_BLOCK || flush == Z_TREES) goto inf_leave; in inflate()
859 if (flush == Z_TREES) { in inflate()
888 if (flush == Z_TREES) goto inf_leave; in inflate()
1033 if (flush == Z_TREES) goto inf_leave; in inflate()
/third_party/skia/third_party/externals/zlib/contrib/optimizations/
H A Dinflate.c863 if (flush == Z_BLOCK || flush == Z_TREES) goto inf_leave;
884 if (flush == Z_TREES) {
913 if (flush == Z_TREES) goto inf_leave;
1054 if (flush == Z_TREES) goto inf_leave;
/third_party/skia/third_party/externals/zlib/
H A Dinflate.c852 if (flush == Z_BLOCK || flush == Z_TREES) goto inf_leave;
873 if (flush == Z_TREES) {
902 if (flush == Z_TREES) goto inf_leave;
1043 if (flush == Z_TREES) goto inf_leave;
H A Dzlib.h174 #define Z_TREES 6 macro
433 Z_BLOCK, or Z_TREES. Z_SYNC_FLUSH requests that inflate() flush as much
455 The Z_TREES option behaves as Z_BLOCK does, but it also returns when the
482 when Z_BLOCK or Z_TREES is used, and when inflate() avoids the allocation of
1039 no gzip header information forthcoming. Note that Z_BLOCK or Z_TREES can be
/third_party/zlib/
H A Dinflate.c891 if (flush == Z_BLOCK || flush == Z_TREES) in inflate()
916 if (flush == Z_TREES) { in inflate()
945 if (flush == Z_TREES) in inflate()
1096 if (flush == Z_TREES) in inflate()
H A Dzlib.h174 #define Z_TREES 6 macro
434 Z_BLOCK, or Z_TREES. Z_SYNC_FLUSH requests that inflate() flush as much
456 The Z_TREES option behaves as Z_BLOCK does, but it also returns when the
483 when Z_BLOCK or Z_TREES is used, and when inflate() avoids the allocation of
1044 no gzip header information forthcoming. Note that Z_BLOCK or Z_TREES can be
/third_party/python/Modules/
H A Dzlibmodule.c1604 #ifdef Z_TREES // 1.2.3.4, only for inflate in zlib_exec()
1605 ZLIB_ADD_INT_MACRO(Z_TREES); in zlib_exec()
/third_party/skia/third_party/externals/zlib/contrib/tests/
H A Dinfcover.cc563 ret = inflate(&strm, Z_TREES);
/third_party/zlib/test/
H A Dinfcover.c542 ret = inflate(&strm, Z_TREES); in try()

Completed in 34 milliseconds