Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c857 ZSTD_CDict* cdictLocal; member
1023 ZSTD_freeCDict(mtctx->cdictLocal); in ZSTDMT_freeCCtx()
1039 + ZSTD_sizeof_CDict(mtctx->cdictLocal) in ZSTDMT_sizeof_CCtx()
1248 ZSTD_freeCDict(mtctx->cdictLocal); in ZSTDMT_initCStream_internal()
1249 mtctx->cdictLocal = ZSTD_createCDict_advanced(dict, dictSize, in ZSTDMT_initCStream_internal()
1252 mtctx->cdict = mtctx->cdictLocal; in ZSTDMT_initCStream_internal()
1253 if (mtctx->cdictLocal == NULL) return ERROR(memory_allocation); in ZSTDMT_initCStream_internal()
1255 ZSTD_freeCDict(mtctx->cdictLocal); in ZSTDMT_initCStream_internal()
1256 mtctx->cdictLocal = NULL; in ZSTDMT_initCStream_internal()