Searched defs:xz_dec (Results 1 – 2 of 2) sorted by relevance
26 struct xz_dec { struct28 enum {39 } sequence;42 uint32_t pos;66 * True if the next call to xz_dec_run() is allowed to return argument69 bool allow_buf_error;72 struct {104 struct xz_dec_hash hash; argument126 struct xz_dec_hash hash; argument142 struct xz_dec_lzma2 *lzma2; argument[all …]
2359 struct xz_dec { struct2361 enum {2391 * True if the next call to xz_dec_run() is allowed to return argument2394 int allow_buf_error;2397 struct {2429 struct xz_dec_hash hash; argument2451 struct xz_dec_hash hash; argument2467 struct xz_dec_lzma2 *lzma2; argument2470 struct xz_dec_bcj *bcj; argument2491 static int fill_temp(struct xz_dec *s, struct xz_buf *b) in fill_temp() argument