Lines Matching refs:oMatchEnd
885 BYTE *const oMatchEnd = op + sequenceLength; /* risk : address space overflow (32-bits) */
891 if (oMatchEnd > oend)
926 while (op < oMatchEnd)
1012 BYTE *const oMatchEnd = op + sequenceLength; /* risk : address space overflow (32-bits) */
1018 if (oMatchEnd > oend)
1079 if (oMatchEnd > oend - (16 - MINMATCH)) {
1085 while (op < oMatchEnd)
1268 BYTE *const oMatchEnd = op + sequenceLength; /* risk : address space overflow (32-bits) */
1274 if (oMatchEnd > oend)
1334 if (oMatchEnd > oend - (16 - MINMATCH)) {
1340 while (op < oMatchEnd)