Lines Matching defs:xz_dec
26 struct xz_dec { struct
28 enum {
39 } sequence;
42 uint32_t pos;
66 * True if the next call to xz_dec_run() is allowed to return argument
69 bool allow_buf_error;
72 struct {
104 struct xz_dec_hash hash; argument
126 struct xz_dec_hash hash; argument
142 struct xz_dec_lzma2 *lzma2; argument
145 struct xz_dec_bcj *bcj; argument
168 static bool fill_temp(struct xz_dec *s, struct xz_buf *b) in fill_temp() argument