OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Fri May 08 00:25:09 UTC 2026