Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/contrib/zstd/tests/fuzz/
Dsimple_decompress.c40 dctx = ZSTD_createDCtx(); in LLVMFuzzerTestOneInput()
Dblock_decompress.c41 dctx = ZSTD_createDCtx(); in LLVMFuzzerTestOneInput()
Dblock_round_trip.c76 dctx = ZSTD_createDCtx(); in LLVMFuzzerTestOneInput()
Dsimple_round_trip.c79 dctx = ZSTD_createDCtx(); in LLVMFuzzerTestOneInput()
Dstream_round_trip.c144 dctx = ZSTD_createDCtx(); in LLVMFuzzerTestOneInput()
/freebsd-12-stable/sys/contrib/zstd/tests/
Dsymbols.c39 &ZSTD_createDCtx,
Dfullbench.c351 if (g_zdc==NULL) g_zdc = ZSTD_createDCtx(); in benchMem()
Ddecodecorpus.c1399 ZSTD_DCtx* const dctx = ZSTD_createDCtx(); in testDecodeWithDict()
1448 ZSTD_DCtx* dctx = ZSTD_createDCtx(); in testDecodeRawBlock()
Dfuzzer.c282 ZSTD_DCtx* dctx = ZSTD_createDCtx(); in basicUnitTests()
1368 ZSTD_DCtx* const dctx = ZSTD_createDCtx(); in fuzzerTests()
Dzstreamtest.c582 { ZSTD_DCtx* const dctx = ZSTD_createDCtx(); in basicUnitTests()
804 { ZSTD_DStream* const dstream = ZSTD_createDCtx(); in basicUnitTests()
/freebsd-12-stable/sys/contrib/zstd/lib/
Dzstd.h165 ZSTDLIB_API ZSTD_DCtx* ZSTD_createDCtx(void);
/freebsd-12-stable/sys/contrib/zstd/lib/legacy/
Dzstd_v04.c2576 static ZSTD_DCtx* ZSTD_createDCtx(void) in ZSTD_createDCtx() function
3400 zbc->zc = ZSTD_createDCtx(); in ZBUFF_createDCtx()
3628 ZSTD_DCtx* dctx = ZSTD_createDCtx(); in ZSTDv04_decompress()
3671 ZSTD_DCtx* ZSTDv04_createDCtx(void) { return ZSTD_createDCtx(); } in ZSTDv04_createDCtx()
Dzstd_v03.c2996 static ZSTD_DCtx* ZSTD_createDCtx(void) in ZSTD_createDCtx() function
3103 return (ZSTDv03_Dctx*)ZSTD_createDCtx(); in ZSTDv03_createDCtx()
Dzstd_v02.c3355 static ZSTD_DCtx* ZSTD_createDCtx(void) in ZSTD_createDCtx() function
3462 return (ZSTDv02_Dctx*)ZSTD_createDCtx(); in ZSTDv02_createDCtx()
/freebsd-12-stable/sys/contrib/zstd/programs/
Dbench.c205 ZSTD_DCtx* const dctx = ZSTD_createDCtx(); in BMK_benchMem()
/freebsd-12-stable/sys/contrib/zstd/zlibWrapper/examples/
Dzwrapbench.c162 ZSTD_DCtx* const dctx = ZSTD_createDCtx(); in BMK_benchMem()
/freebsd-12-stable/sys/contrib/zstd/lib/decompress/
Dzstd_decompress.c225 ZSTD_DCtx* ZSTD_createDCtx(void) in ZSTD_createDCtx() function
1976 ZSTD_DCtx* const dctx = ZSTD_createDCtx(); in ZSTD_decompress()