Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/decompress/
H A Dzstd_ddict.c98 if (dictContentType == ZSTD_dct_fullDict) in ZSTD_loadEntropy_intoDDict()
104 if (dictContentType == ZSTD_dct_fullDict) in ZSTD_loadEntropy_intoDDict()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.h1169ZSTD_dct_fullDict = 2 /* refuses to load a dictionary if it does not respect Zstandard's specif… enumerator
H A Dzstd.c4229ZSTD_dct_fullDict = 2 /* refuses to load a dictionary if it does not respect Zstandard's specif… enumerator
16135 RETURN_ERROR_IF(dictContentType == ZSTD_dct_fullDict, dictionary_wrong, ""); in ZSTD_compress_insertDictionary()
16151 RETURN_ERROR_IF(dictContentType == ZSTD_dct_fullDict, dictionary_wrong, ""); in ZSTD_compress_insertDictionary()
24298 if (dictContentType == ZSTD_dct_fullDict) in ZSTD_loadEntropy_intoDDict()
24304 if (dictContentType == ZSTD_dct_fullDict) in ZSTD_loadEntropy_intoDDict()
/f-stack/freebsd/contrib/zstd/lib/
H A Dzstd.h1187ZSTD_dct_fullDict = 2 /* refuses to load a dictionary if it does not respect Zstandard's specif… enumerator
/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_compress.c3313 RETURN_ERROR_IF(dictContentType == ZSTD_dct_fullDict, dictionary_wrong, ""); in ZSTD_compress_insertDictionary()
3329 RETURN_ERROR_IF(dictContentType == ZSTD_dct_fullDict, dictionary_wrong, ""); in ZSTD_compress_insertDictionary()