Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_convert.c319 case CHAR_ASTERISK: in convert_posix()
320 if (lastspecial != CHAR_ASTERISK) in convert_posix()
757 out->out_str[1] = CHAR_ASTERISK; in convert_glob_print_commit()
831 if (pattern < pattern_end && pattern[0] == CHAR_ASTERISK) in convert_glob()
836 pattern[1] == CHAR_ASTERISK) in convert_glob()
851 if (c == CHAR_ASTERISK) in convert_glob()
866 *pattern == CHAR_ASTERISK); in convert_glob()
904 out.out_str[1] = CHAR_ASTERISK; in convert_glob()
914 out.out_str[4] = CHAR_ASTERISK; in convert_glob()
933 *pattern == CHAR_ASTERISK); in convert_glob()
[all …]
H A Dpcre2_compile.c2278 BOOL is_group = (*ptr != CHAR_ASTERISK); in read_name()
2806 if (c != CHAR_ASTERISK && c != CHAR_PLUS && c != CHAR_QUESTION_MARK && in parse_regex()
2828 (ptr[0] == CHAR_QUESTION_MARK || ptr[0] == CHAR_ASTERISK); in parse_regex()
2831 if (ptr[0] == CHAR_ASTERISK) /* New alpha assertion format, possibly */ in parse_regex()
3139 case CHAR_ASTERISK: in parse_regex()
3665 if (*ptr != CHAR_ASTERISK) in parse_regex()
4278 if (*ptr == CHAR_QUESTION_MARK || *ptr == CHAR_ASTERISK) in parse_regex()
4439 case CHAR_ASTERISK: in parse_regex()
4461 ptr[1] != CHAR_ASTERISK)) in parse_regex()
9821 ptr[skipatstart+1] == CHAR_ASTERISK) in pcre2_compile()
H A Dpcre2_internal.h696 #define CHAR_ASTERISK '*' macro
986 #define CHAR_ASTERISK '\052' macro
H A Dpcre2_substitute.c543 if (next == CHAR_ASTERISK) in pcre2_substitute()

Completed in 60 milliseconds