Lines Matching full:only
46 data. This version of the library supports only one compression method
116 uInt extra_max; /* space at extra (only when reading header) */
118 uInt name_max; /* space at name (only when reading header) */
120 uInt comm_max; /* space at comment (only when reading header) */
203 /* The deflate compression method (the only one supported in this version) */
260 should be set only when necessary (in interactive applications).
281 algorithms and so it should be used only when necessary.
301 deflate has returned Z_STREAM_END, the only possible operations on the
314 binary. This field is only for information purposes and does not affect
319 consumed and all output has been produced (only when flush is set to
426 first call. So the only effect of the flush parameter in this implementation
437 only if the checksum is correct.
476 The following functions are needed only in some special applications.
519 filter (or predictor), Z_HUFFMAN_ONLY to force Huffman encoding only (no
527 parameter only affects the compression ratio but not the correctness of the
566 applies to the whole dictionary even if only a subset of the dictionary is
616 take effect only at the next call of deflate().
633 Fine tune deflate's internal compression parameters. This should only be
635 searching for the best matching string, and even then only by the most
660 this function can only be used for raw deflate, and must be used before the
724 detection, or add 16 to decode only the gzip format (the zlib format will
806 from next_in. This function should only be used with raw inflate, and
901 only the raw deflate stream to decompress. This is different from the
942 distinguished using strm->next_in which will be Z_NULL only if in() returned
986 21: FASTEST -- deflate algorithm with only one, lowest compression level
1073 Huffman only compression as in "wb1h", or 'R' for run-length encoding
1130 buffer overflow with unpredictable consequences, which is possible only if
1166 Only one character of push-back is allowed. gzungetc() returns the
1179 gzflush should be called only when strictly necessary because it can
1191 extremely slow. If the file is opened for writing, only forward seeks are
1203 Rewinds the given file. This function is supported only for reading.
1283 seq1 and seq2 concatenated, requiring only adler1, adler2, and len2.
1341 check value of seq1 and seq2 concatenated, requiring only crc1, crc2, and