Searched refs:xz_buf (Results 1 – 12 of 12) sorted by relevance
/freebsd/sys/contrib/xz-embedded/linux/include/linux/ |
H A D | xz.h | 145 struct xz_buf { struct 228 XZ_EXTERN enum xz_ret xz_dec_run(struct xz_dec *s, struct xz_buf *b); 264 XZ_EXTERN enum xz_ret xz_dec_catrun(struct xz_dec *s, struct xz_buf *b, 384 struct xz_buf *b);
|
/freebsd/sys/contrib/xz-embedded/linux/lib/xz/ |
H A D | xz_dec_stream.c | 169 static bool fill_temp(struct xz_dec *s, struct xz_buf *b) in fill_temp() 230 static enum xz_ret dec_block(struct xz_dec *s, struct xz_buf *b) in dec_block() 300 static void index_update(struct xz_dec *s, const struct xz_buf *b) in index_update() 315 static enum xz_ret dec_index(struct xz_dec *s, struct xz_buf *b) in dec_index() 366 static enum xz_ret crc_validate(struct xz_dec *s, struct xz_buf *b, in crc_validate() 391 static bool check_skip(struct xz_dec *s, struct xz_buf *b) in check_skip() 571 static enum xz_ret dec_main(struct xz_dec *s, struct xz_buf *b) in dec_main() 781 XZ_EXTERN enum xz_ret xz_dec_run(struct xz_dec *s, struct xz_buf *b) in xz_dec_run() 818 XZ_EXTERN enum xz_ret xz_dec_catrun(struct xz_dec *s, struct xz_buf *b, in xz_dec_catrun()
|
H A D | xz_private.h | 126 struct xz_buf *b); 153 struct xz_buf *b);
|
H A D | xz_dec_lzma2.c | 290 static void dict_reset(struct dictionary *dict, struct xz_buf *b) in dict_reset() 378 static void dict_uncompressed(struct dictionary *dict, struct xz_buf *b, in dict_uncompressed() 437 static uint32_t dict_flush(struct dictionary *dict, struct xz_buf *b) in dict_flush() 481 static bool rc_read_init(struct rc_dec *rc, struct xz_buf *b) in rc_read_init() 879 static bool lzma2_lzma(struct xz_dec_lzma2 *s, struct xz_buf *b) in lzma2_lzma() 965 struct xz_buf *b) in xz_dec_lzma2_run() 1216 struct xz_buf *b) in xz_dec_microlzma_run()
|
H A D | xz_dec_test.c | 52 static struct xz_buf buffers = {
|
H A 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()
|
/freebsd/sys/dev/mlxfw/ |
H A D | mlxfw_mfa2.c | 418 static int mlxfw_mfa2_xz_dec_run(struct xz_dec *xz_dec, struct xz_buf *xz_buf, in mlxfw_mfa2_xz_dec_run() argument 423 xz_ret = xz_dec_run(xz_dec, xz_buf); in mlxfw_mfa2_xz_dec_run() 457 struct xz_buf dec_buf; in mlxfw_mfa2_file_cb_offset_xz()
|
/freebsd/sys/contrib/xz-embedded/userspace/ |
H A D | buftest.c | 22 struct xz_buf b; in main()
|
H A D | xzminidec.c | 27 struct xz_buf b; in main()
|
H A D | bytetest.c | 21 struct xz_buf b; in main()
|
/freebsd/sys/geom/uzip/ |
H A D | g_uzip_lzma.c | 44 struct xz_buf b;
|
/freebsd/sys/contrib/xz-embedded/linux/lib/ |
H A D | decompress_unxz.c | 257 struct xz_buf b; in unxz()
|