Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c994 if (clen > 0 && !IS_NEWLINE(ptr)) in internal_dfa_match()
1019 if (clen == 0 || (IS_NEWLINE(ptr) && ptr == end_subject - mb->nllen)) in internal_dfa_match()
1077 else if (IS_NEWLINE(ptr)) in internal_dfa_match()
1280 (d != OP_ANY || !IS_NEWLINE(ptr)) && in internal_dfa_match()
1311 (d != OP_ANY || !IS_NEWLINE(ptr)) && in internal_dfa_match()
1341 (d != OP_ANY || !IS_NEWLINE(ptr)) && in internal_dfa_match()
1369 (d != OP_ANY || !IS_NEWLINE(ptr)) && in internal_dfa_match()
1398 (d != OP_ANY || !IS_NEWLINE(ptr)) && in internal_dfa_match()
3614 while (t < end_subject && !IS_NEWLINE(t)) in pcre2_dfa_match()
3622 while (t < end_subject && !IS_NEWLINE(t)) t++; in pcre2_dfa_match()
[all …]
H A Dpcre2_match.c880 if (IS_NEWLINE(Feptr)) RRETURN(MATCH_NOMATCH); in match()
2849 if (IS_NEWLINE(Feptr)) RRETURN(MATCH_NOMATCH); in match()
3102 if (IS_NEWLINE(Feptr)) RRETURN(MATCH_NOMATCH); in match()
3738 if (Lctype == OP_ANY && IS_NEWLINE(Feptr)) in match()
4183 if (IS_NEWLINE(Feptr)) break; in match()
4432 if (IS_NEWLINE(Feptr)) break; in match()
5741 (!IS_NEWLINE(Feptr) || Feptr != mb->end_subject - mb->nllen)) in match()
5789 if (!IS_NEWLINE(Feptr)) in match()
6737 while (t < end_subject && !IS_NEWLINE(t)) in pcre2_match()
6745 while (t < end_subject && !IS_NEWLINE(t)) t++; in pcre2_match()
[all …]
H A Dpcre2_internal.h479 #define IS_NEWLINE(p) \ macro
H A Dpcre2_compile.c2774 if (IS_NEWLINE(ptr)) /* For non-fixed-length newline cases, */ in parse_regex()

Completed in 80 milliseconds