Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c3348 int posix_class; in parse_regex() local
3374 if (posix_class < 0) in parse_regex()
3412 int ptype = posix_substitutes[2*posix_class]; in parse_regex()
3434 *parsed_pattern++ = posix_class; in parse_regex()
5673 int posix_class = *(++pptr); in compile_branch() local
5684 posix_class = 0; in compile_branch()
5692 if ((options & PCRE2_UCP) != 0) switch(posix_class) in compile_branch()
5699 ((posix_class == PC_GRAPH)? PT_PXGRAPH : in compile_branch()
5736 posix_class *= 3; in compile_branch()
5745 taboffset = posix_class_maps[posix_class + 1]; in compile_branch()
[all …]

Completed in 34 milliseconds