Searched refs:ZSTD_dct_fullDict (Results 1 – 3 of 3) sorted by relevance
95 if (dictContentType == ZSTD_dct_fullDict) in ZSTD_loadEntropy_intoDDict()101 if (dictContentType == ZSTD_dct_fullDict) in ZSTD_loadEntropy_intoDDict()
1220 …ZSTD_dct_fullDict = 2 /* refuses to load a dictionary if it does not respect Zstandard's specif… enumerator
4368 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()