Searched refs:PCRE2_STARTLINE (Results 1 - 7 of 7) sorted by relevance

/external/pcre/dist2/src/
H A Dpcre2_pattern_info.c142 ((re->flags & PCRE2_STARTLINE) != 0)? 2 : 0;
H A Dpcre2_internal.h536 #define PCRE2_STARTLINE 0x00000200 /* start after \n for multiline */ macro
H A Dpcre2_study.c1542 (re->flags & (PCRE2_FIRSTSET|PCRE2_STARTLINE)) == 0)
H A Dpcre2_dfa_match.c3207 startline = (re->flags & PCRE2_STARTLINE) != 0;
H A Dpcre2_compile.c8998 /* When there is no first code unit, see if we can set the PCRE2_STARTLINE
9004 else if (is_startline(codestart, 0, &cb, 0)) re->flags |= PCRE2_STARTLINE;
H A Dpcre2_match.c6621 startline = (re->flags & PCRE2_STARTLINE) != 0;
H A Dpcre2_jit_compile.c11088 else if ((re->flags & PCRE2_STARTLINE) != 0)

Completed in 100 milliseconds