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

/u-boot/fs/erofs/
H A Ddecompress.h22 bool partial_decoding; member in struct:z_erofs_decompress_req
H A Ddecompress.c63 ret = inflate(&strm, rq->partial_decoding ? Z_SYNC_FLUSH : Z_FINISH);
65 if (ret != Z_OK || !rq->partial_decoding) {
112 if (rq->partial_decoding || !support_0padding)
123 rq->partial_decoding ? "partial" : "full",
H A Ddata.c265 .partial_decoding = trimmed ? true :

Completed in 43 milliseconds