Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_convert.c433 PCRE2_UCHAR separator, BOOL with_escape) in convert_glob_print_separator() argument
435 if (with_escape) in convert_glob_print_separator()
452 PCRE2_UCHAR separator, BOOL with_escape) in convert_glob_print_wildcard() argument
458 convert_glob_print_separator(out, separator, with_escape); in convert_glob_print_wildcard()
579 BOOL with_escape, PCRE2_UCHAR escape, BOOL no_wildsep) in convert_glob_parse_range() argument
616 if (with_escape) in convert_glob_parse_range()
659 convert_glob_print_separator(out, separator, with_escape); in convert_glob_parse_range()
802 BOOL with_escape, is_start, after_separator; in convert_glob() local
816 with_escape = strchr(pcre2_escaped_literals, separator) != NULL; in convert_glob()
892 convert_glob_print_separator(&out, separator, with_escape); in convert_glob()
[all …]