Searched defs:xz_dec (Results 1 – 11 of 11) sorted by relevance
25 struct xz_dec { struct27 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 …]
1976 struct xz_dec { struct1978 enum {2008 * True if the next call to xz_dec_run() is allowed to return argument2011 int allow_buf_error;2014 struct {2039 struct xz_dec_hash hash; argument2059 struct xz_dec_hash hash; argument2075 struct xz_dec_lzma2 *lzma2; argument2077 struct xz_dec_bcj *bcj; argument2097 static int fill_temp(struct xz_dec *s, struct xz_buf *b) in fill_temp() argument
99210 struct xz_dec { struct99211 enum {99240 struct xz_dec_hash hash; argument99250 struct xz_dec_hash hash; argument99257 struct xz_dec_lzma2 *lzma2; argument99258 struct xz_dec_bcj *bcj; argument99259 bool bcj_active;
102526 struct xz_dec { struct102527 enum {102556 struct xz_dec_hash hash; argument102566 struct xz_dec_hash hash; argument102573 struct xz_dec_lzma2 *lzma2; argument102574 struct xz_dec_bcj *bcj; argument102575 bool bcj_active;
112510 struct xz_dec { struct112511 enum {112540 struct xz_dec_hash hash; argument112550 struct xz_dec_hash hash; argument112557 struct xz_dec_lzma2 *lzma2; argument112558 struct xz_dec_bcj *bcj; argument112559 bool bcj_active;
141338 struct xz_dec { struct141339 enum {141368 struct xz_dec_hash hash; argument141378 struct xz_dec_hash hash; argument141385 struct xz_dec_lzma2 *lzma2; argument141386 struct xz_dec_bcj *bcj; argument141387 bool bcj_active;
75449 struct xz_dec { struct75450 enum {75479 struct xz_dec_hash hash; argument75489 struct xz_dec_hash hash; argument75496 struct xz_dec_lzma2 *lzma2; argument75497 struct xz_dec_bcj *bcj; argument75501 struct xz_dec_bcj { argument