Home
last modified time | relevance | path

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

/linux-4.19.296/lib/lz4/
Dlz4hc_compress.c647 const BYTE *newBlock) in LZ4HC_setExternalDict() argument
661 ctxPtr->base = newBlock - ctxPtr->dictLimit; in LZ4HC_setExternalDict()
662 ctxPtr->end = newBlock; in LZ4HC_setExternalDict()