Lines Matching defs:xz_buf
75 * struct xz_buf - Passing input and output buffers to XZ code
90 struct xz_buf {
147 enum xz_ret xz_dec_run(struct xz_dec *s, struct xz_buf *b);
198 struct xz_buf b;
402 struct xz_buf *b);
444 /* Temporary space to hold the variables from struct xz_buf */
487 struct xz_buf *b);
810 static void bcj_flush(struct xz_dec_bcj *s, struct xz_buf *b)
830 struct xz_buf *b)
1521 static void dict_uncompressed(struct dictionary *dict, struct xz_buf *b,
1561 static uint32_t dict_flush(struct dictionary *dict, struct xz_buf *b)
1592 static int rc_read_init(struct rc_dec *rc, struct xz_buf *b)
1988 static int lzma2_lzma(struct xz_dec_lzma2 *s, struct xz_buf *b)
2073 struct xz_buf *b)
2484 static int fill_temp(struct xz_dec *s, struct xz_buf *b)
2544 static enum xz_ret dec_block(struct xz_dec *s, struct xz_buf *b)
2612 static void index_update(struct xz_dec *s, const struct xz_buf *b)
2627 static enum xz_ret dec_index(struct xz_dec *s, struct xz_buf *b)
2678 static enum xz_ret crc_validate(struct xz_dec *s, struct xz_buf *b,
2702 static int check_skip(struct xz_dec *s, struct xz_buf *b)
2875 static enum xz_ret dec_main(struct xz_dec *s, struct xz_buf *b)
3063 enum xz_ret xz_dec_run(struct xz_dec *s, struct xz_buf *b)