deflate.c | 76 local block_state deflate_fast(deflate_state *s, int flush); 112 /* 1 */ {4, 4, 8, 4, deflate_fast}}; /* max speed, no lazy matches */ 117 /* 1 */ {4, 4, 8, 4, deflate_fast}, /* max speed, no lazy matches */ 118 /* 2 */ {4, 5, 16, 8, deflate_fast}, 119 /* 3 */ {4, 6, 32, 32, deflate_fast}, 130 * For deflate_fast() (levels <= 3) good is ignored and lazy has a different 1813 local block_state deflate_fast(deflate_state *s, int flush) { function in typeref:typename:local block_state
|