Searched refs:PCRE_ANCHORED (Results 1 – 8 of 8) sorted by relevance
112 #define PCRE_ANCHORED 0x00000010 /* Compile, exec, DFA exec */ macro
877 (PCRE_CASELESS|PCRE_EXTENDED|PCRE_ANCHORED|PCRE_MULTILINE| \884 (PCRE_ANCHORED|PCRE_NOTBOL|PCRE_NOTEOL|PCRE_NOTEMPTY|PCRE_NOTEMPTY_ATSTART| \889 (PCRE_ANCHORED|PCRE_NOTBOL|PCRE_NOTEOL|PCRE_NOTEMPTY|PCRE_NOTEMPTY_ATSTART| \
1362 if ((re->options & PCRE_ANCHORED) == 0 && in pcre_study()
3221 anchored = (options & (PCRE_ANCHORED|PCRE_DFA_RESTART)) != 0 || in pcre_dfa_exec()3222 (re->options & PCRE_ANCHORED) != 0; in pcre_dfa_exec()
8078 if ((re->options & PCRE_ANCHORED) == 0) in pcre_compile2()8081 re->options |= PCRE_ANCHORED; in pcre_compile2()8128 ((re->options & PCRE_ANCHORED) == 0 || (reqchar & REQ_VARY) != 0)) in pcre_compile2()
7009 if ((re->options & PCRE_ANCHORED) == 0) in PRIV()7095 if ((re->options & PCRE_ANCHORED) == 0) in PRIV()
6515 anchored = ((re->options | options) & PCRE_ANCHORED) != 0; in pcre_exec()
55 #define PCRE_ANCHORED 0 macro547 options |= PCRE_ANCHORED; in TryMatch()