Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_convert.c196 if (c == CHAR_COLON && plength > 0 && in convert_posix()
212 if (c == CHAR_COLON) posix_state = POSIX_CLASS_STARTED; in convert_posix()
237 posix[1] == CHAR_COLON && in convert_posix()
240 posix[3] == CHAR_COLON && in convert_posix()
495 if (c != CHAR_COLON || pattern >= pattern_end || in convert_glob_parse_class()
510 if (*pattern == CHAR_COLON) in convert_glob_parse_class()
524 while (*class_ptr != CHAR_COLON) class_ptr++; in convert_glob_parse_class()
668 if (c == CHAR_LEFT_SQUARE_BRACKET && *pattern == CHAR_COLON) in convert_glob_parse_range()
701 else if (c == CHAR_LEFT_SQUARE_BRACKET && *pattern == CHAR_COLON) in convert_glob_parse_range()
885 out.out_str[2] = CHAR_COLON; in convert_glob()
[all …]
H A Dpcre2_substitute.c104 else if (*ptr == CHAR_COLON && !last && nestlevel == 0) goto EXIT; in find_text_end()
621 !star && ptr < repend - 2 && next == CHAR_COLON) in pcre2_substitute()
635 if (special == CHAR_PLUS && *ptr == CHAR_COLON) in pcre2_substitute()
H A Dpcre2_compile.c517 CHAR_COLON, CHAR_SEMICOLON,
3361 if (ptr < ptrend && (*ptr == CHAR_COLON || *ptr == CHAR_DOT || in parse_regex()
3365 errorcode = (*ptr-- == CHAR_COLON)? ERR12 : ERR13; in parse_regex()
3451 (*ptr == CHAR_COLON || *ptr == CHAR_DOT || in parse_regex()
3469 if (*ptr != CHAR_COLON) in parse_regex()
3808 if (ptr >= ptrend || *ptr != CHAR_COLON) in parse_regex()
3910 if (ptr >= ptrend || (*ptr != CHAR_COLON && in parse_regex()
3935 if (*ptr == CHAR_COLON && ptr + 1 < ptrend && in parse_regex()
3941 if (verbs[i].has_arg > 0 && *ptr != CHAR_COLON) in parse_regex()
3962 if (*ptr++ == CHAR_COLON) /* Skip past : or ) */ in parse_regex()
[all …]
H A Dpcre2_internal.h711 #define CHAR_COLON ':' macro
1008 #define CHAR_COLON '\072' macro

Completed in 44 milliseconds