Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_compile.c2747 #define PARSE_TRACKED_EXTRA_OPTIONS (PCRE2_EXTRA_CASELESS_RESTRICT| \ macro
4053 top_nest->xoptions = xoptions & PARSE_TRACKED_EXTRA_OPTIONS; in parse_regex()
4186 top_nest->xoptions = xoptions & PARSE_TRACKED_EXTRA_OPTIONS; in parse_regex()
4819 top_nest->xoptions = xoptions & PARSE_TRACKED_EXTRA_OPTIONS; in parse_regex()
4953 xoptions = (xoptions & ~PARSE_TRACKED_EXTRA_OPTIONS) | top_nest->xoptions; in parse_regex()

Completed in 24 milliseconds