Home | History | Annotate | Download | only in dist

Lines Matching defs:nptr

1430         const pcre_uchar *nptr = ptr + clen;
1438 while (nptr < end_subject)
1441 if (!utf) d = *nptr; else { GETCHARLEN(d, nptr, dlen); }
1446 nptr += dlen;
1691 const pcre_uchar *nptr = ptr + clen;
1700 while (nptr < end_subject)
1703 if (!utf) d = *nptr; else { GETCHARLEN(d, nptr, dlen); }
1708 nptr += dlen;
1963 const pcre_uchar *nptr = ptr + clen;
1971 while (nptr < end_subject)
1974 if (!utf) d = *nptr; else { GETCHARLEN(d, nptr, dlen); }
1979 nptr += dlen;
1981 if (nptr >= end_subject && (md->moptions & PCRE_PARTIAL_HARD) != 0)
2165 const pcre_uchar *nptr = ptr + clen;
2168 while (nptr < end_subject)
2171 if (!utf) d = *nptr; else { GETCHARLEN(d, nptr, dlen); }
2176 nptr += dlen;
2178 if (nptr >= end_subject && (md->moptions & PCRE_PARTIAL_HARD) != 0)