Searched refs:ZSTD_createDCtx (Results 1 – 17 of 17) sorted by relevance
40 dctx = ZSTD_createDCtx(); in LLVMFuzzerTestOneInput()
41 dctx = ZSTD_createDCtx(); in LLVMFuzzerTestOneInput()
76 dctx = ZSTD_createDCtx(); in LLVMFuzzerTestOneInput()
79 dctx = ZSTD_createDCtx(); in LLVMFuzzerTestOneInput()
144 dctx = ZSTD_createDCtx(); in LLVMFuzzerTestOneInput()
39 &ZSTD_createDCtx,
351 if (g_zdc==NULL) g_zdc = ZSTD_createDCtx(); in benchMem()
1399 ZSTD_DCtx* const dctx = ZSTD_createDCtx(); in testDecodeWithDict()1448 ZSTD_DCtx* dctx = ZSTD_createDCtx(); in testDecodeRawBlock()
282 ZSTD_DCtx* dctx = ZSTD_createDCtx(); in basicUnitTests()1368 ZSTD_DCtx* const dctx = ZSTD_createDCtx(); in fuzzerTests()
582 { ZSTD_DCtx* const dctx = ZSTD_createDCtx(); in basicUnitTests()804 { ZSTD_DStream* const dstream = ZSTD_createDCtx(); in basicUnitTests()
165 ZSTDLIB_API ZSTD_DCtx* ZSTD_createDCtx(void);
2576 static ZSTD_DCtx* ZSTD_createDCtx(void) in ZSTD_createDCtx() function3400 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()
2996 static ZSTD_DCtx* ZSTD_createDCtx(void) in ZSTD_createDCtx() function3103 return (ZSTDv03_Dctx*)ZSTD_createDCtx(); in ZSTDv03_createDCtx()
3355 static ZSTD_DCtx* ZSTD_createDCtx(void) in ZSTD_createDCtx() function3462 return (ZSTDv02_Dctx*)ZSTD_createDCtx(); in ZSTDv02_createDCtx()
205 ZSTD_DCtx* const dctx = ZSTD_createDCtx(); in BMK_benchMem()
162 ZSTD_DCtx* const dctx = ZSTD_createDCtx(); in BMK_benchMem()
225 ZSTD_DCtx* ZSTD_createDCtx(void) in ZSTD_createDCtx() function1976 ZSTD_DCtx* const dctx = ZSTD_createDCtx(); in ZSTD_decompress()