Home
last modified time | relevance | path

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

/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_compile.c4958 int posix_class, taboffset, tabopt; in compile_branch() local
4976 posix_class = check_posix_name(ptr, (int)(tempptr - ptr)); in compile_branch()
4977 if (posix_class < 0) in compile_branch()
4987 if ((options & PCRE_CASELESS) != 0 && posix_class <= 2) in compile_branch()
4988 posix_class = 0; in compile_branch()
4999 int pc = posix_class + ((local_negate)? POSIX_SUBSIZE/2 : 0); in compile_branch()
5014 else switch(posix_class) in compile_branch()
5045 posix_class *= 3; in compile_branch()
5049 memcpy(pbits, cbits + posix_class_maps[posix_class], in compile_branch()
5054 taboffset = posix_class_maps[posix_class + 1]; in compile_branch()
[all …]

Completed in 24 milliseconds