Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ota/2ndboot/updater/xz/linux/lib/xz/
A Dxz_dec_stream.c25 struct xz_dec { struct
27 enum {
38 } sequence;
41 uint32_t pos;
65 * True if the next call to xz_dec_run() is allowed to return argument
68 bool allow_buf_error;
71 struct {
103 struct xz_dec_hash hash; argument
125 struct xz_dec_hash hash; argument
141 struct xz_dec_lzma2 *lzma2; argument
[all …]
/AliOS-Things-master/components/ota/tools/xz/src/
A Dxz_dec_stream.c25 struct xz_dec { struct
27 enum {
38 } sequence;
41 uint32_t pos;
65 * True if the next call to xz_dec_run() is allowed to return argument
68 bool allow_buf_error;
71 struct {
103 struct xz_dec_hash hash; argument
125 struct xz_dec_hash hash; argument
141 struct xz_dec_lzma2 *lzma2; argument
[all …]

Completed in 13 milliseconds