Lines Matching full:parameter
136 parameter for calls of zalloc and zfree. This can be useful for custom
258 accordingly. This action is forced if the parameter flush is non zero.
259 Forcing flush frequently degrades the compression ratio, so this parameter
272 Normally the parameter flush is set to Z_NO_FLUSH, which allows deflate to
276 If the parameter flush is set to Z_SYNC_FLUSH, all pending output is
290 with the same value of the flush parameter and more output space (updated
296 If the parameter flush is set to Z_FINISH, pending input is processed,
381 about the flush parameter).
392 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH,
415 (a single call of inflate), the parameter flush should be set to
426 first call. So the only effect of the flush parameter in this implementation
491 The method parameter is the compression method. It must be Z_DEFLATED in
494 The windowBits parameter is the base two logarithm of the window size
496 version of the library. Larger values of this parameter result in better
511 The memLevel parameter specifies how much memory should be allocated
517 The strategy parameter is used to tune the compression algorithm. Use the
527 parameter only affects the compression ratio but not the correctness of the
533 memory, Z_STREAM_ERROR if a parameter is invalid (such as an invalid
571 parameter is invalid (such as NULL dictionary) or the stream state is
623 stream state was inconsistent or if a parameter was invalid, Z_BUF_ERROR
697 This is another version of inflateInit with an extra parameter. The
701 The windowBits parameter is the base two logarithm of the maximum window
729 memory, Z_STREAM_ERROR if a parameter is invalid (such as a null strm). msg
751 parameter is invalid (such as NULL dictionary) or the stream state is
931 first parameter of in() and out() respectively when they are called. These
1029 parameter has the same meaning as in deflateInit. sourceLen is the byte
1037 Z_STREAM_ERROR if the level parameter is invalid.
1070 Opens a gzip (.gz) file for reading or writing. The mode parameter
1075 about the strategy parameter.)
1090 The mode parameter is as in gzopen.
1175 Flushes all pending output into the compressed file. The parameter
1178 the flush parameter is Z_FINISH and all output could be flushed.
1188 uncompressed data stream. The whence parameter is defined as in lseek(2);