Searched refs:ZSTD_dct_auto (Results 1 – 6 of 6) sorted by relevance
/linux/lib/zstd/decompress/ |
H A D | zstd_ddict.c | 170 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()
|
H A D | zstd_decompress.c | 1548 return ZSTD_DCtx_loadDictionary_advanced(dctx, dict, dictSize, ZSTD_dlm_byRef, ZSTD_dct_auto); in ZSTD_DCtx_loadDictionary_byReference() 1553 return ZSTD_DCtx_loadDictionary_advanced(dctx, dict, dictSize, ZSTD_dlm_byCopy, ZSTD_dct_auto); in ZSTD_DCtx_loadDictionary()
|
/linux/lib/zstd/ |
H A D | zstd_decompress_module.c | 63 ZSTD_dct_auto, custom_mem); in zstd_create_ddict_byreference()
|
H A D | zstd_compress_module.c | 126 ZSTD_dct_auto, cparams, custom_mem); in zstd_create_cdict_byreference()
|
/linux/lib/zstd/compress/ |
H A D | zstd_compress.c | 1093 cctx, dict, dictSize, ZSTD_dlm_byRef, ZSTD_dct_auto); in ZSTD_CCtx_loadDictionary_byReference() 1099 cctx, dict, dictSize, ZSTD_dlm_byCopy, ZSTD_dct_auto); in ZSTD_CCtx_loadDictionary() 4379 if (dictContentType == ZSTD_dct_auto) { in ZSTD_compress_insertDictionary() 4469 dict, dictSize, ZSTD_dct_auto, ZSTD_dtlm_fast, in ZSTD_compressBegin_advanced() 4482 return ZSTD_compressBegin_internal(cctx, dict, dictSize, ZSTD_dct_auto, ZSTD_dtlm_fast, NULL, in ZSTD_compressBegin_usingDict() 4592 dict, dictSize, ZSTD_dct_auto, ZSTD_dtlm_fast, NULL, in ZSTD_compress_advanced_internal() 4831 ZSTD_dlm_byCopy, ZSTD_dct_auto, in ZSTD_createCDict() 4842 ZSTD_dlm_byRef, ZSTD_dct_auto, in ZSTD_createCDict_byReference() 4971 NULL, 0, ZSTD_dct_auto, ZSTD_dtlm_fast, in ZSTD_compressBegin_usingCDict_internal()
|
/linux/include/linux/ |
H A D | zstd_lib.h | 1218 …ZSTD_dct_auto = 0, /* dictionary is "full" when starting with ZSTD_MAGIC_DICTIONARY, otherwi… enumerator
|