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

  /external/freetype/src/gzip/
zlib.h 129 #define Z_FINISH 4
245 If the parameter flush is set to Z_FINISH, pending input is processed,
248 called again with Z_FINISH and more output space (updated avail_out) but no
253 Z_FINISH can be used immediately after deflateInit if all the compression
269 Z_FINISH), Z_STREAM_ERROR if the stream state was inconsistent (for example
341 and Z_FINISH, but the current implementation actually flushes as much output
347 Z_FINISH. In this case all pending input is processed and all pending
351 be inflateEnd to deallocate the decompression state. The use of Z_FINISH
372 enough room in the output buffer when Z_FINISH is used. In the Z_DATA_ERROR
    [all...]
  /development/ndk/platforms/android-14/include/
zlib.h 166 #define Z_FINISH 4
296 If the parameter flush is set to Z_FINISH, pending input is processed,
299 called again with Z_FINISH and more output space (updated avail_out) but no
304 Z_FINISH can be used immediately after deflateInit if all the compression
320 Z_FINISH), Z_STREAM_ERROR if the stream state was inconsistent (for example
393 Z_FINISH, or Z_BLOCK. Z_SYNC_FLUSH requests that inflate() flush as much
416 Z_FINISH. In this case all pending input is processed and all pending
420 be inflateEnd to deallocate the decompression state. The use of Z_FINISH
454 output buffer when Z_FINISH is used. Note that Z_BUF_ERROR is not fatal, and
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
zlib.h 166 #define Z_FINISH 4
296 If the parameter flush is set to Z_FINISH, pending input is processed,
299 called again with Z_FINISH and more output space (updated avail_out) but no
304 Z_FINISH can be used immediately after deflateInit if all the compression
320 Z_FINISH), Z_STREAM_ERROR if the stream state was inconsistent (for example
393 Z_FINISH, or Z_BLOCK. Z_SYNC_FLUSH requests that inflate() flush as much
416 Z_FINISH. In this case all pending input is processed and all pending
420 be inflateEnd to deallocate the decompression state. The use of Z_FINISH
454 output buffer when Z_FINISH is used. Note that Z_BUF_ERROR is not fatal, and
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
zlib.h 168 #define Z_FINISH 4
320 If the parameter flush is set to Z_FINISH, pending input is processed,
323 called again with Z_FINISH and more output space (updated avail_out) but no
328 Z_FINISH can be used immediately after deflateInit if all the compression
345 Z_FINISH), Z_STREAM_ERROR if the stream state was inconsistent (for example
421 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH, Z_FINISH,
453 single call of inflate), the parameter flush should be set to Z_FINISH. In
457 saved by the compressor for this purpose.) The use of Z_FINISH is not
460 call. Z_FINISH also informs inflate to not maintain a sliding window if the
472 memory for a sliding window when Z_FINISH is used.
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
zlib.h 172 #define Z_FINISH 4
326 If the parameter flush is set to Z_FINISH, pending input is processed,
329 function must be called again with Z_FINISH and more output space (updated
334 Z_FINISH can be used in the first deflate call after deflateInit if all the
354 Z_FINISH), Z_STREAM_ERROR if the stream state was inconsistent (for example
432 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH, Z_FINISH,
464 single call of inflate), the parameter flush should be set to Z_FINISH. In
468 saved by the compressor for this purpose.) The use of Z_FINISH is not
471 call. Z_FINISH also informs inflate to not maintain a sliding window if the
483 memory for a sliding window when Z_FINISH is used
    [all...]
  /external/python/cpython2/Modules/zlib/
zlib.h 168 #define Z_FINISH 4
320 If the parameter flush is set to Z_FINISH, pending input is processed,
323 called again with Z_FINISH and more output space (updated avail_out) but no
328 Z_FINISH can be used immediately after deflateInit if all the compression
345 Z_FINISH), Z_STREAM_ERROR if the stream state was inconsistent (for example
421 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH, Z_FINISH,
453 single call of inflate), the parameter flush should be set to Z_FINISH. In
457 saved by the compressor for this purpose.) The use of Z_FINISH is not
460 call. Z_FINISH also informs inflate to not maintain a sliding window if the
472 memory for a sliding window when Z_FINISH is used
    [all...]
  /external/python/cpython3/Modules/zlib/
zlib.h 172 #define Z_FINISH 4
326 If the parameter flush is set to Z_FINISH, pending input is processed,
329 function must be called again with Z_FINISH and more output space (updated
334 Z_FINISH can be used in the first deflate call after deflateInit if all the
354 Z_FINISH), Z_STREAM_ERROR if the stream state was inconsistent (for example
432 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH, Z_FINISH,
464 single call of inflate), the parameter flush should be set to Z_FINISH. In
468 saved by the compressor for this purpose.) The use of Z_FINISH is not
471 call. Z_FINISH also informs inflate to not maintain a sliding window if the
483 memory for a sliding window when Z_FINISH is used
    [all...]
  /external/syslinux/com32/include/
zlib.h 168 #define Z_FINISH 4
320 If the parameter flush is set to Z_FINISH, pending input is processed,
323 called again with Z_FINISH and more output space (updated avail_out) but no
328 Z_FINISH can be used immediately after deflateInit if all the compression
344 Z_FINISH), Z_STREAM_ERROR if the stream state was inconsistent (for example
420 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH, Z_FINISH,
452 single call of inflate), the parameter flush should be set to Z_FINISH. In
457 the decompression state. The use of Z_FINISH is never required, but can be
491 output buffer when Z_FINISH is used. Note that Z_BUF_ERROR is not fatal, and
    [all...]
  /external/zlib/src/
zlib.h 172 #define Z_FINISH 4
326 If the parameter flush is set to Z_FINISH, pending input is processed,
329 function must be called again with Z_FINISH and more output space (updated
334 Z_FINISH can be used in the first deflate call after deflateInit if all the
354 Z_FINISH), Z_STREAM_ERROR if the stream state was inconsistent (for example
432 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH, Z_FINISH,
464 single call of inflate), the parameter flush should be set to Z_FINISH. In
468 saved by the compressor for this purpose.) The use of Z_FINISH is not
471 call. Z_FINISH also informs inflate to not maintain a sliding window if the
483 memory for a sliding window when Z_FINISH is used
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
zlib.h 169 #define Z_FINISH 4
319 If the parameter flush is set to Z_FINISH, pending input is processed,
322 called again with Z_FINISH and more output space (updated avail_out) but no
327 Z_FINISH can be used immediately after deflateInit if all the compression
343 Z_FINISH), Z_STREAM_ERROR if the stream state was inconsistent (for example
419 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH, Z_FINISH,
452 Z_FINISH. In this case all pending input is processed and all pending
456 be inflateEnd to deallocate the decompression state. The use of Z_FINISH
490 output buffer when Z_FINISH is used. Note that Z_BUF_ERROR is not fatal, and
    [all...]
  /toolchain/binutils/binutils-2.27/zlib/
zlib.h 168 #define Z_FINISH 4
320 If the parameter flush is set to Z_FINISH, pending input is processed,
323 called again with Z_FINISH and more output space (updated avail_out) but no
328 Z_FINISH can be used immediately after deflateInit if all the compression
345 Z_FINISH), Z_STREAM_ERROR if the stream state was inconsistent (for example
421 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH, Z_FINISH,
453 single call of inflate), the parameter flush should be set to Z_FINISH. In
457 saved by the compressor for this purpose.) The use of Z_FINISH is not
460 call. Z_FINISH also informs inflate to not maintain a sliding window if the
472 memory for a sliding window when Z_FINISH is used
    [all...]

Completed in 1047 milliseconds