HomeSort by relevance Sort by last modified time
    Searched defs:Z_BLOCK (Results 1 - 4 of 4) sorted by null

  /development/ndk/platforms/android-3/include/linux/
zlib.h 46 #define Z_BLOCK 6
  /development/ndk/platforms/android-3/include/
zlib.h 167 #define Z_BLOCK 5
393 Z_FINISH, or Z_BLOCK. Z_SYNC_FLUSH requests that inflate() flush as much
394 output as possible to the output buffer. Z_BLOCK requests that inflate() stop
401 The Z_BLOCK option assists in appending to or combining deflate streams.
428 because Z_BLOCK is used.
    [all...]
  /external/chromium_org/sdch/open-vcdiff/src/zlib/
zlib.h 167 #define Z_BLOCK 5
393 Z_FINISH, or Z_BLOCK. Z_SYNC_FLUSH requests that inflate() flush as much
394 output as possible to the output buffer. Z_BLOCK requests that inflate() stop
401 The Z_BLOCK option assists in appending to or combining deflate streams.
428 because Z_BLOCK is used.
    [all...]
  /external/chromium_org/third_party/zlib/
zlib.h 170 #define Z_BLOCK 5
303 If flush is set to Z_BLOCK, a deflate block is completed and emitted, as
426 Z_BLOCK, or Z_TREES. Z_SYNC_FLUSH requests that inflate() flush as much
427 output as possible to the output buffer. Z_BLOCK requests that inflate()
434 The Z_BLOCK option assists in appending to or combining deflate streams.
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...]

Completed in 111 milliseconds