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

/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Ddeflate.c77 local block_state deflate_fast OF((deflate_state *s, int flush));
128 /* 1 */ {4, 4, 8, 4, deflate_fast}, /* maximum speed, no lazy matches */
129 /* 2 */ {4, 5, 16, 8, deflate_fast},
130 /* 3 */ {4, 6, 32, 32, deflate_fast},
140 * For deflate_fast() (levels <= 3) good is ignored and lazy has a different
1138 local block_state deflate_fast(s, flush) function

Completed in 20 milliseconds