Searched refs:prefixStart (Results 1 – 1 of 1) sorted by relevance
1831 const BYTE* const prefixStart = ostart - prefixSize; in LZ4_decompress_unsafe_generic() local1874 if (offset > (size_t)(op - prefixStart) + dictSize) { in LZ4_decompress_unsafe_generic()1880 if (offset > (size_t)(op - prefixStart)) { in LZ4_decompress_unsafe_generic()1883 const BYTE* extMatch = dictEnd - (offset - (size_t)(op-prefixStart)); in LZ4_decompress_unsafe_generic()1896 match = prefixStart; in LZ4_decompress_unsafe_generic()