Home
last modified time | relevance | path

Searched defs:dictCtx (Results 1 – 2 of 2) sorted by relevance

/lvgl-latest/src/libs/lz4/
Dlz4.h713 const LZ4_stream_t_internal* dictCtx; member
Dlz4.c935 const LZ4_stream_t_internal* dictCtx = (const LZ4_stream_t_internal*) cctx->dictCtx; in LZ4_compress_generic_validated() local
1608 const LZ4_stream_t_internal* dictCtx = (dictionaryStream == NULL) ? NULL : in LZ4_attach_dictionary() local