Home | History | Annotate | Download | only in linux

Lines Matching full:parameter

113    parameter for calls of zalloc and zfree. This can be useful for custom
228 accordingly. This action is forced if the parameter flush is non zero.
229 Forcing flush frequently degrades the compression ratio, so this parameter
242 If the parameter flush is set to Z_SYNC_FLUSH, all pending output is
256 with the same value of the flush parameter and more output space (updated
260 If the parameter flush is set to Z_FINISH, pending input is processed,
350 about the flush parameter).
361 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH,
384 (a single call of inflate), the parameter flush should be set to
395 first call. So the only effect of the flush parameter in this implementation
460 The method parameter is the compression method. It must be Z_DEFLATED in
463 The windowBits parameter is the base two logarithm of the window size
465 version of the library. Larger values of this parameter result in better
469 The memLevel parameter specifies how much memory should be allocated
475 The strategy parameter is used to tune the compression algorithm. Use the
482 between Z_DEFAULT and Z_HUFFMAN_ONLY. The strategy parameter only affects
487 memory, Z_STREAM_ERROR if a parameter is invalid (such as an invalid
524 parameter is invalid (such as NULL dictionary) or the stream state is
583 stream state was inconsistent or if a parameter was invalid, Z_BUF_ERROR
590 This is another version of inflateInit with an extra parameter. The
594 The windowBits parameter is the base two logarithm of the maximum window
622 memory, Z_STREAM_ERROR if a parameter is invalid (such as a null strm). msg
644 parameter is invalid (such as NULL dictionary) or the stream state is