Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_compile.c4904 int posix_class, taboffset, tabopt; in compile_branch() local
4922 posix_class = check_posix_name(ptr, (int)(tempptr - ptr)); in compile_branch()
4923 if (posix_class < 0) in compile_branch()
4933 if ((options & PCRE_CASELESS) != 0 && posix_class <= 2) in compile_branch()
4934 posix_class = 0; in compile_branch()
4945 int pc = posix_class + ((local_negate)? POSIX_SUBSIZE/2 : 0); in compile_branch()
4960 else switch(posix_class) in compile_branch()
4991 posix_class *= 3; in compile_branch()
4995 memcpy(pbits, cbits + posix_class_maps[posix_class], in compile_branch()
5000 taboffset = posix_class_maps[posix_class + 1]; in compile_branch()
[all …]