Home
last modified time | relevance | path

Searched refs:ZSTD_dct_auto (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/lib/zstd/decompress/
Dzstd_ddict.c170 return ZSTD_createDDict_advanced(dict, dictSize, ZSTD_dlm_byCopy, ZSTD_dct_auto, allocator); in ZSTD_createDDict()
180 … return ZSTD_createDDict_advanced(dictBuffer, dictSize, ZSTD_dlm_byRef, ZSTD_dct_auto, allocator); in ZSTD_createDDict_byReference()
Dzstd_decompress.c1483 return ZSTD_DCtx_loadDictionary_advanced(dctx, dict, dictSize, ZSTD_dlm_byRef, ZSTD_dct_auto); in ZSTD_DCtx_loadDictionary_byReference()
1488 return ZSTD_DCtx_loadDictionary_advanced(dctx, dict, dictSize, ZSTD_dlm_byCopy, ZSTD_dct_auto); in ZSTD_DCtx_loadDictionary()
/linux-5.19.10/lib/zstd/compress/
Dzstd_compress.c976 cctx, dict, dictSize, ZSTD_dlm_byRef, ZSTD_dct_auto); in ZSTD_CCtx_loadDictionary_byReference()
982 cctx, dict, dictSize, ZSTD_dlm_byCopy, ZSTD_dct_auto); in ZSTD_CCtx_loadDictionary()
3297 if (dictContentType == ZSTD_dct_auto) { in ZSTD_compress_insertDictionary()
3385 dict, dictSize, ZSTD_dct_auto, ZSTD_dtlm_fast, in ZSTD_compressBegin_advanced()
3398 return ZSTD_compressBegin_internal(cctx, dict, dictSize, ZSTD_dct_auto, ZSTD_dtlm_fast, NULL, in ZSTD_compressBegin_usingDict()
3509 dict, dictSize, ZSTD_dct_auto, ZSTD_dtlm_fast, NULL, in ZSTD_compress_advanced_internal()
3740 ZSTD_dlm_byCopy, ZSTD_dct_auto, in ZSTD_createCDict()
3751 ZSTD_dlm_byRef, ZSTD_dct_auto, in ZSTD_createCDict_byReference()
3876 NULL, 0, ZSTD_dct_auto, ZSTD_dtlm_fast, in ZSTD_compressBegin_usingCDict_advanced()
/linux-5.19.10/include/linux/
Dzstd_lib.h1181ZSTD_dct_auto = 0, /* dictionary is "full" when starting with ZSTD_MAGIC_DICTIONARY, otherwi… enumerator