Home
last modified time | relevance | path

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

/PHP-7.4/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
996 case META_MINMAX_QUERY: in show_parsed()
5416 if (meta < META_ASTERISK || meta > META_MINMAX_QUERY) in compile_branch()
5443 if (meta < META_ASTERISK || meta > META_MINMAX_QUERY) in compile_branch()
6394 (pptr[2] < META_ASTERISK || pptr[2] > META_MINMAX_QUERY)) in compile_branch()
6805 case META_MINMAX_QUERY: in compile_branch()
6862 case META_MINMAX_QUERY: in compile_branch()
9153 case META_MINMAX_QUERY: in get_branchlength()
9333 case META_MINMAX_QUERY: in get_branchlength()
[all …]

Completed in 28 milliseconds