Defined in 1 files as a prototype:

Defined in 1 files as a function:

Referenced in 1 files:

Smatch caller information:

lib/zstd/decompress/zstd_decompress.c ZSTD_DCtx_loadDictionary() -> ZSTD_DCtx_loadDictionary_advanced()

Type Parameter Key Value
PARAM_VALUE 0 dctx->isFrameDecompression 1
PARAM_VALUE 0 dctx->noForwardProgress 0
PARAM_VALUE 0 dctx->streamStage 0
PARAM_VALUE 3 dictLoadMethod 0
PARAM_VALUE 4 dictContentType 0
DATA_SOURCE 0 dctx $0
DATA_SOURCE 1 dict $1
DATA_SOURCE 2 dictSize $2

lib/zstd/decompress/zstd_decompress.c ZSTD_DCtx_loadDictionary_byReference() -> ZSTD_DCtx_loadDictionary_advanced()

Type Parameter Key Value
PARAM_VALUE 3 dictLoadMethod 1
PARAM_VALUE 4 dictContentType 0
DATA_SOURCE 0 dctx $0
DATA_SOURCE 1 dict $1
DATA_SOURCE 2 dictSize $2

lib/zstd/decompress/zstd_decompress.c ZSTD_DCtx_refPrefix_advanced() -> ZSTD_DCtx_loadDictionary_advanced()

Type Parameter Key Value
PARAM_VALUE 3 dictLoadMethod 1
PARAM_VALUE 4 dictContentType 1
DATA_SOURCE 0 dctx $0
DATA_SOURCE 1 dict $1
DATA_SOURCE 2 dictSize $2
DATA_SOURCE 4 dictContentType $3