Home
last modified time | relevance | path

Searched refs:IS_NEWLINE (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c996 if (clen > 0 && !IS_NEWLINE(ptr)) in internal_dfa_match()
1021 if (clen == 0 || (IS_NEWLINE(ptr) && ptr == end_subject - mb->nllen)) in internal_dfa_match()
1079 else if (IS_NEWLINE(ptr)) in internal_dfa_match()
1311 (d != OP_ANY || !IS_NEWLINE(ptr)) && in internal_dfa_match()
1342 (d != OP_ANY || !IS_NEWLINE(ptr)) && in internal_dfa_match()
1372 (d != OP_ANY || !IS_NEWLINE(ptr)) && in internal_dfa_match()
1400 (d != OP_ANY || !IS_NEWLINE(ptr)) && in internal_dfa_match()
1429 (d != OP_ANY || !IS_NEWLINE(ptr)) && in internal_dfa_match()
3725 while (t < end_subject && !IS_NEWLINE(t)) in pcre2_dfa_match()
3733 while (t < end_subject && !IS_NEWLINE(t)) t++; in pcre2_dfa_match()
[all …]
H A Dpcre2_match.c948 if (IS_NEWLINE(Feptr)) RRETURN(MATCH_NOMATCH); in match()
3013 if (IS_NEWLINE(Feptr)) RRETURN(MATCH_NOMATCH); in match()
3266 if (IS_NEWLINE(Feptr)) RRETURN(MATCH_NOMATCH); in match()
3973 if (Lctype == OP_ANY && IS_NEWLINE(Feptr)) in match()
4485 if (IS_NEWLINE(Feptr)) break; in match()
4734 if (IS_NEWLINE(Feptr)) break; in match()
6169 (!IS_NEWLINE(Feptr) || Feptr != mb->end_subject - mb->nllen)) in match()
6217 if (!IS_NEWLINE(Feptr)) in match()
7176 while (t < end_subject && !IS_NEWLINE(t)) in pcre2_match()
7184 while (t < end_subject && !IS_NEWLINE(t)) t++; in pcre2_match()
[all …]
H A Dpcre2_internal.h496 #define IS_NEWLINE(p) \ macro
H A Dpcre2_compile.c3074 if (IS_NEWLINE(ptr)) /* For non-fixed-length newline cases, */ in parse_regex()

Completed in 63 milliseconds