Home
last modified time | relevance | path

Searched refs:moptions (Results 1 – 2 of 2) sorted by relevance

/external/pcre/dist/
Dpcre_dfa_exec.c543 if (rlevel == 1 && (md->moptions & PCRE_DFA_RESTART) != 0) in internal_dfa_exec()
786 ((md->moptions & PCRE_NOTEMPTY) == 0 && in internal_dfa_exec()
787 ((md->moptions & PCRE_NOTEMPTY_ATSTART) == 0 || in internal_dfa_exec()
802 if ((md->moptions & PCRE_DFA_SHORTEST) != 0) in internal_dfa_exec()
864 if (ptr == start_subject && (md->moptions & PCRE_NOTBOL) == 0) in internal_dfa_exec()
870 if ((ptr == start_subject && (md->moptions & PCRE_NOTBOL) == 0) || in internal_dfa_exec()
879 if ((md->moptions & PCRE_PARTIAL_HARD) != 0) in internal_dfa_exec()
907 (md->moptions & (PCRE_PARTIAL_HARD)) != 0 && in internal_dfa_exec()
929 if (clen == 0 && (md->moptions & PCRE_PARTIAL_HARD) != 0) in internal_dfa_exec()
937 if ((md->moptions & PCRE_NOTEOL) == 0) in internal_dfa_exec()
[all …]
Dpcre_internal.h2575 int moptions; /* Match options */ member