Home
last modified time | relevance | path

Searched refs:xz_dec (Results 1 - 1 of 1) sorted by relevance

/third_party/toybox/toys/pending/
H A Dxzcat.c101 * struct xz_dec - Opaque type to hold the XZ decoder state
103 struct xz_dec;
123 * On success, xz_dec_init() returns a pointer to struct xz_dec, which is
127 struct xz_dec *xz_dec_init(uint32_t dict_max);
147 enum xz_ret xz_dec_run(struct xz_dec *s, struct xz_buf *b);
160 void xz_dec_reset(struct xz_dec *s);
167 void xz_dec_end(struct xz_dec *s);
199 struct xz_dec *s; in do_xzcat()
2352 struct xz_dec { struct
2484 static int fill_temp(struct xz_dec *
[all...]

Completed in 4 milliseconds