Searched refs:cdictLocal (Results 1 – 1 of 1) sorted by relevance
889 ZSTD_CDict* cdictLocal; member1055 ZSTD_freeCDict(mtctx->cdictLocal); in ZSTDMT_freeCCtx()1071 + ZSTD_sizeof_CDict(mtctx->cdictLocal) in ZSTDMT_sizeof_CCtx()1277 ZSTD_freeCDict(mtctx->cdictLocal); in ZSTDMT_initCStream_internal()1279 mtctx->cdictLocal = ZSTD_createCDict_advanced(dict, dictSize, in ZSTDMT_initCStream_internal()1282 mtctx->cdict = mtctx->cdictLocal; in ZSTDMT_initCStream_internal()1283 if (mtctx->cdictLocal == NULL) return ERROR(memory_allocation); in ZSTDMT_initCStream_internal()1285 mtctx->cdictLocal = NULL; in ZSTDMT_initCStream_internal()1352 ZSTD_freeCDict(mtctx->cdictLocal); in ZSTDMT_initCStream_internal()1353 mtctx->cdictLocal = NULL; in ZSTDMT_initCStream_internal()[all …]