Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_substitute.c602 if (special != CHAR_PLUS && special != CHAR_MINUS) in pcre2_substitute()
613 if (special == CHAR_PLUS && *ptr == CHAR_COLON) in pcre2_substitute()
H A Dpcre2_convert.c303 case CHAR_PLUS: in convert_posix()
970 out.out_str[1] = CHAR_PLUS; in convert_glob()
H A Dpcre2_internal.h697 #define CHAR_PLUS '+' macro
987 #define CHAR_PLUS '\053' macro
H A Dpcre2_compile.c1324 if (*ptr == CHAR_PLUS) in read_number()
1546 if (ptrend - p > 1 && *p == CHAR_U && p[1] == CHAR_PLUS) in PRIV()
2806 if (c != CHAR_ASTERISK && c != CHAR_PLUS && c != CHAR_QUESTION_MARK && in parse_regex()
2882 if (prev_meta_quantifier != 0 && (c == CHAR_QUESTION_MARK || c == CHAR_PLUS)) in parse_regex()
3143 case CHAR_PLUS: in parse_regex()
4086 case CHAR_PLUS: in parse_regex()

Completed in 34 milliseconds