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

/freebsd-current/sys/contrib/openzfs/module/zstd/include/
H A Dzstd_compat_wrapper.h362 #define ZSTD_DCtx_loadDictionary_advanced zfs_ZSTD_DCtx_loadDictionary_advanced macro
/freebsd-current/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dzstd_decompress.c1292 size_t ZSTD_DCtx_loadDictionary_advanced(ZSTD_DCtx* dctx, function
1310 return ZSTD_DCtx_loadDictionary_advanced(dctx, dict, dictSize, ZSTD_dlm_byRef, ZSTD_dct_auto);
1315 return ZSTD_DCtx_loadDictionary_advanced(dctx, dict, dictSize, ZSTD_dlm_byCopy, ZSTD_dct_auto);
1320 FORWARD_IF_ERROR(ZSTD_DCtx_loadDictionary_advanced(dctx, prefix, prefixSize, ZSTD_dlm_byRef, dictContentType), "");
/freebsd-current/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c1580 size_t ZSTD_DCtx_loadDictionary_advanced(ZSTD_DCtx* dctx, function
1598 return ZSTD_DCtx_loadDictionary_advanced(dctx, dict, dictSize, ZSTD_dlm_byRef, ZSTD_dct_auto);
1603 return ZSTD_DCtx_loadDictionary_advanced(dctx, dict, dictSize, ZSTD_dlm_byCopy, ZSTD_dct_auto);
1608 FORWARD_IF_ERROR(ZSTD_DCtx_loadDictionary_advanced(dctx, prefix, prefixSize, ZSTD_dlm_byRef, dictContentType), "");
/freebsd-current/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.h970 * Note 3 : Use ZSTD_DCtx_loadDictionary_advanced() to take control of
1629 /*! ZSTD_DCtx_loadDictionary_advanced() :
1634 ZSTDLIB_API size_t ZSTD_DCtx_loadDictionary_advanced(ZSTD_DCtx* dctx, const void* dict, size_t dictSize, ZSTD_dictLoadMethod_e dictLoadMethod, ZSTD_dictContentType_e dictContentType);
/freebsd-current/sys/contrib/zstd/lib/
H A Dzstd.h1009 * Note 3 : Use ZSTD_DCtx_loadDictionary_advanced() to take control of
2062 /*! ZSTD_DCtx_loadDictionary_advanced() :
2067 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 198 milliseconds