Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4frame.c461 LZ4_stream_t* fastCtx; member
482 cdict->fastCtx = LZ4_createStream(); in LZ4F_createCDict()
484 if (!cdict->dictContent || !cdict->fastCtx || !cdict->HCCtx) { in LZ4F_createCDict()
489 LZ4_loadDict (cdict->fastCtx, (const char*)cdict->dictContent, (int)dictSize); in LZ4F_createCDict()
499 LZ4_freeStream(cdict->fastCtx); in LZ4F_freeCDict()
567 LZ4_attach_dictionary((LZ4_stream_t *)ctx, cdict ? cdict->fastCtx : NULL); in LZ4F_initStream()