Searched refs:decodingError (Results 1 – 1 of 1) sorted by relevance
2180 int decodingError = 0; in FIO_decompressGzFrame() local2208 decodingError = 1; break; in FIO_decompressGzFrame()2212 decodingError = 1; break; in FIO_decompressGzFrame()2229 && (decodingError==0) ) { in FIO_decompressGzFrame()2231 decodingError = 1; in FIO_decompressGzFrame()2234 return decodingError ? FIO_ERROR_FRAME_DECODING : outFileSize; in FIO_decompressGzFrame()2249 int decodingError = 0; in FIO_decompressLzmaFrame() local2284 decodingError = 1; break; in FIO_decompressLzmaFrame()2289 decodingError = 1; break; in FIO_decompressLzmaFrame()2306 return decodingError ? FIO_ERROR_FRAME_DECODING : outFileSize; in FIO_decompressLzmaFrame()[all …]