Searched refs:PCRE_FIRSTLINE (Results 1 – 5 of 5) sorted by relevance
131 #define PCRE_FIRSTLINE 0x00040000 /* Compile, used in exec, DFA exec */ macro
879 PCRE_NO_AUTO_CAPTURE|PCRE_NO_UTF8_CHECK|PCRE_AUTO_CALLOUT|PCRE_FIRSTLINE| \
6958 if ((re->options & PCRE_FIRSTLINE) != 0) in PRIV()7011 …p = mainloop_entry(common, (re->flags & PCRE_HASCRORLF) != 0, (re->options & PCRE_FIRSTLINE) != 0); in PRIV()7016 …e_uchar)re->first_char, (re->flags & PCRE_FCH_CASELESS) != 0, (re->options & PCRE_FIRSTLINE) != 0); in PRIV()7018 fast_forward_newline(common, (re->options & PCRE_FIRSTLINE) != 0); in PRIV()7020 … fast_forward_start_bits(common, (sljit_uw)study->start_bits, (re->options & PCRE_FIRSTLINE) != 0); in PRIV()7097 if ((re->options & PCRE_FIRSTLINE) == 0) in PRIV()
3320 firstline = (re->options & PCRE_FIRSTLINE) != 0; in pcre_dfa_exec()
6517 firstline = (re->options & PCRE_FIRSTLINE) != 0; in pcre_exec()