unlz.c | 351 lz_peek(const struct lz_decoder *lz, unsigned ahead) function in typeref:typename:uint8_t 441 const uint8_t prev_byte = lz_peek(lz, 0); 448 int peek = lz_peek(lz, rep[0]); 464 lz_put(lz, lz_peek(lz, rep[0])); 525 lz_put(lz, lz_peek(lz, rep[0]));
|