Home
last modified time | relevance | path

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

/linux/lib/zstd/decompress/
H A Dzstd_ddict.c95 if (dictContentType == ZSTD_dct_fullDict) in ZSTD_loadEntropy_intoDDict()
101 if (dictContentType == ZSTD_dct_fullDict) in ZSTD_loadEntropy_intoDDict()
/linux/include/linux/
H A Dzstd_lib.h1220ZSTD_dct_fullDict = 2 /* refuses to load a dictionary if it does not respect Zstandard's specif… enumerator
/linux/lib/zstd/compress/
H A Dzstd_compress.c4368 RETURN_ERROR_IF(dictContentType == ZSTD_dct_fullDict, dictionary_wrong, ""); in ZSTD_compress_insertDictionary()
4384 RETURN_ERROR_IF(dictContentType == ZSTD_dct_fullDict, dictionary_wrong, ""); in ZSTD_compress_insertDictionary()