Searched refs:with_escape (Results 1 – 1 of 1) sorted by relevance
/PHP-8.3/ext/pcre/pcre2lib/ |
H A D | pcre2_convert.c | 432 PCRE2_UCHAR separator, BOOL with_escape) in convert_glob_print_separator() argument 434 if (with_escape) in convert_glob_print_separator() 451 PCRE2_UCHAR separator, BOOL with_escape) in convert_glob_print_wildcard() argument 457 convert_glob_print_separator(out, separator, with_escape); in convert_glob_print_wildcard() 578 BOOL with_escape, PCRE2_UCHAR escape, BOOL no_wildsep) in convert_glob_parse_range() argument 615 if (with_escape) in convert_glob_parse_range() 658 convert_glob_print_separator(out, separator, with_escape); in convert_glob_parse_range() 801 BOOL with_escape, is_start, after_separator; in convert_glob() local 815 with_escape = strchr(pcre2_escaped_literals, separator) != NULL; in convert_glob() 964 convert_glob_print_wildcard(&out, separator, with_escape); in convert_glob() [all …]
|
Completed in 12 milliseconds