Searched refs:HCCtx (Results 1 – 1 of 1) sorted by relevance
481 LZ4_streamHC_t* HCCtx; member502 cdict->HCCtx = LZ4_createStreamHC(); in LZ4F_createCDict()503 if (!cdict->dictContent || !cdict->fastCtx || !cdict->HCCtx) { in LZ4F_createCDict()509 LZ4_setCompressionLevel(cdict->HCCtx, LZ4HC_CLEVEL_DEFAULT); in LZ4F_createCDict()510 LZ4_loadDictHC(cdict->HCCtx, (const char*)cdict->dictContent, (int)dictSize); in LZ4F_createCDict()519 LZ4_freeStreamHC(cdict->HCCtx); in LZ4F_freeCDict()587 LZ4_attach_HC_dictionary((LZ4_streamHC_t *)ctx, cdict ? cdict->HCCtx : NULL); in LZ4F_initStream()