Home
last modified time | relevance | path

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

/PHP-7.3/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.c103 else if (*ptr == CHAR_COLON && !last && nestlevel == 0) goto EXIT; in find_text_end()
530 !star && ptr < repend - 2 && next == CHAR_COLON) in pcre2_substitute()
544 if (special == CHAR_PLUS && *ptr == CHAR_COLON) in pcre2_substitute()
H A Dpcre2_compile.c496 CHAR_COLON, CHAR_SEMICOLON,
3045 if (ptr < ptrend && (*ptr == CHAR_COLON || *ptr == CHAR_DOT || in parse_regex()
3049 errorcode = (*ptr-- == CHAR_COLON)? ERR12 : ERR13; in parse_regex()
3135 (*ptr == CHAR_COLON || *ptr == CHAR_DOT || in parse_regex()
3153 if (*ptr != CHAR_COLON) in parse_regex()
3474 if (ptr >= ptrend || (*ptr != CHAR_COLON && in parse_regex()
3499 if (*ptr == CHAR_COLON && ptr + 1 < ptrend && in parse_regex()
3505 if (verbs[i].has_arg > 0 && *ptr != CHAR_COLON) in parse_regex()
3520 if (*ptr++ == CHAR_COLON) /* Skip past : or ) */ in parse_regex()
3620 *ptr != CHAR_COLON) in parse_regex()
H A Dpcre2_internal.h704 #define CHAR_COLON ':' macro
976 #define CHAR_COLON '\072' macro

Completed in 36 milliseconds