HomeSort by relevance Sort by last modified time
    Searched refs:Z_TREES (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/zlib/
inflate.c 811 if (flush == Z_BLOCK || flush == Z_TREES) goto inf_leave;
832 if (flush == Z_TREES) {
861 if (flush == Z_TREES) goto inf_leave;
    [all...]
zlib.h 171 #define Z_TREES 6
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.
    [all...]
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
fx_zlib_inflate.c 827 if (flush == Z_BLOCK || flush == Z_TREES) goto inf_leave;
848 if (flush == Z_TREES) {
877 if (flush == Z_TREES) goto inf_leave;
    [all...]
zlib.h 234 #define Z_TREES 6
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
    [all...]
  /external/qemu/distrib/zlib-1.2.8/
inflate.c 827 if (flush == Z_BLOCK || flush == Z_TREES) goto inf_leave;
848 if (flush == Z_TREES) {
877 if (flush == Z_TREES) goto inf_leave;
    [all...]
zlib.h 170 #define Z_TREES 6
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
    [all...]
  /external/zlib/src/
inflate.c 827 if (flush == Z_BLOCK || flush == Z_TREES) goto inf_leave;
848 if (flush == Z_TREES) {
877 if (flush == Z_TREES) goto inf_leave;
    [all...]
zlib.h 170 #define Z_TREES 6
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
    [all...]
  /external/zlib/src/contrib/pascal/
zlibpas.pas 74 Z_TREES = 6;
  /external/pdfium/core/include/thirdparties/zlib/
zlib.h 230 #define Z_TREES 6
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
    [all...]
  /external/zlib/src/test/
infcover.c 541 ret = inflate(&strm, Z_TREES);

Completed in 279 milliseconds