Searched defs:xz_dec (Results 1 – 2 of 2) sorted by relevance
26 struct xz_dec { struct28 enum {40 } sequence;43 uint32_t pos;67 * True if the next call to xz_dec_run() is allowed to return argument70 bool allow_buf_error;73 struct {105 struct xz_dec_hash hash; argument127 struct xz_dec_hash hash; argument143 struct xz_dec_lzma2 *lzma2; argument[all …]
418 static int mlxfw_mfa2_xz_dec_run(struct xz_dec *xz_dec, struct xz_buf *xz_buf, in mlxfw_mfa2_xz_dec_run()456 struct xz_dec *xz_dec; in mlxfw_mfa2_file_cb_offset_xz() local