Searched refs:PCRE_FIRSTLINE (Results 1 – 6 of 6) sorted by relevance
157 #define PCRE_FIRSTLINE 0x00040000 /* C3 */ macro
9951 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()
1118 PCRE_NO_UTF8_CHECK|PCRE_AUTO_CALLOUT|PCRE_FIRSTLINE| \
6545 firstline = (re->options & PCRE_FIRSTLINE) != 0; in pcre_exec()
2594 14. A similar bug to 7.3/2 existed when the PCRE_FIRSTLINE option was set and4197 8. Added the PCRE_FIRSTLINE option. This constrains an unanchored pattern to
2226 PCRE_FIRSTLINE
Completed in 75 milliseconds