Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_convert.c197 if (c == CHAR_COLON && plength > 0 && in convert_posix()
213 if (c == CHAR_COLON) posix_state = POSIX_CLASS_STARTED; in convert_posix()
238 posix[1] == CHAR_COLON && in convert_posix()
241 posix[3] == CHAR_COLON && in convert_posix()
496 if (c != CHAR_COLON || pattern >= pattern_end || in convert_glob_parse_class()
511 if (*pattern == CHAR_COLON) in convert_glob_parse_class()
525 while (*class_ptr != CHAR_COLON) class_ptr++; in convert_glob_parse_class()
669 if (c == CHAR_LEFT_SQUARE_BRACKET && *pattern == CHAR_COLON) in convert_glob_parse_range()
702 else if (c == CHAR_LEFT_SQUARE_BRACKET && *pattern == CHAR_COLON) in convert_glob_parse_range()
886 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()
599 !star && ptr < repend - 2 && next == CHAR_COLON) in pcre2_substitute()
613 if (special == CHAR_PLUS && *ptr == CHAR_COLON) in pcre2_substitute()
H A Dpcre2_compile.c515 CHAR_COLON, CHAR_SEMICOLON,
3253 if (ptr < ptrend && (*ptr == CHAR_COLON || *ptr == CHAR_DOT || in parse_regex()
3257 errorcode = (*ptr-- == CHAR_COLON)? ERR12 : ERR13; in parse_regex()
3343 (*ptr == CHAR_COLON || *ptr == CHAR_DOT || in parse_regex()
3361 if (*ptr != CHAR_COLON) in parse_regex()
3700 if (ptr >= ptrend || *ptr != CHAR_COLON) in parse_regex()
3802 if (ptr >= ptrend || (*ptr != CHAR_COLON && in parse_regex()
3827 if (*ptr == CHAR_COLON && ptr + 1 < ptrend && in parse_regex()
3833 if (verbs[i].has_arg > 0 && *ptr != CHAR_COLON) in parse_regex()
3854 if (*ptr++ == CHAR_COLON) /* Skip past : or ) */ in parse_regex()
[all …]
H A Dpcre2_internal.h712 #define CHAR_COLON ':' macro
1002 #define CHAR_COLON '\072' macro

Completed in 72 milliseconds