Home
last modified time | relevance | path

Searched refs:decodingError (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/zstd/programs/
H A Dfileio.c2519 int decodingError = 0; in FIO_decompressGzFrame() local
2548 decodingError = 1; break; in FIO_decompressGzFrame()
2552 decodingError = 1; break; in FIO_decompressGzFrame()
2569 && (decodingError==0) ) { in FIO_decompressGzFrame()
2571 decodingError = 1; in FIO_decompressGzFrame()
2575 return decodingError ? FIO_ERROR_FRAME_DECODING : outFileSize; in FIO_decompressGzFrame()
2588 int decodingError = 0; in FIO_decompressLzmaFrame() local
2624 decodingError = 1; break; in FIO_decompressLzmaFrame()
2629 decodingError = 1; break; in FIO_decompressLzmaFrame()
2646 return decodingError ? FIO_ERROR_FRAME_DECODING : outFileSize; in FIO_decompressLzmaFrame()
[all …]