Home
last modified time | relevance | path

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

/dragonfly/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c829 ZSTD_CDict* cdictLocal; member
995 ZSTD_freeCDict(mtctx->cdictLocal); in ZSTDMT_freeCCtx()
1011 + ZSTD_sizeof_CDict(mtctx->cdictLocal) in ZSTDMT_sizeof_CCtx()
1220 ZSTD_freeCDict(mtctx->cdictLocal); in ZSTDMT_initCStream_internal()
1221 mtctx->cdictLocal = ZSTD_createCDict_advanced(dict, dictSize, in ZSTDMT_initCStream_internal()
1224 mtctx->cdict = mtctx->cdictLocal; in ZSTDMT_initCStream_internal()
1225 if (mtctx->cdictLocal == NULL) return ERROR(memory_allocation); in ZSTDMT_initCStream_internal()
1227 ZSTD_freeCDict(mtctx->cdictLocal); in ZSTDMT_initCStream_internal()
1228 mtctx->cdictLocal = NULL; in ZSTDMT_initCStream_internal()