Searched refs:PCRE2_STARTLINE (Results 1 – 7 of 7) sorted by relevance
142 ((re->flags & PCRE2_STARTLINE) != 0)? 2 : 0; in pcre2_pattern_info()
1542 (re->flags & (PCRE2_FIRSTSET|PCRE2_STARTLINE)) == 0) in PRIV()
536 #define PCRE2_STARTLINE 0x00000200 /* start after \n for multiline */ macro
3207 startline = (re->flags & PCRE2_STARTLINE) != 0; in pcre2_dfa_match()
6621 startline = (re->flags & PCRE2_STARTLINE) != 0; in pcre2_match()
9004 else if (is_startline(codestart, 0, &cb, 0)) re->flags |= PCRE2_STARTLINE; in pcre2_compile()
11088 else if ((re->flags & PCRE2_STARTLINE) != 0) in jit_compile()