Searched defs:xz_dec (Results 1 – 1 of 1) sorted by relevance
20 struct xz_dec { struct22 enum {55 * True if the next call to xz_dec_run() is allowed to return argument58 bool allow_buf_error;61 struct {93 struct xz_dec_hash hash; argument115 struct xz_dec_hash hash; argument131 struct xz_dec_lzma2 *lzma2; argument134 struct xz_dec_bcj *bcj; argument157 static bool fill_temp(struct xz_dec *s, struct xz_buf *b) in fill_temp() argument