Home
last modified time | relevance | path

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

/external/xz-embedded/linux/lib/xz/
Dxz_dec_stream.c26 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
[all …]
/external/toybox/toys/pending/
Dxzcat.c2352 struct xz_dec { struct
2354 enum {
2384 * True if the next call to xz_dec_run() is allowed to return argument
2387 int allow_buf_error;
2390 struct {
2422 struct xz_dec_hash hash; argument
2444 struct xz_dec_hash hash; argument
2460 struct xz_dec_lzma2 *lzma2; argument
2463 struct xz_dec_bcj *bcj; argument
2484 static int fill_temp(struct xz_dec *s, struct xz_buf *b) in fill_temp() argument