Home
last modified time | relevance | path

Searched refs:ZSTD_dct_rawContent (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/zstd/lib/decompress/
H A Dzstd_ddict.c95 if (dictContentType == ZSTD_dct_rawContent) return 0; in ZSTD_loadEntropy_intoDDict()
H A Dzstd_decompress.c1345 return ZSTD_DCtx_refPrefix_advanced(dctx, prefix, prefixSize, ZSTD_dct_rawContent); in ZSTD_DCtx_refPrefix()
/dragonfly/contrib/zstd/lib/
H A Dzstd.h1186ZSTD_dct_rawContent = 1, /* ensures dictionary is always loaded as rawContent, even if it starts w… enumerator
/dragonfly/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c515 if (dictContentType == ZSTD_dct_rawContent) { in ZSTDMT_serialState_reset()
699 …job->prefix.start, job->prefix.size, ZSTD_dct_rawContent, /* load dictionary in "content-only" mod… in ZSTDMT_compressionJob()
H A Dzstd_compress.c1058 return ZSTD_CCtx_refPrefix_advanced(cctx, prefix, prefixSize, ZSTD_dct_rawContent); in ZSTD_CCtx_refPrefix()
3320 if (dictContentType == ZSTD_dct_rawContent) in ZSTD_compress_insertDictionary()
/dragonfly/contrib/zstd/lib/dictBuilder/
H A Dzdict.c746 …D_createCDict_advanced(dictBuffer, dictBufferSize, ZSTD_dlm_byRef, ZSTD_dct_rawContent, params.cPa… in ZDICT_analyzeEntropy()