Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/lz4/
Dlz4.c904 cctx->dictCtx = NULL; in LZ4_prepareTable()
935 const LZ4_stream_t_internal* dictCtx = (const LZ4_stream_t_internal*) cctx->dictCtx; in LZ4_compress_generic_validated() local
937 dictDirective == usingDictCtx ? dictCtx->dictionary : cctx->dictionary; in LZ4_compress_generic_validated()
939 dictDirective == usingDictCtx ? dictCtx->dictSize : cctx->dictSize; in LZ4_compress_generic_validated()
941 …(dictDirective == usingDictCtx) ? startIndex - dictCtx->currentOffset : 0; /* make indexes in di… in LZ4_compress_generic_validated()
955 dictionary + dictSize - dictCtx->currentOffset : in LZ4_compress_generic_validated()
979 cctx->dictCtx = NULL; in LZ4_compress_generic_validated()
1047 matchIndex = LZ4_getIndexOnHash(h, dictCtx->hashTable, byU32); in LZ4_compress_generic_validated()
1248 matchIndex = LZ4_getIndexOnHash(h, dictCtx->hashTable, byU32); in LZ4_compress_generic_validated()
1608 const LZ4_stream_t_internal* dictCtx = (dictionaryStream == NULL) ? NULL : in LZ4_attach_dictionary() local
[all …]
Dlz4.h713 const LZ4_stream_t_internal* dictCtx; member