HomeSort by: relevance | last modified time | path
    Searched defs:Z_FINISH (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net/
zlib.h 424 #define Z_FINISH 5
551 If the parameter flush is set to Z_FINISH, pending input is processed,
554 called again with Z_FINISH and more output space (updated avail_out) but no
559 Z_FINISH can be used immediately after deflateInit if all the compression
575 Z_FINISH), Z_STREAM_ERROR if the stream state was inconsistent (for example
648 parameter other than Z_SYNC_FLUSH, Z_PACKET_FLUSH or Z_FINISH, but the
657 Z_FINISH. In this case all pending input is processed and all pending
661 be inflateEnd to deallocate the decompression state. The use of Z_FINISH
682 enough room in the output buffer when Z_FINISH is used. In the Z_DATA_ERROR
1057 the flush parameter is Z_FINISH and all output could be flushed
    [all...]
  /src/common/dist/zlib/
zlib.h 174 #define Z_FINISH 4
328 If the parameter flush is set to Z_FINISH, pending input is processed,
331 function must be called again with Z_FINISH and more output space (updated
336 Z_FINISH can be used in the first deflate call after deflateInit if all the
356 Z_FINISH), Z_STREAM_ERROR if the stream state was inconsistent (for example
435 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH, Z_FINISH,
467 single call of inflate), the parameter flush should be set to Z_FINISH. In
471 saved by the compressor for this purpose.) The use of Z_FINISH is not
474 call. Z_FINISH also informs inflate to not maintain a sliding window if the
486 memory for a sliding window when Z_FINISH is used
    [all...]

Completed in 13 milliseconds