Searched refs:PCRE2_EXTENDED (Results 1 – 3 of 3) sorted by relevance
774 PCRE2_EXTENDED|PCRE2_EXTENDED_MORE|PCRE2_MATCH_UNSET_BACKREF| \2467 PCRE2_EXTENDED|PCRE2_EXTENDED_MORE|PCRE2_MULTILINE|PCRE2_NO_AUTO_CAPTURE| \2577 if ((options & PCRE2_EXTENDED_MORE) != 0) options |= PCRE2_EXTENDED; in parse_regex()2659 ((options & (PCRE2_EXTENDED | PCRE2_ALT_VERBNAMES)) != in parse_regex()2660 (PCRE2_EXTENDED | PCRE2_ALT_VERBNAMES)) || in parse_regex()2764 if ((options & PCRE2_EXTENDED) != 0) in parse_regex()3948 PCRE2_DOTALL|PCRE2_EXTENDED|PCRE2_EXTENDED_MORE); in parse_regex()3983 *optset |= PCRE2_EXTENDED; in parse_regex()4002 if ((set & (PCRE2_EXTENDED|PCRE2_EXTENDED_MORE)) == PCRE2_EXTENDED || in parse_regex()4003 (unset & PCRE2_EXTENDED) != 0) in parse_regex()
126 #define PCRE2_EXTENDED 0x00000080u /* C */ macro
738 case 'x': coptions |= PCRE2_EXTENDED; break; in pcre_get_compiled_regex_cache_ex()
Completed in 39 milliseconds