Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_convert.c86 static const char *pcre2_escaped_literals = variable
339 if (c < 128 && strchr(pcre2_escaped_literals, c) != NULL) in convert_posix()
823 with_escape = strchr(pcre2_escaped_literals, separator) != NULL; in convert_glob()
1009 if (c < 128 && strchr(pcre2_escaped_literals, c) != NULL) in convert_glob()

Completed in 10 milliseconds