Home
last modified time | relevance | path

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

/dragonfly/lib/libzstd/
H A DSymbol.map27 ZSTD_DCtx_loadDictionary_advanced;
/dragonfly/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c1310 size_t ZSTD_DCtx_loadDictionary_advanced(ZSTD_DCtx* dctx, in ZSTD_DCtx_loadDictionary_advanced() function
1328 return ZSTD_DCtx_loadDictionary_advanced(dctx, dict, dictSize, ZSTD_dlm_byRef, ZSTD_dct_auto); in ZSTD_DCtx_loadDictionary_byReference()
1333 return ZSTD_DCtx_loadDictionary_advanced(dctx, dict, dictSize, ZSTD_dlm_byCopy, ZSTD_dct_auto); in ZSTD_DCtx_loadDictionary()
1338 …FORWARD_IF_ERROR(ZSTD_DCtx_loadDictionary_advanced(dctx, prefix, prefixSize, ZSTD_dlm_byRef, dictC… in ZSTD_DCtx_refPrefix_advanced()
/dragonfly/contrib/zstd/lib/
H A Dzstd.h1915 ZSTDLIB_API size_t ZSTD_DCtx_loadDictionary_advanced(ZSTD_DCtx* dctx, const void* dict, size_t dict…