Home
last modified time | relevance | path

Searched refs:Z_TREES (Results 1 – 23 of 23) sorted by relevance

/third_party/libwebsockets/win32port/zlib/
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;
Dzlib.h170 #define Z_TREES 6 macro
/third_party/flutter/skia/third_party/externals/zlib/contrib/optimizations/
Dinflate.c862 if (flush == Z_BLOCK || flush == Z_TREES) goto inf_leave;
883 if (flush == Z_TREES) {
912 if (flush == Z_TREES) goto inf_leave;
1053 if (flush == Z_TREES) goto inf_leave;
/third_party/skia/third_party/externals/zlib/contrib/optimizations/
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/flutter/skia/third_party/externals/zlib/
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;
Dzlib.h174 #define Z_TREES 6 macro
/third_party/node/deps/zlib/contrib/optimizations/
Dinflate.c862 if (flush == Z_BLOCK || flush == Z_TREES) goto inf_leave;
883 if (flush == Z_TREES) {
912 if (flush == Z_TREES) goto inf_leave;
1053 if (flush == Z_TREES) goto inf_leave;
/third_party/skia/third_party/externals/zlib/
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;
Dzlib.h174 #define Z_TREES 6 macro
/third_party/node/deps/zlib/
Dinflate.c851 if (flush == Z_BLOCK || flush == Z_TREES) goto inf_leave;
872 if (flush == Z_TREES) {
901 if (flush == Z_TREES) goto inf_leave;
1042 if (flush == Z_TREES) goto inf_leave;
Dzlib.h174 #define Z_TREES 6 macro
/third_party/zlib/
Dinflate.c861 if (flush == Z_BLOCK || flush == Z_TREES) goto inf_leave;
883 if (flush == Z_TREES) {
912 if (flush == Z_TREES) goto inf_leave;
1057 if (flush == Z_TREES) goto inf_leave;
Dzlib.h174 #define Z_TREES 6 macro
DChangeLog637 - Add Z_TREES flush option to inflate() to return at end of trees
/third_party/freetype/src/gzip/
Dinflate.c867 if (flush == Z_BLOCK || flush == Z_TREES) goto inf_leave; in inflate()
889 if (flush == Z_TREES) { in inflate()
918 if (flush == Z_TREES) goto inf_leave; in inflate()
1063 if (flush == Z_TREES) goto inf_leave; in inflate()
Dzlib.h174 #define Z_TREES 6 macro
/third_party/zlib/contrib/pascal/
Dzlibpas.pas74 Z_TREES = 6;
/third_party/python/Modules/
Dzlibmodule.c1603 #ifdef Z_TREES // 1.2.3.4, only for inflate in zlib_exec()
1604 ZLIB_ADD_INT_MACRO(Z_TREES); in zlib_exec()
/third_party/zlib/test/
Dinfcover.c541 ret = inflate(&strm, Z_TREES); in try()
/third_party/skia/third_party/externals/zlib/contrib/tests/
Dinfcover.cc563 ret = inflate(&strm, Z_TREES);
/third_party/zlib/os400/
Dzlib.inc43 D Z_TREES C 6
/third_party/node/doc/api/
Dzlib.md383 * `zlib.constants.Z_TREES`
/third_party/chromium/patch/
D0001-cve.patch20710 if (flush == Z_BLOCK || flush == Z_TREES) goto inf_leave;
20718 if (flush == Z_TREES) goto inf_leave;
20745 if (flush == Z_TREES) goto inf_leave;