Home
last modified time | relevance | path

Searched defs:xz_dec (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/lib/xz/
Dxz_dec_stream.c20 struct xz_dec { struct
22 enum {
55 * True if the next call to xz_dec_run() is allowed to return argument
58 bool allow_buf_error;
61 struct {
93 struct xz_dec_hash hash; argument
115 struct xz_dec_hash hash; argument
131 struct xz_dec_lzma2 *lzma2; argument
134 struct xz_dec_bcj *bcj; argument
157 static bool fill_temp(struct xz_dec *s, struct xz_buf *b) in fill_temp() argument