Home
last modified time | relevance | path

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

/third_party/lz4/lib/
Dlz4hc.h219 const LZ4HC_CCtx_internal* dictCtx; member
Dlz4.h681 const LZ4_stream_t_internal* dictCtx; member
Dlz4.c930 const LZ4_stream_t_internal* dictCtx = (const LZ4_stream_t_internal*) cctx->dictCtx; in LZ4_compress_generic_validated() local
1585 const LZ4_stream_t_internal* dictCtx = (dictionaryStream == NULL) ? NULL : in LZ4_attach_dictionary() local
Dlz4hc.c254 const LZ4HC_CCtx_internal * const dictCtx = hc4->dictCtx; in LZ4HC_InsertAndGetWiderMatch() local