Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_pattern_info.c154 ((re->flags & PCRE2_STARTLINE) != 0)? 2 : 0; in pcre2_pattern_info()
Dpcre2_study.c1594 if ((re->flags & (PCRE2_FIRSTSET|PCRE2_STARTLINE)) == 0) in PRIV()
Dpcre2_internal.h515 #define PCRE2_STARTLINE 0x00000200 /* start after \n for multiline */ macro
Dpcre2_dfa_match.c3335 startline = (re->flags & PCRE2_STARTLINE) != 0; in pcre2_dfa_match()
Dpcre2_match.c6188 startline = (re->flags & PCRE2_STARTLINE) != 0; in pcre2_match()
Dpcre2_compile.c9847 re->flags |= PCRE2_STARTLINE; in pcre2_compile()
Dpcre2_jit_compile.c12278 else if ((re->flags & PCRE2_STARTLINE) != 0) in jit_compile()