Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/zstd/programs/
H A Dfileio.c1308 int decodingError = 0; in FIO_decompressGzFrame() local
1335 decodingError = 1; break; in FIO_decompressGzFrame()
1339 decodingError = 1; break; in FIO_decompressGzFrame()
1359 && (decodingError==0) ) { in FIO_decompressGzFrame()
1361 decodingError = 1; in FIO_decompressGzFrame()
1375 int decodingError = 0; in FIO_decompressLzmaFrame() local
1409 decodingError = 1; break; in FIO_decompressLzmaFrame()
1445 int decodingError = 0; in FIO_decompressLz4Frame() local
1503 decodingError=1; in FIO_decompressLz4Frame()
1508 decodingError=1; in FIO_decompressLz4Frame()
[all …]