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

/freebsd-current/sys/contrib/xz-embedded/linux/include/linux/
H A Dxz.h130 * struct xz_buf - Passing input and output buffers to XZ code
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-current/sys/contrib/xz-embedded/userspace/
H A Dbuftest.c22 struct xz_buf b;
H A Dxzminidec.c27 struct xz_buf b;
H A Dbytetest.c21 struct xz_buf b;
/freebsd-current/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_private.h126 struct xz_buf *b);
153 struct xz_buf *b);
H A Dxz_dec_stream.c169 static bool fill_temp(struct xz_dec *s, struct xz_buf *b)
230 static enum xz_ret dec_block(struct xz_dec *s, struct xz_buf *b)
300 static void index_update(struct xz_dec *s, const struct xz_buf *b)
315 static enum xz_ret dec_index(struct xz_dec *s, struct xz_buf *b)
366 static enum xz_ret crc_validate(struct xz_dec *s, struct xz_buf *b,
391 static bool check_skip(struct xz_dec *s, struct xz_buf *b)
571 static enum xz_ret dec_main(struct xz_dec *s, struct xz_buf *b)
781 XZ_EXTERN enum xz_ret xz_dec_run(struct xz_dec *s, struct xz_buf *b)
818 XZ_EXTERN enum xz_ret xz_dec_catrun(struct xz_dec *s, struct xz_buf *b,
H A Dxz_dec_lzma2.c290 static void dict_reset(struct dictionary *dict, struct xz_buf *b)
378 static void dict_uncompressed(struct dictionary *dict, struct xz_buf *b,
437 static uint32_t dict_flush(struct dictionary *dict, struct xz_buf *b)
481 static bool rc_read_init(struct rc_dec *rc, struct xz_buf *b)
879 static bool lzma2_lzma(struct xz_dec_lzma2 *s, struct xz_buf *b)
965 struct xz_buf *b)
1216 struct xz_buf *b)
H A Dxz_dec_test.c52 static struct xz_buf buffers = {
H A Dxz_dec_bcj.c50 /* Temporary space to hold the variables from struct xz_buf */
399 static void bcj_flush(struct xz_dec_bcj *s, struct xz_buf *b)
419 struct xz_buf *b)
/freebsd-current/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, argument
423 xz_ret = xz_dec_run(xz_dec, xz_buf);
457 struct xz_buf dec_buf;
/freebsd-current/sys/geom/uzip/
H A Dg_uzip_lzma.c44 struct xz_buf b;
/freebsd-current/sys/contrib/xz-embedded/linux/lib/
H A Ddecompress_unxz.c257 struct xz_buf b;

Completed in 187 milliseconds