Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_pattern_info.c154 ((re->flags & PCRE2_STARTLINE) != 0)? 2 : 0; in pcre2_pattern_info()
H A Dpcre2_study.c1688 if ((re->flags & (PCRE2_FIRSTSET|PCRE2_STARTLINE)) == 0) in PRIV()
H A Dpcre2_internal.h517 #define PCRE2_STARTLINE 0x00000200 /* start after \n for multiline */ macro
H A Dpcre2_dfa_match.c3367 startline = (re->flags & PCRE2_STARTLINE) != 0; in pcre2_dfa_match()
H A Dpcre2_match.c6517 startline = (re->flags & PCRE2_STARTLINE) != 0; in pcre2_match()
H A Dpcre2_compile.c10385 re->flags |= PCRE2_STARTLINE; in pcre2_compile()
H A Dpcre2_jit_compile.c13657 else if ((re->flags & PCRE2_STARTLINE) != 0) in jit_compile()

Completed in 104 milliseconds