Home
last modified time | relevance | path

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

/external/pcre/src/
Dpcre2posix.h161 PCRE2POSIX_EXP_DECL int PCRE2_CALL_CONVENTION pcre2_regcomp(regex_t *, const char *, int);
167 #define regcomp pcre2_regcomp
175 #define PCRE2regcomp pcre2_regcomp
Dpcre2posix.c210 return pcre2_regcomp(preg, pattern, cflags);
282 pcre2_regcomp(regex_t *preg, const char *pattern, int cflags) in pcre2_regcomp() function
/external/pcre/
DNEWS153 2. The POSIX functions are now all called pcre2_regcomp() etc., with wrapper
DChangeLog388 pcre2_regcomp() etc. (see change 10.33 #4 below), functions with the original
823 4. The POSIX functions are now all called pcre2_regcomp() etc., with wrapper
/external/pcre/doc/
Dpcre2.txt9969 int pcre2_regcomp(regex_t *preg, const char *pattern,
9993 vert the standard POSIX names such regcomp() into pcre2_regcomp() etc.
10051 The function pcre2_regcomp() is called to compile a pattern into an in-
10101 the end of the pattern before calling pcre2_regcomp(). The pattern it-
10136 The yield of pcre2_regcomp() is zero on success, and non-zero other-
10142 NOTE: If the yield of pcre2_regcomp() is non-zero, you must not attempt
10183 pcre2_regcomp() function causes PCRE2_MULTILINE to be passed to
10261 pcre2_regcomp() or pcre2_regexec() to a printable message. If preg is