Home
last modified time | relevance | path

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

/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_compile.c4974 int posix_class, taboffset, tabopt; in compile_branch() local
4992 posix_class = check_posix_name(ptr, (int)(tempptr - ptr)); in compile_branch()
4993 if (posix_class < 0) in compile_branch()
5003 if ((options & PCRE_CASELESS) != 0 && posix_class <= 2) in compile_branch()
5004 posix_class = 0; in compile_branch()
5015 int pc = posix_class + ((local_negate)? POSIX_SUBSIZE/2 : 0); in compile_branch()
5030 else switch(posix_class) in compile_branch()
5077 posix_class *= 3; in compile_branch()
5081 memcpy(pbits, cbits + posix_class_maps[posix_class], in compile_branch()
5086 taboffset = posix_class_maps[posix_class + 1]; in compile_branch()
[all …]

Completed in 22 milliseconds