Searched refs:posix_class (Results 1 – 1 of 1) sorted by relevance
3140 int posix_class; in parse_regex() local3165 posix_class = check_posix_name(ptr, (int)(tempptr - ptr)); in parse_regex()3166 if (posix_class < 0) in parse_regex()3204 int ptype = posix_substitutes[2*posix_class]; in parse_regex()3205 int pvalue = posix_substitutes[2*posix_class + 1]; in parse_regex()3226 *parsed_pattern++ = posix_class; in parse_regex()5263 int posix_class = *(++pptr); in compile_branch() local5273 if ((options & PCRE2_CASELESS) != 0 && posix_class <= 2) in compile_branch()5274 posix_class = 0; in compile_branch()5282 if ((options & PCRE2_UCP) != 0) switch(posix_class) in compile_branch()[all …]