Searched refs:decodedBytes (Results 1 – 1 of 1) sorted by relevance
2665 size_t decodedBytes = writeJob->bufferSize; in FIO_decompressLz4Frame() local2675 decodedBytes = writeJob->bufferSize; in FIO_decompressLz4Frame()2676 …nextToLoad = LZ4F_decompress(dCtx, writeJob->buffer, &decodedBytes, (char*)(ress->readCtx->srcBuff… in FIO_decompressLz4Frame()2685 fullBufferDecoded = decodedBytes == writeJob->bufferSize; in FIO_decompressLz4Frame()2688 if (decodedBytes) { in FIO_decompressLz4Frame()2690 writeJob->usedBufferSize = decodedBytes; in FIO_decompressLz4Frame()2692 filesize += decodedBytes; in FIO_decompressLz4Frame()