Home
last modified time | relevance | path

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

/DragonOS-0.1.5/kernel/src/common/
Dlz4.h588 const LZ4_stream_t_internal *dictCtx; member
/DragonOS-0.1.5/kernel/src/libs/
Dlz4.c1162 const LZ4_stream_t_internal *dictCtx = (const LZ4_stream_t_internal *)cctx->dictCtx; in LZ4_compress_generic_validated() local
1952 …const LZ4_stream_t_internal *dictCtx = dictionaryStream == NULL ? NULL : &(dictionaryStream->inter… in LZ4_attach_dictionary() local