Home
last modified time | relevance | path

Searched refs:PCRE_FIRSTLINE (Results 1 – 6 of 6) sorted by relevance

/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre.h157 #define PCRE_FIRSTLINE 0x00040000 /* C3 */ macro
H A Dpcre_jit_compile.c9951 if ((re->options & PCRE_FIRSTLINE) != 0) in PRIV()
10050 …l = mainloop_entry(common, (re->flags & PCRE_HASCRORLF) != 0, (re->options & PCRE_FIRSTLINE) != 0); in PRIV()
10055 …if (mode == JIT_COMPILE && fast_forward_first_n_chars(common, (re->options & PCRE_FIRSTLINE) != 0)) in PRIV()
10058 …e_uchar)re->first_char, (re->flags & PCRE_FCH_CASELESS) != 0, (re->options & PCRE_FIRSTLINE) != 0); in PRIV()
10060 fast_forward_newline(common, (re->options & PCRE_FIRSTLINE) != 0); in PRIV()
10062 fast_forward_start_bits(common, study->start_bits, (re->options & PCRE_FIRSTLINE) != 0); in PRIV()
10167 if ((re->options & PCRE_ANCHORED) == 0 && (re->options & PCRE_FIRSTLINE) != 0) in PRIV()
10179 if ((re->options & PCRE_FIRSTLINE) == 0) in PRIV()
10185 if ((re->options & PCRE_FIRSTLINE) == 0) in PRIV()
H A Dpcre_internal.h1118 PCRE_NO_UTF8_CHECK|PCRE_AUTO_CALLOUT|PCRE_FIRSTLINE| \
H A Dpcre_exec.c6545 firstline = (re->options & PCRE_FIRSTLINE) != 0; in pcre_exec()
H A DChangeLog2594 14. A similar bug to 7.3/2 existed when the PCRE_FIRSTLINE option was set and
4197 8. Added the PCRE_FIRSTLINE option. This constrains an unanchored pattern to
/PHP-7.1/ext/pcre/pcrelib/doc/
H A Dpcre.txt2226 PCRE_FIRSTLINE

Completed in 97 milliseconds