Searched refs:decodingError (Results 1 – 1 of 1) sorted by relevance
2312 int decodingError = 0; in FIO_decompressGzFrame() local2340 decodingError = 1; break; in FIO_decompressGzFrame()2344 decodingError = 1; break; in FIO_decompressGzFrame()2361 && (decodingError==0) ) { in FIO_decompressGzFrame()2363 decodingError = 1; in FIO_decompressGzFrame()2366 return decodingError ? FIO_ERROR_FRAME_DECODING : outFileSize; in FIO_decompressGzFrame()2381 int decodingError = 0; in FIO_decompressLzmaFrame() local2416 decodingError = 1; break; in FIO_decompressLzmaFrame()2421 decodingError = 1; break; in FIO_decompressLzmaFrame()2438 return decodingError ? FIO_ERROR_FRAME_DECODING : outFileSize; in FIO_decompressLzmaFrame()[all …]