Searched refs:ZSTD_dct_fullDict (Results 1 – 5 of 5) sorted by relevance
98 if (dictContentType == ZSTD_dct_fullDict) in ZSTD_loadEntropy_intoDDict()104 if (dictContentType == ZSTD_dct_fullDict) in ZSTD_loadEntropy_intoDDict()
1169 …ZSTD_dct_fullDict = 2 /* refuses to load a dictionary if it does not respect Zstandard's specif… enumerator
4229 …ZSTD_dct_fullDict = 2 /* refuses to load a dictionary if it does not respect Zstandard's specif… enumerator16135 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()
1187 …ZSTD_dct_fullDict = 2 /* refuses to load a dictionary if it does not respect Zstandard's specif… enumerator
3313 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()