Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_convert.c432 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()
586 BOOL with_escape, PCRE2_UCHAR escape, BOOL no_wildsep) in convert_glob_parse_range() argument
623 if (with_escape) in convert_glob_parse_range()
666 convert_glob_print_separator(out, separator, with_escape); in convert_glob_parse_range()
809 BOOL with_escape, is_start, after_separator; in convert_glob() local
823 with_escape = strchr(pcre2_escaped_literals, separator) != NULL; in convert_glob()
972 convert_glob_print_wildcard(&out, separator, with_escape); in convert_glob()
[all …]

Completed in 7 milliseconds