Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4frame.c462 LZ4_streamHC_t* HCCtx; member
483 cdict->HCCtx = LZ4_createStreamHC(); in LZ4F_createCDict()
484 if (!cdict->dictContent || !cdict->fastCtx || !cdict->HCCtx) { in LZ4F_createCDict()
490 LZ4_setCompressionLevel(cdict->HCCtx, LZ4HC_CLEVEL_DEFAULT); in LZ4F_createCDict()
491 LZ4_loadDictHC(cdict->HCCtx, (const char*)cdict->dictContent, (int)dictSize); in LZ4F_createCDict()
500 LZ4_freeStreamHC(cdict->HCCtx); in LZ4F_freeCDict()
570 LZ4_attach_HC_dictionary((LZ4_streamHC_t *)ctx, cdict ? cdict->HCCtx : NULL); in LZ4F_initStream()