Searched refs:lz_put (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/usr.bin/gzip/
H A Dunlz.c365 lz_put(struct lz_decoder *lz, uint8_t b) function
446 lz_put(lz, lz_rd_decode_tree(rd, bm, 8));
449 lz_put(lz, lz_rd_decode_matched(rd, bm, peek));
464 lz_put(lz, lz_peek(lz, rep[0]));
525 lz_put(lz, lz_peek(lz, rep[0]));

Completed in 105 milliseconds