Searched refs:xz_buf (Results 1 – 8 of 8) sorted by relevance
/linux-4.19.296/include/linux/ |
D | xz.h | 136 struct xz_buf { struct 214 XZ_EXTERN enum xz_ret xz_dec_run(struct xz_dec *s, struct xz_buf *b);
|
/linux-4.19.296/lib/xz/ |
D | xz_private.h | 127 struct xz_buf *b); 154 struct xz_buf *b);
|
D | xz_dec_stream.c | 157 static bool fill_temp(struct xz_dec *s, struct xz_buf *b) in fill_temp() 218 static enum xz_ret dec_block(struct xz_dec *s, struct xz_buf *b) in dec_block() 281 static void index_update(struct xz_dec *s, const struct xz_buf *b) in index_update() 296 static enum xz_ret dec_index(struct xz_dec *s, struct xz_buf *b) in dec_index() 346 static enum xz_ret crc32_validate(struct xz_dec *s, struct xz_buf *b) in crc32_validate() 370 static bool check_skip(struct xz_dec *s, struct xz_buf *b) in check_skip() 549 static enum xz_ret dec_main(struct xz_dec *s, struct xz_buf *b) in dec_main() 750 XZ_EXTERN enum xz_ret xz_dec_run(struct xz_dec *s, struct xz_buf *b) in xz_dec_run()
|
D | xz_dec_lzma2.c | 286 static void dict_reset(struct dictionary *dict, struct xz_buf *b) in dict_reset() 374 static void dict_uncompressed(struct dictionary *dict, struct xz_buf *b, in dict_uncompressed() 427 static uint32_t dict_flush(struct dictionary *dict, struct xz_buf *b) in dict_flush() 466 static bool rc_read_init(struct rc_dec *rc, struct xz_buf *b) in rc_read_init() 863 static bool lzma2_lzma(struct xz_dec_lzma2 *s, struct xz_buf *b) in lzma2_lzma() 949 struct xz_buf *b) in xz_dec_lzma2_run()
|
D | xz_dec_test.c | 52 static struct xz_buf buffers = {
|
D | xz_dec_bcj.c | 399 static void bcj_flush(struct xz_dec_bcj *s, struct xz_buf *b) in bcj_flush() 419 struct xz_buf *b) in xz_dec_bcj_run()
|
/linux-4.19.296/fs/squashfs/ |
D | xz_wrapper.c | 39 struct xz_buf buf;
|
/linux-4.19.296/lib/ |
D | decompress_unxz.c | 257 struct xz_buf b; in unxz()
|