Searched defs:strategy (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c304 int strategy; /* favor or force Huffman coding*/ member in struct:deflate_state
590 strategy, minCompression)
596 int strategy;
655 s->strategy = strategy;
1263 if (s->strategy != Z_HUFFMAN_ONLY) {
1361 if (s->strategy != Z_HUFFMAN_ONLY) {
1367 if (s->match_length <= 5 && (s->strategy == Z_FILTERED ||

Completed in 36 milliseconds