Searched refs:ZSTD_CCtx_loadDictionary_advanced (Results 1 – 2 of 2) sorted by relevance
1081 * Note 4 : Use ZSTD_CCtx_loadDictionary_advanced()1980 /*! ZSTD_CCtx_loadDictionary_advanced() :1984 ZSTDLIB_STATIC_API size_t ZSTD_CCtx_loadDictionary_advanced(ZSTD_CCtx* cctx, const void* dict, size_t dictSize, ZSTD_dictLoadMethod_e dictLoadMethod, ZSTD_dictContentType_e dictContentType);
1219 size_t ZSTD_CCtx_loadDictionary_advanced( in ZSTD_CCtx_loadDictionary_advanced() function 1225 DEBUGLOG(4, "ZSTD_CCtx_loadDictionary_advanced (size: %u)", (U32)dictSize); in ZSTD_CCtx_loadDictionary_advanced() 1253 return ZSTD_CCtx_loadDictionary_advanced( in ZSTD_CCtx_loadDictionary_byReference() 1259 return ZSTD_CCtx_loadDictionary_advanced( in ZSTD_CCtx_loadDictionary()