Searched refs:PCRE2_STARTLINE (Results 1 – 7 of 7) sorted by relevance
154 ((re->flags & PCRE2_STARTLINE) != 0)? 2 : 0; in pcre2_pattern_info()
1778 if ((re->flags & (PCRE2_FIRSTSET|PCRE2_STARTLINE)) == 0) in PRIV()
534 #define PCRE2_STARTLINE 0x00000200 /* start after \n for multiline */ macro
3478 startline = (re->flags & PCRE2_STARTLINE) != 0; in pcre2_dfa_match()
6943 startline = (re->flags & PCRE2_STARTLINE) != 0; in pcre2_match()
10882 re->flags |= PCRE2_STARTLINE; in pcre2_compile()
14419 else if ((re->flags & PCRE2_STARTLINE) != 0) in jit_compile()
Completed in 113 milliseconds