Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c240 #define META_POSIX 0x801c0000u /* POSIX class item */ macro
1047 case META_POSIX: fprintf(stderr, "META_POSIX %d", *pptr++); break; in show_parsed()
3433 *parsed_pattern++ = posix_negate? META_POSIX_NEG : META_POSIX; in parse_regex()
5670 if (meta == META_POSIX || meta == META_POSIX_NEG) in compile_branch()
9581 case META_POSIX: in check_lookbehinds()

Completed in 35 milliseconds