Searched refs:deflate_slow (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/zmod/
H A Ddeflate.c85 local block_state deflate_slow OF((deflate_state *s, int flush));
149 /* 4 */ {4, 4, 16, 16, deflate_slow}, /* lazy matches */
150 /* 5 */ {8, 16, 32, 32, deflate_slow},
151 /* 6 */ {8, 16, 128, 128, deflate_slow},
152 /* 7 */ {8, 32, 128, 256, deflate_slow},
153 /* 8 */ {32, 128, 258, 1024, deflate_slow},
154 /* 9 */ {32, 258, 258, 4096, deflate_slow}}; /* max compression */
1560 local block_state deflate_slow(s, flush) function
/illumos-gate/usr/src/boot/lib/libz/
H A Ddeflate.c80 local block_state deflate_slow OF((deflate_state *s, int flush));
138 /* 4 */ {4, 4, 16, 16, deflate_slow}, /* lazy matches */
139 /* 5 */ {8, 16, 32, 32, deflate_slow},
140 /* 6 */ {8, 16, 128, 128, deflate_slow},
141 /* 7 */ {8, 32, 128, 256, deflate_slow},
142 /* 8 */ {32, 128, 258, 1024, deflate_slow},
143 /* 9 */ {32, 258, 258, 4096, deflate_slow}}; /* max compression */
1730 local block_state deflate_slow(s, flush) function
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c716 local block_state deflate_slow OF((deflate_state *s, int flush));
773 /* 4 */ {4, 4, 16, 16, deflate_slow}, /* lazy matches */
774 /* 5 */ {8, 16, 32, 32, deflate_slow},
775 /* 6 */ {8, 16, 128, 128, deflate_slow},
776 /* 7 */ {8, 32, 128, 256, deflate_slow},
777 /* 8 */ {32, 128, 258, 1024, deflate_slow},
778 /* 9 */ {32, 258, 258, 4096, deflate_slow}}; /* maximum compression */
2062 deflate_slow(s, flush) function
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c532 local int deflate_slow OF((deflate_state *s, int flush));
792 quit = deflate_slow(state, flush);
1322 local int deflate_slow(s, flush) function

Completed in 109 milliseconds