Home
last modified time | relevance | path

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

/third_party/glib/glib/pcre/
Dpcre.h131 #define PCRE_FIRSTLINE 0x00040000 /* Compile, used in exec, DFA exec */ macro
Dpcre_internal.h879 PCRE_NO_AUTO_CAPTURE|PCRE_NO_UTF8_CHECK|PCRE_AUTO_CALLOUT|PCRE_FIRSTLINE| \
Dpcre_jit_compile.c6958 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()
Dpcre_dfa_exec.c3320 firstline = (re->options & PCRE_FIRSTLINE) != 0; in pcre_dfa_exec()
Dpcre_exec.c6517 firstline = (re->options & PCRE_FIRSTLINE) != 0; in pcre_exec()