Home
last modified time | relevance | path

Searched refs:xz_buf (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/contrib/xz-embedded/linux/include/linux/
H A Dxz.h145 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 Dxz_dec_stream.c169 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 Dxz_private.h126 struct xz_buf *b);
153 struct xz_buf *b);
H A Dxz_dec_lzma2.c290 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 Dxz_dec_test.c52 static struct xz_buf buffers = {
H A Dxz_dec_bcj.c399 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 Dmlxfw_mfa2.c418 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 Dbuftest.c22 struct xz_buf b; in main()
H A Dxzminidec.c27 struct xz_buf b; in main()
H A Dbytetest.c21 struct xz_buf b; in main()
/freebsd/sys/geom/uzip/
H A Dg_uzip_lzma.c44 struct xz_buf b;
/freebsd/sys/contrib/xz-embedded/linux/lib/
H A Ddecompress_unxz.c257 struct xz_buf b; in unxz()