Searched refs:PCRE2_STARTLINE (Results 1 – 7 of 7) sorted by relevance
154 ((re->flags & PCRE2_STARTLINE) != 0)? 2 : 0; in pcre2_pattern_info()
1594 if ((re->flags & (PCRE2_FIRSTSET|PCRE2_STARTLINE)) == 0) in PRIV()
515 #define PCRE2_STARTLINE 0x00000200 /* start after \n for multiline */ macro
3335 startline = (re->flags & PCRE2_STARTLINE) != 0; in pcre2_dfa_match()
6188 startline = (re->flags & PCRE2_STARTLINE) != 0; in pcre2_match()
9847 re->flags |= PCRE2_STARTLINE; in pcre2_compile()
12278 else if ((re->flags & PCRE2_STARTLINE) != 0) in jit_compile()