HomeSort by relevance Sort by last modified time
    Searched defs:Z_FINISH (Results 101 - 101 of 101) sorted by null

1 2 3 45

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
zlib.h 169 #define Z_FINISH 4
299 If the parameter flush is set to Z_FINISH, pending input is processed,
302 called again with Z_FINISH and more output space (updated avail_out) but no
307 Z_FINISH can be used immediately after deflateInit if all the compression
323 Z_FINISH), Z_STREAM_ERROR if the stream state was inconsistent (for example
400 Z_FINISH, or Z_BLOCK. Z_SYNC_FLUSH requests that inflate() flush as much
423 Z_FINISH. In this case all pending input is processed and all pending
427 be inflateEnd to deallocate the decompression state. The use of Z_FINISH
461 output buffer when Z_FINISH is used. Note that Z_BUF_ERROR is not fatal, and
    [all...]

Completed in 553 milliseconds

1 2 3 45