Searched refs:ZSTD_dct_fullDict (Results 1 – 6 of 6) sorted by relevance
98 if (dictContentType == ZSTD_dct_fullDict) in ZSTD_loadEntropy_intoDDict()104 if (dictContentType == ZSTD_dct_fullDict) in ZSTD_loadEntropy_intoDDict()
99 if (dictContentType == ZSTD_dct_fullDict) in ZSTD_loadEntropy_intoDDict()105 if (dictContentType == ZSTD_dct_fullDict) in ZSTD_loadEntropy_intoDDict()
1145 …ZSTD_dct_fullDict = 2 /* refuses to load a dictionary if it does not respect Zstandard's specif… enumerator
1239 …ZSTD_dct_fullDict = 2 /* refuses to load a dictionary if it does not respect Zstandard's specif… enumerator
3052 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()
4459 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()