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

/external/chromium_org/third_party/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.h171 #define Z_TREES 6 macro
426 Z_BLOCK, or Z_TREES. Z_SYNC_FLUSH requests that inflate() flush as much
448 The Z_TREES option behaves as Z_BLOCK does, but it also returns when the
470 because Z_BLOCK or Z_TREES is used.
922 no gzip header information forthcoming. Note that Z_BLOCK or Z_TREES can be
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_inflate.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;
H A Dzlib.h234 #define Z_TREES 6 macro
486 Z_BLOCK, or Z_TREES. Z_SYNC_FLUSH requests that inflate() flush as much
508 The Z_TREES option behaves as Z_BLOCK does, but it also returns when the
535 when Z_BLOCK or Z_TREES is used, and when inflate() avoids the allocation of
1036 no gzip header information forthcoming. Note that Z_BLOCK or Z_TREES can be
/external/qemu/distrib/zlib-1.2.8/
H A 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;
H A Dzlib.h170 #define Z_TREES 6 macro
422 Z_BLOCK, or Z_TREES. Z_SYNC_FLUSH requests that inflate() flush as much
444 The Z_TREES option behaves as Z_BLOCK does, but it also returns when the
471 when Z_BLOCK or Z_TREES is used, and when inflate() avoids the allocation of
972 no gzip header information forthcoming. Note that Z_BLOCK or Z_TREES can be
/external/zlib/src/
H A 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;
H A Dzlib.h170 #define Z_TREES 6 macro
422 Z_BLOCK, or Z_TREES. Z_SYNC_FLUSH requests that inflate() flush as much
444 The Z_TREES option behaves as Z_BLOCK does, but it also returns when the
471 when Z_BLOCK or Z_TREES is used, and when inflate() avoids the allocation of
972 no gzip header information forthcoming. Note that Z_BLOCK or Z_TREES can be
/external/zlib/
H A Dzlib.h170 #define Z_TREES 6 macro
422 Z_BLOCK, or Z_TREES. Z_SYNC_FLUSH requests that inflate() flush as much
444 The Z_TREES option behaves as Z_BLOCK does, but it also returns when the
471 when Z_BLOCK or Z_TREES is used, and when inflate() avoids the allocation of
972 no gzip header information forthcoming. Note that Z_BLOCK or Z_TREES can be
/external/zlib/src/contrib/pascal/
H A Dzlibpas.pas74 Z_TREES = 6;
/external/pdfium/core/include/thirdparties/zlib/
H A Dzlib.h230 #define Z_TREES 6 macro
482 Z_BLOCK, or Z_TREES. Z_SYNC_FLUSH requests that inflate() flush as much
504 The Z_TREES option behaves as Z_BLOCK does, but it also returns when the
531 when Z_BLOCK or Z_TREES is used, and when inflate() avoids the allocation of
1032 no gzip header information forthcoming. Note that Z_BLOCK or Z_TREES can be
/external/zlib/src/test/
H A Dinfcover.c541 ret = inflate(&strm, Z_TREES);
/external/zlib/src/as400/
H A Dzlib.inc43 D Z_TREES C 6

Completed in 4269 milliseconds