Home
last modified time | relevance | path

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

/busybox-1.35.0/archival/libarchive/unxz/
Dxz.h145 struct xz_buf { struct
224 XZ_EXTERN enum xz_ret XZ_FUNC xz_dec_run(struct xz_dec *s, struct xz_buf *b);
Dxz_private.h126 struct xz_dec_lzma2 *s, struct xz_buf *b);
153 struct xz_dec_lzma2 *lzma2, struct xz_buf *b);
Dxz_dec_stream.c157 static bool XZ_FUNC fill_temp(struct xz_dec *s, struct xz_buf *b) in fill_temp()
218 static enum xz_ret XZ_FUNC dec_block(struct xz_dec *s, struct xz_buf *b) in dec_block()
281 static void XZ_FUNC index_update(struct xz_dec *s, const struct xz_buf *b) in index_update()
296 static enum xz_ret XZ_FUNC dec_index(struct xz_dec *s, struct xz_buf *b) in dec_index()
346 static enum xz_ret XZ_FUNC crc32_validate(struct xz_dec *s, struct xz_buf *b) in crc32_validate()
369 static bool XZ_FUNC check_skip(struct xz_dec *s, struct xz_buf *b) in check_skip()
548 static NOINLINE enum xz_ret XZ_FUNC dec_main(struct xz_dec *s, struct xz_buf *b) in dec_main()
733 XZ_EXTERN enum xz_ret XZ_FUNC xz_dec_run(struct xz_dec *s, struct xz_buf *b) in xz_dec_run()
Dxz_dec_lzma2.c286 static void XZ_FUNC dict_reset(struct dictionary *dict, struct xz_buf *b) in dict_reset()
377 struct dictionary *dict, struct xz_buf *b, uint32_t *left) in dict_uncompressed()
418 static uint32_t XZ_FUNC dict_flush(struct dictionary *dict, struct xz_buf *b) in dict_flush()
451 static bool XZ_FUNC rc_read_init(struct rc_dec *rc, struct xz_buf *b) in rc_read_init()
848 static bool XZ_FUNC lzma2_lzma(struct xz_dec_lzma2 *s, struct xz_buf *b) in lzma2_lzma()
934 struct xz_dec_lzma2 *s, struct xz_buf *b) in xz_dec_lzma2_run()
Dxz_dec_bcj.c405 static void XZ_FUNC bcj_flush(struct xz_dec_bcj *s, struct xz_buf *b) in bcj_flush()
424 struct xz_dec_lzma2 *lzma2, struct xz_buf *b) in xz_dec_bcj_run()
/busybox-1.35.0/archival/libarchive/
Ddecompress_unxz.c49 struct xz_buf iobuf; in IF_DESKTOP()