Searched refs:LZ4F_VERSION (Results 1 – 5 of 5) sorted by relevance
234 LZ4F_errorCode_t errorCode = LZ4F_createDecompressionContext(&dCtx, LZ4F_VERSION); in basicTests()292 LZ4F_errorCode_t errorCode = LZ4F_createDecompressionContext(&dCtx, LZ4F_VERSION); in basicTests()395 result = LZ4F_createDecompressionContext(&dCtx, LZ4F_VERSION); in fuzzerTests()397 result = LZ4F_createCompressionContext(&cCtx, LZ4F_VERSION); in fuzzerTests()
386 errorCode = LZ4F_createCompressionContext(&ctx, LZ4F_VERSION); in LZ4IO_compressFilename()541 errorCode = LZ4F_createDecompressionContext(&ctx, LZ4F_VERSION); in decodeLZ4S()
412 errorCode = LZ4F_createDecompressionContext(&g_dCtx, LZ4F_VERSION); in fullSpeedBench()
115 #define LZ4F_VERSION 100 macro
270 cctxI.version = LZ4F_VERSION; in LZ4F_compressFrame()