Searched refs:Z_HUFFMAN_ONLY (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.h233 #define Z_HUFFMAN_ONLY 2 macro
470 produced by a filter (or predictor), or Z_HUFFMAN_ONLY to force Huffman
H A Dzlib.c1263 if (s->strategy != Z_HUFFMAN_ONLY) {
1361 if (s->strategy != Z_HUFFMAN_ONLY) {
/illumos-gate/usr/src/uts/common/zmod/
H A Ddeflate.c597 (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2 ?
614 (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2 ?
634 if (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2)
1491 if ((s->strategy != Z_HUFFMAN_ONLY && s->strategy != Z_RLE) ||
1496 if (s->strategy != Z_HUFFMAN_ONLY && s->strategy != Z_RLE) {
1600 if (s->strategy != Z_HUFFMAN_ONLY && s->strategy != Z_RLE) {
H A Dzlib.h192 #define Z_HUFFMAN_ONLY 2 macro
521 filter (or predictor), Z_HUFFMAN_ONLY to force Huffman encoding only (no
527 Z_DEFAULT and Z_HUFFMAN_ONLY. Z_RLE is designed to be almost as fast as
528 Z_HUFFMAN_ONLY, but give better compression for PNG image data. The strategy
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.h492 #define Z_HUFFMAN_ONLY 2 macro
770 * Z_HUFFMAN_ONLY to force Huffman encoding only (no string match).
775 * intermediate between Z_DEFAULT and Z_HUFFMAN_ONLY. The strategy
H A Dzlib.c899 strategy < 0 || strategy > Z_HUFFMAN_ONLY) {
1047 strategy > Z_HUFFMAN_ONLY) {
1988 if (s->strategy != Z_HUFFMAN_ONLY) {
2115 if (s->strategy != Z_HUFFMAN_ONLY) {
/illumos-gate/usr/src/boot/lib/libz/
H A Ddeflate.c704 (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2 ?
721 (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2 ?
741 if (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2)
903 bstate = s->strategy == Z_HUFFMAN_ONLY ? deflate_huff(s, flush) :
1931 * For Z_HUFFMAN_ONLY, do not look for matches. Do not maintain a hash table.
H A Dgzlib.c161 state->strategy = Z_HUFFMAN_ONLY;
H A Dzlib.h193 #define Z_HUFFMAN_ONLY 2 macro
566 filter (or predictor), Z_HUFFMAN_ONLY to force Huffman encoding only (no
572 Z_DEFAULT_STRATEGY and Z_HUFFMAN_ONLY. Z_RLE is designed to be almost as
573 fast as Z_HUFFMAN_ONLY, but give better compression for PNG image data. The

Completed in 204 milliseconds