Home
last modified time | relevance | path

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

/PHP-8.3/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()
1294 (d != OP_ANY || !IS_NEWLINE(ptr)) && in internal_dfa_match()
1325 (d != OP_ANY || !IS_NEWLINE(ptr)) && in internal_dfa_match()
1355 (d != OP_ANY || !IS_NEWLINE(ptr)) && in internal_dfa_match()
1383 (d != OP_ANY || !IS_NEWLINE(ptr)) && in internal_dfa_match()
1412 (d != OP_ANY || !IS_NEWLINE(ptr)) && in internal_dfa_match()
3673 while (t < end_subject && !IS_NEWLINE(t)) in pcre2_dfa_match()
3681 while (t < end_subject && !IS_NEWLINE(t)) t++; in pcre2_dfa_match()
[all …]
H A Dpcre2_match.c897 if (IS_NEWLINE(Feptr)) RRETURN(MATCH_NOMATCH); in match()
2942 if (IS_NEWLINE(Feptr)) RRETURN(MATCH_NOMATCH); in match()
3195 if (IS_NEWLINE(Feptr)) RRETURN(MATCH_NOMATCH); in match()
3893 if (Lctype == OP_ANY && IS_NEWLINE(Feptr)) in match()
4392 if (IS_NEWLINE(Feptr)) break; in match()
4641 if (IS_NEWLINE(Feptr)) break; in match()
5950 (!IS_NEWLINE(Feptr) || Feptr != mb->end_subject - mb->nllen)) in match()
5998 if (!IS_NEWLINE(Feptr)) in match()
6955 while (t < end_subject && !IS_NEWLINE(t)) in pcre2_match()
6963 while (t < end_subject && !IS_NEWLINE(t)) t++; in pcre2_match()
[all …]
H A Dpcre2_internal.h478 #define IS_NEWLINE(p) \ macro
H A Dpcre2_compile.c2882 if (IS_NEWLINE(ptr)) /* For non-fixed-length newline cases, */ in parse_regex()

Completed in 63 milliseconds