Home
last modified time | relevance | path

Searched refs:ZSTD_dct_fullDict (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/lib/zstd/decompress/
Dzstd_ddict.c95 if (dictContentType == ZSTD_dct_fullDict) in ZSTD_loadEntropy_intoDDict()
101 if (dictContentType == ZSTD_dct_fullDict) in ZSTD_loadEntropy_intoDDict()
/Linux-v6.1/include/linux/
Dzstd_lib.h1183ZSTD_dct_fullDict = 2 /* refuses to load a dictionary if it does not respect Zstandard's specif… enumerator
/Linux-v6.1/lib/zstd/compress/
Dzstd_compress.c3286 RETURN_ERROR_IF(dictContentType == ZSTD_dct_fullDict, dictionary_wrong, ""); in ZSTD_compress_insertDictionary()
3302 RETURN_ERROR_IF(dictContentType == ZSTD_dct_fullDict, dictionary_wrong, ""); in ZSTD_compress_insertDictionary()