Home | History | Annotate | Download | only in src

Lines Matching full:deflate_fast

78 local block_state deflate_fast   OF((deflate_state *s, int flush));
129 /* 1 */ {4, 4, 8, 4, deflate_fast}}; /* max speed, no lazy matches */
134 /* 1 */ {4, 4, 8, 4, deflate_fast}, /* max speed, no lazy matches */
135 /* 2 */ {4, 5, 16, 8, deflate_fast},
136 /* 3 */ {4, 6, 32, 32, deflate_fast},
147 * For deflate_fast() (levels <= 3) good is ignored and lazy has a different
1628 local block_state deflate_fast(s, flush)