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 …]
2352 struct xz_dec { struct2354 enum {2384 * True if the next call to xz_dec_run() is allowed to return argument2387 int allow_buf_error;2390 struct {2422 struct xz_dec_hash hash; argument2444 struct xz_dec_hash hash; argument2460 struct xz_dec_lzma2 *lzma2; argument2463 struct xz_dec_bcj *bcj; argument2484 static int fill_temp(struct xz_dec *s, struct xz_buf *b) in fill_temp() argument