Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_compile.c4399 int posix_class, taboffset, tabopt; in compile_branch() local
4417 posix_class = check_posix_name(ptr, (int)(tempptr - ptr)); in compile_branch()
4418 if (posix_class < 0) in compile_branch()
4428 if ((options & PCRE2_CASELESS) != 0 && posix_class <= 2) in compile_branch()
4429 posix_class = 0; in compile_branch()
4440 int pc = posix_class + ((local_negate)? POSIX_SUBSIZE/2 : 0); in compile_branch()
4457 else switch(posix_class) in compile_branch()
4501 posix_class *= 3; in compile_branch()
4505 memcpy(pbits, cbits + posix_class_maps[posix_class], in compile_branch()
4510 taboffset = posix_class_maps[posix_class + 1]; in compile_branch()
[all …]