Searched refs:ZSTD_CCtx_loadDictionary (Results  1 – 2 of 2) sorted by relevance
| /Linux-v6.6/include/linux/ | 
| D | zstd_lib.h | 951 ZSTDLIB_API size_t ZSTD_CCtx_loadDictionary(ZSTD_CCtx* cctx, const void* dict, size_t dictSize);
 | 
| /Linux-v6.6/lib/zstd/compress/ | 
| D | zstd_compress.c | 1096 size_t ZSTD_CCtx_loadDictionary(ZSTD_CCtx* cctx, const void* dict, size_t dictSize)  in ZSTD_CCtx_loadDictionary()  function5108         FORWARD_IF_ERROR( ZSTD_CCtx_loadDictionary(zcs, dict, dictSize) , "");  in ZSTD_initCStream_internal()
 5159     FORWARD_IF_ERROR( ZSTD_CCtx_loadDictionary(zcs, dict, dictSize) , "");  in ZSTD_initCStream_advanced()
 5168     FORWARD_IF_ERROR( ZSTD_CCtx_loadDictionary(zcs, dict, dictSize) , "");  in ZSTD_initCStream_usingDict()
 
 |