Home | History | Annotate | Download | only in pending

Lines Matching refs: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;
408 struct xz_buf *b);
450 /* Temporary space to hold the variables from struct xz_buf */
493 struct xz_buf *b);
816 static void bcj_flush(struct xz_dec_bcj *s, struct xz_buf *b)
836 struct xz_buf *b)
1527 static void dict_uncompressed(struct dictionary *dict, struct xz_buf *b,
1567 static uint32_t dict_flush(struct dictionary *dict, struct xz_buf *b)
1598 static int rc_read_init(struct rc_dec *rc, struct xz_buf *b)
1994 static int lzma2_lzma(struct xz_dec_lzma2 *s, struct xz_buf *b)
2079 struct xz_buf *b)
2491 static int fill_temp(struct xz_dec *s, struct xz_buf *b)
2552 static enum xz_ret dec_block(struct xz_dec *s, struct xz_buf *b)
2619 static void index_update(struct xz_dec *s, const struct xz_buf *b)
2634 static enum xz_ret dec_index(struct xz_dec *s, struct xz_buf *b)
2685 static enum xz_ret crc_validate(struct xz_dec *s, struct xz_buf *b,
2709 static int check_skip(struct xz_dec *s, struct xz_buf *b)
2882 static enum xz_ret dec_main(struct xz_dec *s, struct xz_buf *b)
3070 enum xz_ret xz_dec_run(struct xz_dec *s, struct xz_buf *b)