Searched refs:ZSTD_DCtx_loadDictionary_advanced (Results 1 – 4 of 4) sorted by relevance
/linux/lib/zstd/decompress/ |
A D | zstd_decompress.c | 1465 size_t ZSTD_DCtx_loadDictionary_advanced(ZSTD_DCtx* dctx, in ZSTD_DCtx_loadDictionary_advanced() function 1483 return ZSTD_DCtx_loadDictionary_advanced(dctx, dict, dictSize, ZSTD_dlm_byRef, ZSTD_dct_auto); in ZSTD_DCtx_loadDictionary_byReference() 1488 return ZSTD_DCtx_loadDictionary_advanced(dctx, dict, dictSize, ZSTD_dlm_byCopy, ZSTD_dct_auto); in ZSTD_DCtx_loadDictionary() 1493 …FORWARD_IF_ERROR(ZSTD_DCtx_loadDictionary_advanced(dctx, prefix, prefixSize, ZSTD_dlm_byRef, dictC… in ZSTD_DCtx_refPrefix_advanced()
|
/linux/include/linux/ |
A D | zstd_lib.h | 1935 ZSTDLIB_API size_t ZSTD_DCtx_loadDictionary_advanced(ZSTD_DCtx* dctx, const void* dict, size_t dict…
|
/linux/ |
A D | System.map | 17051 ffff8000104b9034 T ZSTD_DCtx_loadDictionary_advanced
|
A D | .tmp_System.map | 17051 ffff8000104b9034 T ZSTD_DCtx_loadDictionary_advanced
|
Completed in 330 milliseconds