Lines Matching refs:xz_buf
90 struct xz_buf { struct
147 enum xz_ret xz_dec_run(struct xz_dec *s, struct xz_buf *b);
198 struct xz_buf b; in do_xzcat()
402 struct xz_buf *b);
487 struct xz_buf *b);
810 static void bcj_flush(struct xz_dec_bcj *s, struct xz_buf *b) in bcj_flush()
830 struct xz_buf *b) in xz_dec_bcj_run()
1521 static void dict_uncompressed(struct dictionary *dict, struct xz_buf *b, in dict_uncompressed()
1561 static uint32_t dict_flush(struct dictionary *dict, struct xz_buf *b) in dict_flush()
1592 static int rc_read_init(struct rc_dec *rc, struct xz_buf *b) in rc_read_init()
1988 static int lzma2_lzma(struct xz_dec_lzma2 *s, struct xz_buf *b) in lzma2_lzma()
2073 struct xz_buf *b) in xz_dec_lzma2_run()
2484 static int fill_temp(struct xz_dec *s, struct xz_buf *b) in fill_temp()
2544 static enum xz_ret dec_block(struct xz_dec *s, struct xz_buf *b) in dec_block()
2611 static void index_update(struct xz_dec *s, const struct xz_buf *b) in index_update()
2626 static enum xz_ret dec_index(struct xz_dec *s, struct xz_buf *b) in dec_index()
2677 static enum xz_ret crc_validate(struct xz_dec *s, struct xz_buf *b, in crc_validate()
2701 static int check_skip(struct xz_dec *s, struct xz_buf *b) in check_skip()
2874 static enum xz_ret dec_main(struct xz_dec *s, struct xz_buf *b) in dec_main()
3062 enum xz_ret xz_dec_run(struct xz_dec *s, struct xz_buf *b) in xz_dec_run()