Searched refs:extMatch (Results 1 – 1 of 1) sorted by relevance
1883 const BYTE* extMatch = dictEnd - (offset - (size_t)(op-prefixStart)); in LZ4_decompress_unsafe_generic() local1884 size_t const extml = (size_t)(dictEnd - extMatch); in LZ4_decompress_unsafe_generic()1887 LZ4_memmove(op, extMatch, ml); in LZ4_decompress_unsafe_generic()1892 LZ4_memmove(op, extMatch, extml); in LZ4_decompress_unsafe_generic()