Home
last modified time | relevance | path

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

/external/pdfium/third_party/zlib_v128/
Dinflate.c827 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()
1018 if (flush == Z_TREES) goto inf_leave; in inflate()
Dzlib.h239 #define Z_TREES 6 macro
/external/zlib/src/
Dinflate.c827 if (flush == Z_BLOCK || flush == Z_TREES) goto inf_leave;
848 if (flush == Z_TREES) {
877 if (flush == Z_TREES) goto inf_leave;
1018 if (flush == Z_TREES) goto inf_leave;
Dzlib.h170 #define Z_TREES 6 macro
DChangeLog531 - Add Z_TREES flush option to inflate() to return at end of trees
/external/opencv3/3rdparty/zlib/
Dinflate.c827 if (flush == Z_BLOCK || flush == Z_TREES) goto inf_leave;
848 if (flush == Z_TREES) {
877 if (flush == Z_TREES) goto inf_leave;
1018 if (flush == Z_TREES) goto inf_leave;
Dzlib.h170 #define Z_TREES 6 macro
DChangeLog531 - Add Z_TREES flush option to inflate() to return at end of trees
/external/zlib/src/contrib/pascal/
Dzlibpas.pas74 Z_TREES = 6;
/external/zlib/
Dzlib.h170 #define Z_TREES 6 macro
/external/zlib/src/test/
Dinfcover.c541 ret = inflate(&strm, Z_TREES); in try()
/external/zlib/src/as400/
Dzlib.inc43 D Z_TREES C 6
/external/chromium-trace/catapult/tracing/third_party/jszip/
Djszip.min.js13 …H:0,Z_PARTIAL_FLUSH:1,Z_SYNC_FLUSH:2,Z_FULL_FLUSH:3,Z_FINISH:4,Z_BLOCK:5,Z_TREES:6,Z_OK:0,Z_STREAM…