Home
last modified time | relevance | path

Searched refs:localDict (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/zstd/lib/compress/
HDzstd_compress.c135 ZSTD_customFree(cctx->localDict.dictBuffer, cctx->customMem); in ZSTD_clearAllDicts()
136 ZSTD_freeCDict(cctx->localDict.cdict); in ZSTD_clearAllDicts()
137 ZSTD_memset(&cctx->localDict, 0, sizeof(cctx->localDict)); in ZSTD_clearAllDicts()
193 + ZSTD_sizeof_localDict(cctx->localDict) in ZSTD_sizeof_CCtx()
968 ZSTD_localDict* const dl = &cctx->localDict; in ZSTD_initLocalDict()
1008 cctx->localDict.dict = dict; in ZSTD_CCtx_loadDictionary_advanced()
1016 cctx->localDict.dictBuffer = dictBuffer; in ZSTD_CCtx_loadDictionary_advanced()
1017 cctx->localDict.dict = dictBuffer; in ZSTD_CCtx_loadDictionary_advanced()
1019 cctx->localDict.dictSize = dictSize; in ZSTD_CCtx_loadDictionary_advanced()
1020 cctx->localDict.dictContentType = dictContentType; in ZSTD_CCtx_loadDictionary_advanced()
HDzstd_compress_internal.h316 ZSTD_localDict localDict; member