Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_compile.c281 #define META_MINMAX_QUERY 0x803c0000u /* {n,m}? repeat */ macro
284 #define META_LAST_QUANTIFIER META_MINMAX_QUERY
928 case META_MINMAX_QUERY: in show_parsed()
5044 if (meta < META_ASTERISK || meta > META_MINMAX_QUERY) in compile_branch()
5071 if (meta < META_ASTERISK || meta > META_MINMAX_QUERY) in compile_branch()
5973 (pptr[2] < META_ASTERISK || pptr[2] > META_MINMAX_QUERY)) in compile_branch()
6387 case META_MINMAX_QUERY: in compile_branch()
6448 case META_MINMAX_QUERY: in compile_branch()
8697 case META_MINMAX_QUERY: in get_branchlength()
8867 case META_MINMAX_QUERY: in get_branchlength()
[all …]

Completed in 27 milliseconds