Searched refs:ZSTD_dct_fullDict (Results 1 - 3 of 3) sorted by relevance

/linux-master/lib/zstd/decompress/
H A Dzstd_ddict.c95 if (dictContentType == ZSTD_dct_fullDict)
101 if (dictContentType == ZSTD_dct_fullDict)
/linux-master/include/linux/
H A Dzstd_lib.h1220 ZSTD_dct_fullDict = 2 /* refuses to load a dictionary if it does not respect Zstandard's specification, starting with ZSTD_MAGIC_DICTIONARY */ enumerator in enum:__anon98
/linux-master/lib/zstd/compress/
H A Dzstd_compress.c4368 RETURN_ERROR_IF(dictContentType == ZSTD_dct_fullDict, dictionary_wrong, "");
4384 RETURN_ERROR_IF(dictContentType == ZSTD_dct_fullDict, dictionary_wrong, "");

Completed in 168 milliseconds