Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_compile.c290 #define META_MINMAX_QUERY 0x803f0000u /* {n,m}? repeat */ macro
293 #define META_LAST_QUANTIFIER META_MINMAX_QUERY
1007 case META_MINMAX_QUERY: in show_parsed()
5773 if (meta < META_ASTERISK || meta > META_MINMAX_QUERY) in compile_branch()
5800 if (meta < META_ASTERISK || meta > META_MINMAX_QUERY) in compile_branch()
6770 (pptr[2] < META_ASTERISK || pptr[2] > META_MINMAX_QUERY)) in compile_branch()
7183 case META_MINMAX_QUERY: in compile_branch()
7240 case META_MINMAX_QUERY: in compile_branch()
9595 case META_MINMAX_QUERY: in get_branchlength()
9784 case META_MINMAX_QUERY: in get_branchlength()
[all …]

Completed in 29 milliseconds