Searched refs:decodingError (Results 1 – 1 of 1) sorted by relevance
2513 int decodingError = 0; in FIO_decompressGzFrame() local2542 decodingError = 1; break; in FIO_decompressGzFrame()2546 decodingError = 1; break; in FIO_decompressGzFrame()2563 && (decodingError==0) ) { in FIO_decompressGzFrame()2565 decodingError = 1; in FIO_decompressGzFrame()2569 return decodingError ? FIO_ERROR_FRAME_DECODING : outFileSize; in FIO_decompressGzFrame()2582 int decodingError = 0; in FIO_decompressLzmaFrame() local2618 decodingError = 1; break; in FIO_decompressLzmaFrame()2623 decodingError = 1; break; in FIO_decompressLzmaFrame()2640 return decodingError ? FIO_ERROR_FRAME_DECODING : outFileSize; in FIO_decompressLzmaFrame()[all …]