Home
last modified time | relevance | path

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

/freebsd/sys/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()
/freebsd/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dzstd_ddict.c99 if (dictContentType == ZSTD_dct_fullDict) in ZSTD_loadEntropy_intoDDict()
105 if (dictContentType == ZSTD_dct_fullDict) in ZSTD_loadEntropy_intoDDict()
/freebsd/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.h1145ZSTD_dct_fullDict = 2 /* refuses to load a dictionary if it does not respect Zstandard's specif… enumerator
/freebsd/sys/contrib/zstd/lib/
H A Dzstd.h1239ZSTD_dct_fullDict = 2 /* refuses to load a dictionary if it does not respect Zstandard's specif… enumerator
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress.c3052 RETURN_ERROR_IF(dictContentType == ZSTD_dct_fullDict, dictionary_wrong, ""); in ZSTD_compress_insertDictionary()
3068 RETURN_ERROR_IF(dictContentType == ZSTD_dct_fullDict, dictionary_wrong, ""); in ZSTD_compress_insertDictionary()
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_compress.c4459 RETURN_ERROR_IF(dictContentType == ZSTD_dct_fullDict, dictionary_wrong, ""); in ZSTD_compress_insertDictionary()
4475 RETURN_ERROR_IF(dictContentType == ZSTD_dct_fullDict, dictionary_wrong, ""); in ZSTD_compress_insertDictionary()