Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_dfa_match.c841 if (clen > 0 && !IS_NEWLINE(ptr)) in internal_dfa_match()
868 else if (clen == 0 || (IS_NEWLINE(ptr) && ptr == end_subject - mb->nllen)) in internal_dfa_match()
879 ((mb->poptions & PCRE2_DOLLAR_ENDONLY) == 0 && IS_NEWLINE(ptr) && in internal_dfa_match()
906 ((mb->poptions & PCRE2_DOLLAR_ENDONLY) == 0 && IS_NEWLINE(ptr))) in internal_dfa_match()
922 else if (IS_NEWLINE(ptr)) in internal_dfa_match()
1125 (d != OP_ANY || !IS_NEWLINE(ptr)) && in internal_dfa_match()
1156 (d != OP_ANY || !IS_NEWLINE(ptr)) && in internal_dfa_match()
1186 (d != OP_ANY || !IS_NEWLINE(ptr)) && in internal_dfa_match()
1214 (d != OP_ANY || !IS_NEWLINE(ptr)) && in internal_dfa_match()
1243 (d != OP_ANY || !IS_NEWLINE(ptr)) && in internal_dfa_match()
[all …]
Dpcre2_match.c2193 if (!IS_NEWLINE(eptr)) in match()
2237 (!IS_NEWLINE(eptr) || eptr != mb->end_subject - mb->nllen)) in match()
2383 if (IS_NEWLINE(eptr)) RRETURN(MATCH_NOMATCH); in match()
4481 if (IS_NEWLINE(eptr)) RRETURN(MATCH_NOMATCH); in match()
4734 if (IS_NEWLINE(eptr)) RRETURN(MATCH_NOMATCH); in match()
5241 if (ctype == OP_ANY && IS_NEWLINE(eptr)) in match()
5366 if (ctype == OP_ANY && IS_NEWLINE(eptr)) in match()
5808 if (IS_NEWLINE(eptr)) break; in match()
6054 if (IS_NEWLINE(eptr)) break; in match()
6816 while (t < mb->end_subject && !IS_NEWLINE(t)) in pcre2_match()
[all …]
Dpcre2_internal.h498 #define IS_NEWLINE(p) \ macro
Dpcre2_compile.c3069 if (IS_NEWLINE(ptr)) /* For non-fixed-length newline cases, */ in process_verb_name()
3286 if (IS_NEWLINE(ptr)) /* For non-fixed-length newline cases, */ in scan_for_captures()
4096 if (IS_NEWLINE(ptr)) /* For non-fixed-length newline cases, */ in compile_branch()
5126 if (IS_NEWLINE(ptr)) /* For non-fixed-length newline cases, */ in compile_branch()