fast.rs |
set if current block must be flushed |
3975 |
huff.rs |
Make sure that we have a literal to write. |
1185 |
medium.rs |
Make sure that we always have enough lookahead, except
at the end of the input file. We need STD_MAX_MATCH bytes
for the next match, plus WANT_MIN_MATCH bytes to insert the
string following the next match.
|
10944 |
mod.rs |
reduce lazy search above this match length |
2571 |
quick.rs |
Emit end of previous block |
5361 |
rle.rs |
flush the current block |
2667 |
slow.rs |
head of hash chain |
5953 |
stored.rs |
Replace the lengths in the dummy stored block with len. |
11545 |