Searched refs:ZSTD_DCtx_loadDictionary_advanced (Results 1 - 2 of 2) sorted by relevance

/linux-master/lib/zstd/decompress/
H A Dzstd_decompress.c1530 size_t ZSTD_DCtx_loadDictionary_advanced(ZSTD_DCtx* dctx, function
1548 return ZSTD_DCtx_loadDictionary_advanced(dctx, dict, dictSize, ZSTD_dlm_byRef, ZSTD_dct_auto);
1553 return ZSTD_DCtx_loadDictionary_advanced(dctx, dict, dictSize, ZSTD_dlm_byCopy, ZSTD_dct_auto);
1558 FORWARD_IF_ERROR(ZSTD_DCtx_loadDictionary_advanced(dctx, prefix, prefixSize, ZSTD_dlm_byRef, dictContentType), "");
/linux-master/include/linux/
H A Dzstd_lib.h1000 * Note 3 : Use ZSTD_DCtx_loadDictionary_advanced() to take control of
2041 /*! ZSTD_DCtx_loadDictionary_advanced() :
2046 ZSTDLIB_STATIC_API size_t ZSTD_DCtx_loadDictionary_advanced(ZSTD_DCtx* dctx, const void* dict, size_t dictSize, ZSTD_dictLoadMethod_e dictLoadMethod, ZSTD_dictContentType_e dictContentType);

Completed in 150 milliseconds