Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_compile.c279 #define META_ASTERISK 0x80340000u /* * */ macro
292 #define META_FIRST_QUANTIFIER META_ASTERISK
1030 case META_ASTERISK: fprintf(stderr, "META *"); break; in show_parsed()
3426 meta_quantifier = META_ASTERISK; in parse_regex()
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()
7189 case META_ASTERISK: in compile_branch()
9581 case META_ASTERISK: in get_branchlength()
10009 case META_ASTERISK: in check_lookbehinds()

Completed in 30 milliseconds