mStart           2200 lib/zstd/compress.c 			const BYTE *const mStart = (matchIndex < dictLimit) ? dictStart : prefixStart;
mStart           2201 lib/zstd/compress.c 			while ((start > anchor) && (match > mStart) && (start[-1] == match[-1])) {