Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/pcre2lib/
H A Dpcre2_compile.c3454 int posix_class; in parse_regex() local
3480 if (posix_class < 0) in parse_regex()
3518 int ptype = posix_substitutes[2*posix_class]; in parse_regex()
3540 *parsed_pattern++ = posix_class; in parse_regex()
5779 int posix_class = *(++pptr); in compile_branch() local
5790 posix_class = 0; in compile_branch()
5798 if ((options & PCRE2_UCP) != 0) switch(posix_class) in compile_branch()
5805 ((posix_class == PC_GRAPH)? PT_PXGRAPH : in compile_branch()
5842 posix_class *= 3; in compile_branch()
5851 taboffset = posix_class_maps[posix_class + 1]; in compile_branch()
[all …]

Completed in 32 milliseconds