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

/freebsd-13-stable/sys/contrib/openzfs/module/zstd/include/
H A Dzstd_compat_wrapper.h169 #define ZSTD_CCtx_loadDictionary_advanced zfs_ZSTD_CCtx_loadDictionary_advanced macro
/freebsd-13-stable/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.h944 * Note 4 : Use ZSTD_CCtx_loadDictionary_advanced()
1481 /*! ZSTD_CCtx_loadDictionary_advanced() :
1485 ZSTDLIB_API size_t ZSTD_CCtx_loadDictionary_advanced(ZSTD_CCtx* cctx, const void* dict, size_t dictSize, ZSTD_dictLoadMethod_e dictLoadMethod, ZSTD_dictContentType_e dictContentType);
H A Dzstd.c4004 * Note 4 : Use ZSTD_CCtx_loadDictionary_advanced()
4541 /*! ZSTD_CCtx_loadDictionary_advanced() :
4545 ZSTDLIB_API size_t ZSTD_CCtx_loadDictionary_advanced(ZSTD_CCtx* cctx, const void* dict, size_t dictSize, ZSTD_dictLoadMethod_e dictLoadMethod, ZSTD_dictContentType_e dictContentType);
13975 size_t ZSTD_CCtx_loadDictionary_advanced( function
13983 DEBUGLOG(4, "ZSTD_CCtx_loadDictionary_advanced (size: %u)", (U32)dictSize);
14004 return ZSTD_CCtx_loadDictionary_advanced(
14010 return ZSTD_CCtx_loadDictionary_advanced(
[all...]
/freebsd-13-stable/sys/contrib/zstd/lib/
H A Dzstd.h943 * Note 4 : Use ZSTD_CCtx_loadDictionary_advanced()
1598 /*! ZSTD_CCtx_loadDictionary_advanced() :
1602 ZSTDLIB_API size_t ZSTD_CCtx_loadDictionary_advanced(ZSTD_CCtx* cctx, const void* dict, size_t dictSize, ZSTD_dictLoadMethod_e dictLoadMethod, ZSTD_dictContentType_e dictContentType);
/freebsd-13-stable/sys/contrib/zstd/lib/compress/
H A Dzstd_compress.c997 size_t ZSTD_CCtx_loadDictionary_advanced( function
1003 DEBUGLOG(4, "ZSTD_CCtx_loadDictionary_advanced (size: %u)", (U32)dictSize);
1027 return ZSTD_CCtx_loadDictionary_advanced(
1033 return ZSTD_CCtx_loadDictionary_advanced(

Completed in 522 milliseconds