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()
1183 …ZSTD_dct_fullDict = 2 /* refuses to load a dictionary if it does not respect Zstandard's specif… enumerator
3286 RETURN_ERROR_IF(dictContentType == ZSTD_dct_fullDict, dictionary_wrong, ""); in ZSTD_compress_insertDictionary()3302 RETURN_ERROR_IF(dictContentType == ZSTD_dct_fullDict, dictionary_wrong, ""); in ZSTD_compress_insertDictionary()
Completed in 20 milliseconds