Searched refs:dCtx (Results 1 – 1 of 1) sorted by relevance
2650 LZ4F_decompressionContext_t dCtx; in FIO_decompressLz4Frame() local2651 LZ4F_errorCode_t const errorCode = LZ4F_createDecompressionContext(&dCtx, LZ4F_VERSION); in FIO_decompressLz4Frame()2676 …nextToLoad = LZ4F_decompress(dCtx, writeJob->buffer, &decodedBytes, (char*)(ress->readCtx->srcBuff… in FIO_decompressLz4Frame()2706 LZ4F_freeDecompressionContext(dCtx); in FIO_decompressLz4Frame()