Home
last modified time | relevance | path

Searched refs:ZSTD_dct_fullDict (Results 1 – 5 of 5) sorted by relevance

/external/zstd/lib/decompress/
Dzstd_ddict.c98 if (dictContentType == ZSTD_dct_fullDict) in ZSTD_loadEntropy_intoDDict()
104 if (dictContentType == ZSTD_dct_fullDict) in ZSTD_loadEntropy_intoDDict()
/external/zstd/tests/
Dzstreamtest.c1353 …CDict_advanced(dictionary.start, dictionary.filled, ZSTD_dlm_byRef, ZSTD_dct_fullDict, cParams, ZS… in basicUnitTests()
1396 …CDict_advanced(dictionary.start, dictionary.filled, ZSTD_dlm_byRef, ZSTD_dct_fullDict, cParams, ZS… in basicUnitTests()
1587 ZSTD_dlm_byRef, ZSTD_dct_fullDict, in basicUnitTests()
1640 ZSTD_dlm_byRef, ZSTD_dct_fullDict, in basicUnitTests()
Dfuzzer.c2042 …t = ZSTD_createCDict_advanced(dictBuffer, dictSize, ZSTD_dlm_byRef, ZSTD_dct_fullDict, cParams, ZS… in basicUnitTests()
2050 …ict_advanced((const char*)dictBuffer+1, dictSize-1, ZSTD_dlm_byRef, ZSTD_dct_fullDict, cParams, ZS… in basicUnitTests()
3008 CHECK_Z(ZSTD_CCtx_refPrefix_advanced(cctx, dict, srcSize, ZSTD_dct_fullDict)); in basicUnitTests()
/external/zstd/lib/
Dzstd.h1187ZSTD_dct_fullDict = 2 /* refuses to load a dictionary if it does not respect Zstandard's specif… enumerator
/external/zstd/lib/compress/
Dzstd_compress.c3313 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()