Searched refs:partial_decoding (Results 1 – 5 of 5) sorted by relevance
256 decodedcapacity = rq->decodedlength << (4 * rq->partial_decoding); in z_erofs_decompress_deflate()257 if (rq->decodedskip || rq->partial_decoding) { in z_erofs_decompress_deflate()270 if (rq->partial_decoding) { in z_erofs_decompress_deflate()304 if (rq->decodedskip || rq->partial_decoding) in z_erofs_decompress_deflate()372 ret = inflate(&strm, rq->partial_decoding ? Z_SYNC_FLUSH : Z_FINISH); in z_erofs_decompress_deflate()374 if (ret != Z_OK || !rq->partial_decoding) { in z_erofs_decompress_deflate()423 !rq->partial_decoding, in z_erofs_decompress_lzma()478 if (rq->partial_decoding || !support_0padding) in z_erofs_decompress_lz4()489 rq->partial_decoding ? "partial" : "full", in z_erofs_decompress_lz4()
283 .partial_decoding = trimmed ? true : in z_erofs_read_one_data()
32 bool partial_decoding; member
65175 bool partial_decoding; member
55417 bool partial_decoding; member