Home
last modified time | relevance | path

Searched refs:PCRE2_FIRSTLINE (Results 1 – 5 of 5) sorted by relevance

/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2.h136 #define PCRE2_FIRSTLINE 0x00000100u /* J M D */ macro
H A Dpcre2_dfa_match.c3336 firstline = (re->overall_options & PCRE2_FIRSTLINE) != 0; in pcre2_dfa_match()
H A Dpcre2_jit_compile.c3706 if (!(hascrorlf || (overall_options & PCRE2_FIRSTLINE) != 0) in mainloop_entry()
3712 if ((overall_options & PCRE2_FIRSTLINE) != 0) in mainloop_entry()
12161 if ((re->overall_options & (PCRE2_FIRSTLINE | PCRE2_USE_OFFSET_LIMIT)) != 0) in jit_compile()
12409 if ((re->overall_options & PCRE2_FIRSTLINE) == 0) in jit_compile()
H A Dpcre2_match.c6187 firstline = (re->overall_options & PCRE2_FIRSTLINE) != 0; in pcre2_match()
H A Dpcre2_compile.c700 PCRE2_FIRSTLINE|PCRE2_LITERAL|PCRE2_NO_START_OPTIMIZE| \

Completed in 85 milliseconds