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.c2746 #define PARSE_TRACKED_EXTRA_OPTIONS (PCRE2_EXTRA_CASELESS_RESTRICT| \ macro
4052 top_nest->xoptions = xoptions & PARSE_TRACKED_EXTRA_OPTIONS; in parse_regex()
4185 top_nest->xoptions = xoptions & PARSE_TRACKED_EXTRA_OPTIONS; in parse_regex()
4818 top_nest->xoptions = xoptions & PARSE_TRACKED_EXTRA_OPTIONS; in parse_regex()
4952 xoptions = (xoptions & ~PARSE_TRACKED_EXTRA_OPTIONS) | top_nest->xoptions; in parse_regex()

Completed in 30 milliseconds