Searched refs:dictionary (Results 1 – 2 of 2) sorted by relevance
1132 cctx->dictionary = NULL; in LZ4_prepareTable()1163 const BYTE *const dictionary = in LZ4_compress_generic_validated() local1164 dictDirective == usingDictCtx ? dictCtx->dictionary : cctx->dictionary; in LZ4_compress_generic_validated()1171 const BYTE *const dictEnd = dictionary ? dictionary + dictSize : dictionary; in LZ4_compress_generic_validated()1179 …const BYTE *dictBase = !dictionary ? NULL : (dictDirective == usingDictCtx) ? dictionary + dictSiz… in LZ4_compress_generic_validated()1180 … : dictionary + dictSize - startIndex; in LZ4_compress_generic_validated()1289 lowLimit = dictionary; in LZ4_compress_generic_validated()1304 lowLimit = dictionary; in LZ4_compress_generic_validated()1419 …tive == usingExtDict || dictDirective == usingDictCtx) && (lowLimit == dictionary) /* match within… in LZ4_compress_generic_validated()1530 lowLimit = dictionary; /* required for match length counter */ in LZ4_compress_generic_validated()[all …]
304 LZ4LIB_API int LZ4_loadDict(LZ4_stream_t *streamPtr, const char *dictionary, int dictSize);360 …LZ4LIB_API int LZ4_setStreamDecode(LZ4_streamDecode_t *LZ4_streamDecode, const char *dictionary, i…587 const LZ4_byte *dictionary; member