Searched refs:decodedlength (Results 1 – 3 of 3) sorted by relevance
49 if (rq->decodedskip || total != rq->decodedlength) { in z_erofs_decompress_zstd()70 if (rq->decodedskip || total != rq->decodedlength) in z_erofs_decompress_zstd()72 rq->decodedlength - rq->decodedskip); in z_erofs_decompress_zstd()199 buff = malloc(rq->decodedlength); in z_erofs_decompress_qpl()209 job->available_out = rq->decodedlength; in z_erofs_decompress_qpl()220 rq->decodedlength - rq->decodedskip); in z_erofs_decompress_qpl()256 decodedcapacity = rq->decodedlength << (4 * rq->partial_decoding); in z_erofs_decompress_deflate()290 if (actual_out < rq->decodedlength) { in z_erofs_decompress_deflate()297 rq->decodedlength, NULL); in z_erofs_decompress_deflate()306 rq->decodedlength - rq->decodedskip); in z_erofs_decompress_deflate()[all …]
281 .decodedlength = length, in z_erofs_read_one_data()
25 unsigned int inputsize, decodedlength; member