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

/ast/src/lib/libz/
H A Ddeflate.c80 local block_state deflate_slow OF((deflate_state *s, int flush));
144 /* 4 */ {4, 4, 16, 16, deflate_slow}, /* lazy matches */
145 /* 5 */ {8, 16, 32, 32, deflate_slow},
146 /* 6 */ {8, 16, 128, 128, deflate_slow},
147 /* 7 */ {8, 32, 128, 256, deflate_slow},
148 /* 8 */ {32, 128, 258, 1024, deflate_slow},
149 /* 9 */ {32, 258, 258, 4096, deflate_slow}}; /* max compression */
1554 local block_state deflate_slow(s, flush) function

Completed in 14 milliseconds