Home
last modified time | relevance | path

Searched refs:PCRE2_DUPNAMES (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/pcre/pcre2lib/
H A Dpcre2.h125 #define PCRE2_DUPNAMES 0x00000040u /* C */ macro
H A Dpcre2_compile.c777 PCRE2_ALT_VERBNAMES|PCRE2_DOLLAR_ENDONLY|PCRE2_DOTALL|PCRE2_DUPNAMES| \
2743 #define PARSE_TRACKED_OPTIONS (PCRE2_CASELESS|PCRE2_DOTALL|PCRE2_DUPNAMES| \
4286 *optset |= PCRE2_DUPNAMES; in parse_regex()
4877 if ((options & PCRE2_DUPNAMES) == 0) in parse_regex()
/php-src/ext/pcre/
H A Dphp_pcre.c725 case 'J': coptions |= PCRE2_DUPNAMES; break; in pcre_get_compiled_regex_cache_ex()

Completed in 70 milliseconds