Searched refs:xz_dec (Results 1 – 4 of 4) sorted by relevance
1 obj-$(CONFIG_XZ_DEC) += xz_dec.o2 xz_dec-y := xz_dec_syms.o xz_dec_stream.o xz_dec_lzma2.o3 xz_dec-$(CONFIG_XZ_DEC_BCJ) += xz_dec_bcj.o
20 struct xz_dec { struct157 static bool fill_temp(struct xz_dec *s, struct xz_buf *b) in fill_temp() argument175 static enum xz_ret dec_vli(struct xz_dec *s, const uint8_t *in, in dec_vli()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()387 static enum xz_ret dec_stream_header(struct xz_dec *s) in dec_stream_header()422 static enum xz_ret dec_stream_footer(struct xz_dec *s) in dec_stream_footer()[all …]
33 static struct xz_dec *state;
258 struct xz_dec *s; in unxz()