Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/zstd/tests/
H A Dfuzzer.c427 ZSTD_DCtx* staticDCtx = ZSTD_initStaticDCtx(staticDCtxBuffer, staticDCtxSize); in basicUnitTests() local
428 if ((staticCCtx==NULL) || (staticDCtx==NULL)) goto _output_error; in basicUnitTests()
445 { size_t const r = ZSTD_decompressDCtx(staticDCtx, in basicUnitTests()
480 { size_t const r = ZSTD_initDStream(staticDCtx); in basicUnitTests()
484 size_t const r = ZSTD_decompressStream(staticDCtx, &output, &input); in basicUnitTests()