Searched refs:LZ4F_createDecompressionContext (Results 1 – 12 of 12) sorted by relevance
/third_party/lz4/tests/ |
D | frametest.c | 275 CHECK ( LZ4F_createDecompressionContext(&dCtx, LZ4F_VERSION) ); in basicTests() 310 CHECK( LZ4F_createDecompressionContext(&dCtx, LZ4F_VERSION) ); in basicTests() 510 CHECK( LZ4F_createDecompressionContext(&dctx, LZ4F_VERSION) ); in basicTests() 577 CHECK( LZ4F_createDecompressionContext(&dCtx, LZ4F_VERSION) ); in basicTests() 629 CHECK( LZ4F_createDecompressionContext(&dctx, LZ4F_VERSION) ); in basicTests() 686 CHECK( LZ4F_createDecompressionContext(&dctx, LZ4F_VERSION) ); in basicTests() 722 CHECK( LZ4F_createDecompressionContext(&dctx, LZ4F_VERSION) ); in basicTests() 774 CHECK( LZ4F_createDecompressionContext(&dCtx, LZ4F_VERSION) ); in basicTests() 1006 { size_t const creationStatus = LZ4F_createDecompressionContext(&dCtx, LZ4F_VERSION); in fuzzerTests() 1008 { size_t const creationStatus = LZ4F_createDecompressionContext(&dCtxNoise, LZ4F_VERSION); in fuzzerTests()
|
D | checkFrame.c | 112 if (LZ4F_isError( LZ4F_createDecompressionContext(&(ress->ctx), LZ4F_VERSION) )) { in createCResources()
|
D | fullbench.c | 464 { size_t const errorCode = LZ4F_createDecompressionContext(&g_dCtx, LZ4F_VERSION); in fullSpeedBench()
|
/third_party/lz4/ossfuzz/ |
D | lz4_helpers.c | 37 LZ4F_createDecompressionContext(&dctx, LZ4F_VERSION); in FUZZ_decompressFrame()
|
D | decompress_frame_fuzzer.c | 48 LZ4F_createDecompressionContext(&dctx, LZ4F_VERSION); in LLVMFuzzerTestOneInput()
|
D | round_trip_frame_uncompressed_fuzzer.c | 107 LZ4F_createDecompressionContext(&dctx, LZ4F_VERSION); in compress_round_trip()
|
/third_party/lz4/lib/ |
D | lz4file.c | 73 ret = LZ4F_createDecompressionContext(&(*lz4fRead)->dctxPtr, LZ4F_getVersion()); in LZ4F_readOpen()
|
D | lz4frame.h | 379 LZ4FLIB_API LZ4F_errorCode_t LZ4F_createDecompressionContext(LZ4F_dctx** dctxPtr, unsigned version);
|
D | lz4frame.c | 1247 LZ4F_createDecompressionContext(LZ4F_dctx** LZ4F_decompressionContextPtr, unsigned versionNumber) in LZ4F_createDecompressionContext() function
|
/third_party/lz4/examples/ |
D | frameCompress.c | 324 { size_t const dctxStatus = LZ4F_createDecompressionContext(&dctx, LZ4F_VERSION); in decompress_file()
|
/third_party/lz4/programs/ |
D | lz4io.c | 1041 LZ4F_errorCode_t const errorCode = LZ4F_createDecompressionContext(&ress.dCtx, LZ4F_VERSION); in LZ4IO_createDResources() 1608 if ( LZ4F_isError(LZ4F_createDecompressionContext(&dctx, LZ4F_VERSION)) ) break; in LZ4IO_getCompressedFileInfo()
|
D | bench.c | 383 LZ4F_createDecompressionContext(&g_dctx, LZ4F_VERSION); in BMK_benchMem()
|