Searched defs:pattern_end (Results 1 – 5 of 5) sorted by relevance
/PHP-7.3/ext/mbstring/oniguruma/src/ |
H A D | regext.c | 165 onig_new_deluxe(regex_t** reg, const UChar* pattern, const UChar* pattern_end, in onig_new_deluxe()
|
H A D | regcomp.c | 6612 onig_ext_set_pattern(regex_t* reg, const UChar* pattern, const UChar* pattern_end) in onig_ext_set_pattern() 6666 onig_compile(regex_t* reg, const UChar* pattern, const UChar* pattern_end, in onig_compile() 6942 const UChar* pattern, const UChar* pattern_end, in onig_new_without_alloc() 6956 onig_new(regex_t** reg, const UChar* pattern, const UChar* pattern_end, in onig_new()
|
H A D | regparse.h | 401 UChar* pattern_end; member
|
H A D | regint.h | 831 const UChar* pattern_end; member
|
/PHP-7.3/ext/pcre/pcre2lib/ |
H A D | pcre2_convert.c | 476 convert_glob_parse_class(PCRE2_SPTR *from, PCRE2_SPTR pattern_end, in convert_glob_parse_class() 577 convert_glob_parse_range(PCRE2_SPTR *from, PCRE2_SPTR pattern_end, in convert_glob_parse_range() 793 PCRE2_SPTR pattern_end = pattern + plength; in convert_glob() local
|
Completed in 52 milliseconds