Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/programs/
H A Dfileio.c2649 LZ4F_errorCode_t nextToLoad = 4; in FIO_decompressLz4Frame() local
2663 for (;nextToLoad;) { in FIO_decompressLz4Frame()
2669 AIO_ReadPool_fillBuffer(ress->readCtx, nextToLoad); in FIO_decompressLz4Frame()
2676nextToLoad = LZ4F_decompress(dCtx, writeJob->buffer, &decodedBytes, (char*)(ress->readCtx->srcBuff… in FIO_decompressLz4Frame()
2678 if (LZ4F_isError(nextToLoad)) { in FIO_decompressLz4Frame()
2680 srcFileName, LZ4F_getErrorName(nextToLoad)); in FIO_decompressLz4Frame()
2681 decodingError = 1; nextToLoad = 0; break; in FIO_decompressLz4Frame()
2697 if (!nextToLoad) break; in FIO_decompressLz4Frame()
2701 if (nextToLoad!=0) { in FIO_decompressLz4Frame()