Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_convert.c318 case CHAR_ASTERISK: in convert_posix()
319 if (lastspecial != CHAR_ASTERISK) in convert_posix()
756 out->out_str[1] = CHAR_ASTERISK; in convert_glob_print_commit()
830 if (pattern < pattern_end && pattern[0] == CHAR_ASTERISK) in convert_glob()
835 pattern[1] == CHAR_ASTERISK) in convert_glob()
850 if (c == CHAR_ASTERISK) in convert_glob()
865 *pattern == CHAR_ASTERISK); in convert_glob()
903 out.out_str[1] = CHAR_ASTERISK; in convert_glob()
913 out.out_str[4] = CHAR_ASTERISK; in convert_glob()
932 *pattern == CHAR_ASTERISK); in convert_glob()
[all …]
H A Dpcre2_compile.c2386 BOOL is_group = (*ptr != CHAR_ASTERISK); in read_name()
2914 if (c != CHAR_ASTERISK && c != CHAR_PLUS && c != CHAR_QUESTION_MARK && in parse_regex()
2936 (ptr[0] == CHAR_QUESTION_MARK || ptr[0] == CHAR_ASTERISK); in parse_regex()
2939 if (ptr[0] == CHAR_ASTERISK) /* New alpha assertion format, possibly */ in parse_regex()
3247 case CHAR_ASTERISK: in parse_regex()
3773 if (*ptr != CHAR_ASTERISK) in parse_regex()
4386 if (*ptr == CHAR_QUESTION_MARK || *ptr == CHAR_ASTERISK) in parse_regex()
4548 case CHAR_ASTERISK: in parse_regex()
4570 ptr[1] != CHAR_ASTERISK)) in parse_regex()
9947 ptr[skipatstart+1] == CHAR_ASTERISK) in pcre2_compile()
H A Dpcre2_substitute.c565 if (next == CHAR_ASTERISK) in pcre2_substitute()
H A Dpcre2_internal.h695 #define CHAR_ASTERISK '*' macro
992 #define CHAR_ASTERISK '\052' macro

Completed in 47 milliseconds