Searched refs:partial_decoding (Results 1 – 3 of 3) sorted by relevance
63 ret = inflate(&strm, rq->partial_decoding ? Z_SYNC_FLUSH : Z_FINISH); in z_erofs_decompress_deflate()65 if (ret != Z_OK || !rq->partial_decoding) { in z_erofs_decompress_deflate()112 if (rq->partial_decoding || !support_0padding) in z_erofs_decompress_lz4()123 rq->partial_decoding ? "partial" : "full", in z_erofs_decompress_lz4()
22 bool partial_decoding; member
265 .partial_decoding = trimmed ? true : in z_erofs_read_one_data()
Completed in 4 milliseconds