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

/linux-master/lib/zstd/decompress/
H A Dzstd_ddict.c170 return ZSTD_createDDict_advanced(dict, dictSize, ZSTD_dlm_byCopy, ZSTD_dct_auto, allocator);
180 return ZSTD_createDDict_advanced(dictBuffer, dictSize, ZSTD_dlm_byRef, ZSTD_dct_auto, allocator);
H A Dzstd_decompress.c1548 return ZSTD_DCtx_loadDictionary_advanced(dctx, dict, dictSize, ZSTD_dlm_byRef, ZSTD_dct_auto);
1553 return ZSTD_DCtx_loadDictionary_advanced(dctx, dict, dictSize, ZSTD_dlm_byCopy, ZSTD_dct_auto);
/linux-master/lib/zstd/compress/
H A Dzstd_compress.c1093 cctx, dict, dictSize, ZSTD_dlm_byRef, ZSTD_dct_auto);
1099 cctx, dict, dictSize, ZSTD_dlm_byCopy, ZSTD_dct_auto);
4379 if (dictContentType == ZSTD_dct_auto) {
4469 dict, dictSize, ZSTD_dct_auto, ZSTD_dtlm_fast,
4482 return ZSTD_compressBegin_internal(cctx, dict, dictSize, ZSTD_dct_auto, ZSTD_dtlm_fast, NULL,
4592 dict, dictSize, ZSTD_dct_auto, ZSTD_dtlm_fast, NULL,
4829 ZSTD_dlm_byCopy, ZSTD_dct_auto,
4840 ZSTD_dlm_byRef, ZSTD_dct_auto,
4969 NULL, 0, ZSTD_dct_auto, ZSTD_dtlm_fast,
5144 * dict is loaded with default parameters ZSTD_dct_auto an
[all...]
/linux-master/include/linux/
H A Dzstd_lib.h1218 ZSTD_dct_auto = 0, /* dictionary is "full" when starting with ZSTD_MAGIC_DICTIONARY, otherwise it is "rawContent" */ enumerator in enum:__anon98
2196 * Note: dict is loaded with ZSTD_dct_auto (treated as a full zstd dictionary if
2215 * dict is loaded with ZSTD_dct_auto and ZSTD_dlm_byCopy.

Completed in 350 milliseconds