HomeSort by: relevance | last modified time | path
    Searched defs:staticDCtx (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/zstd/dist/tests/
fuzzer.c 1982 ZSTD_DCtx* const staticDCtx = ZSTD_initStaticDCtx(staticDCtxBuffer, staticDCtxSize);
1985 if ((staticCCtx==NULL) || (staticDCtx==NULL)) goto _output_error;
2040 { size_t const r = ZSTD_decompressDCtx(staticDCtx,
2092 CHECK_Z( ZSTD_initDStream(staticDCtx) );
2095 size_t const r = ZSTD_decompressStream(staticDCtx, &output, &input);
2112 size_t const r = ZSTD_decompressDCtx(staticDCtx,
2131 size_t const r = ZSTD_decompressDCtx(staticDCtx,
2156 size_t const r = ZSTD_decompressDCtx(staticDCtx,
2177 size_t const r = ZSTD_decompressDCtx(staticDCtx,
fuzzer.c 1982 ZSTD_DCtx* const staticDCtx = ZSTD_initStaticDCtx(staticDCtxBuffer, staticDCtxSize);
1985 if ((staticCCtx==NULL) || (staticDCtx==NULL)) goto _output_error;
2040 { size_t const r = ZSTD_decompressDCtx(staticDCtx,
2092 CHECK_Z( ZSTD_initDStream(staticDCtx) );
2095 size_t const r = ZSTD_decompressStream(staticDCtx, &output, &input);
2112 size_t const r = ZSTD_decompressDCtx(staticDCtx,
2131 size_t const r = ZSTD_decompressDCtx(staticDCtx,
2156 size_t const r = ZSTD_decompressDCtx(staticDCtx,
2177 size_t const r = ZSTD_decompressDCtx(staticDCtx,
fuzzer.c 1982 ZSTD_DCtx* const staticDCtx = ZSTD_initStaticDCtx(staticDCtxBuffer, staticDCtxSize);
1985 if ((staticCCtx==NULL) || (staticDCtx==NULL)) goto _output_error;
2040 { size_t const r = ZSTD_decompressDCtx(staticDCtx,
2092 CHECK_Z( ZSTD_initDStream(staticDCtx) );
2095 size_t const r = ZSTD_decompressStream(staticDCtx, &output, &input);
2112 size_t const r = ZSTD_decompressDCtx(staticDCtx,
2131 size_t const r = ZSTD_decompressDCtx(staticDCtx,
2156 size_t const r = ZSTD_decompressDCtx(staticDCtx,
2177 size_t const r = ZSTD_decompressDCtx(staticDCtx,

Completed in 103 milliseconds