Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_compile.c2298 #define PARSE_TRACKED_OPTIONS (PCRE2_CASELESS|PCRE2_DOTALL|PCRE2_DUPNAMES| \ macro
3582 top_nest->options = options & PARSE_TRACKED_OPTIONS; in parse_regex()
4149 top_nest->options = options & PARSE_TRACKED_OPTIONS; in parse_regex()
4277 options = (options & ~PARSE_TRACKED_OPTIONS) | top_nest->options; in parse_regex()