Home
last modified time | relevance | path

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

/lz4-3.4.0-2.7.6/lib/
Dlz4.c2110 const BYTE* const matchEnd = match + mlen; in LZ4_decompress_generic() local
2112 if (matchEnd > op) { /* overlap copy */ in LZ4_decompress_generic()