Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_convert.c318 case CHAR_ASTERISK: in convert_posix()
319 if (lastspecial != CHAR_ASTERISK) in convert_posix()
764 out->out_str[1] = CHAR_ASTERISK; in convert_glob_print_commit()
838 if (pattern < pattern_end && pattern[0] == CHAR_ASTERISK) in convert_glob()
843 pattern[1] == CHAR_ASTERISK) in convert_glob()
858 if (c == CHAR_ASTERISK) in convert_glob()
873 *pattern == CHAR_ASTERISK); in convert_glob()
911 out.out_str[1] = CHAR_ASTERISK; in convert_glob()
921 out.out_str[4] = CHAR_ASTERISK; in convert_glob()
940 *pattern == CHAR_ASTERISK); in convert_glob()
[all …]
H A Dpcre2_compile.c2469 BOOL is_group = (*ptr++ != CHAR_ASTERISK); in read_name()
3106 if (c != CHAR_ASTERISK && c != CHAR_PLUS && c != CHAR_QUESTION_MARK && in parse_regex()
3131 (ptr[0] == CHAR_QUESTION_MARK || ptr[0] == CHAR_ASTERISK); in parse_regex()
3134 if (ptr[0] == CHAR_ASTERISK) /* New alpha assertion format, possibly */ in parse_regex()
3425 case CHAR_ASTERISK: in parse_regex()
3933 if (*ptr != CHAR_ASTERISK) in parse_regex()
4597 if (*ptr == CHAR_QUESTION_MARK || *ptr == CHAR_ASTERISK) in parse_regex()
4759 case CHAR_ASTERISK: in parse_regex()
4781 ptr[1] != CHAR_ASTERISK)) in parse_regex()
10312 ptr[skipatstart+1] == CHAR_ASTERISK) in pcre2_compile()
H A Dpcre2_substitute.c565 if (next == CHAR_ASTERISK) in pcre2_substitute()
H A Dpcre2_internal.h713 #define CHAR_ASTERISK '*' macro
1010 #define CHAR_ASTERISK '\052' macro

Completed in 48 milliseconds