HomeSort by relevance Sort by last modified time
    Searched refs:Z_BLOCK (Results 101 - 110 of 110) sorted by null

1 2 3 45

  /external/zlib/src/
zlib.h 169 #define Z_BLOCK 5
298 If flush is set to Z_BLOCK, a deflate block is completed and emitted, as
422 Z_BLOCK, or Z_TREES. Z_SYNC_FLUSH requests that inflate() flush as much
423 output as possible to the output buffer. Z_BLOCK requests that inflate()
430 The Z_BLOCK option assists in appending to or combining deflate streams.
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
598 options Z_BLOCK, Z_PARTIAL_FLUSH, Z_SYNC_FLUSH, or Z_FULL_FLUSH. The
    [all...]
deflate.c 158 /* rank Z_BLOCK between Z_NO_FLUSH and Z_PARTIAL_FLUSH */
515 err = deflate(strm, Z_BLOCK);
673 flush > Z_BLOCK || flush < 0) {
926 } else if (flush != Z_BLOCK) { /* FULL_FLUSH or SYNC_FLUSH */
    [all...]
inflate.c 827 if (flush == Z_BLOCK || flush == Z_TREES) goto inf_leave;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
zlib.h 170 #define Z_BLOCK 5
400 Z_FINISH, or Z_BLOCK. Z_SYNC_FLUSH requests that inflate() flush as much
401 output as possible to the output buffer. Z_BLOCK requests that inflate() stop
408 The Z_BLOCK option assists in appending to or combining deflate streams.
435 because Z_BLOCK is used.
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
zlib.h 170 #define Z_BLOCK 5
400 Z_FINISH, or Z_BLOCK. Z_SYNC_FLUSH requests that inflate() flush as much
401 output as possible to the output buffer. Z_BLOCK requests that inflate() stop
408 The Z_BLOCK option assists in appending to or combining deflate streams.
435 because Z_BLOCK is used.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
zlib.h 170 #define Z_BLOCK 5
400 Z_FINISH, or Z_BLOCK. Z_SYNC_FLUSH requests that inflate() flush as much
401 output as possible to the output buffer. Z_BLOCK requests that inflate() stop
408 The Z_BLOCK option assists in appending to or combining deflate streams.
435 because Z_BLOCK is used.
    [all...]
  /external/zlib/src/contrib/pascal/
zlibpas.pas 73 Z_BLOCK = 5;
  /external/chromium_org/third_party/zlib/
deflate.c 443 err = deflate(strm, Z_BLOCK);
596 flush > Z_BLOCK || flush < 0) {
866 } else if (flush != Z_BLOCK) { /* FULL_FLUSH or SYNC_FLUSH */
    [all...]
inflate.c 811 if (flush == Z_BLOCK || flush == Z_TREES) goto inf_leave;
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
inflate.c 774 if (flush == Z_BLOCK) goto inf_leave;
    [all...]

Completed in 113 milliseconds

1 2 3 45