Searched refs:decodingError (Results 1 – 1 of 1) sorted by relevance
2519 int decodingError = 0; in FIO_decompressGzFrame() local2548 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() local2624 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 …]