Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2posix.h148 PCRE2POSIX_EXP_DECL int pcre2_regexec(const regex_t *, const char *, size_t,
154 #define regexec pcre2_regexec
162 #define PCRE2regexec pcre2_regexec
Dpcre2posix.c219 return pcre2_regexec(preg, string, nmatch, pmatch, eflags); in regexec()
349 pcre2_regexec(const regex_t *preg, const char *string, size_t nmatch, in pcre2_regexec() function
/external/pcre/dist2/doc/
Dpcre2.txt9867 int pcre2_regexec(const regex_t *preg, const char *string,
9982 pcre2_regexec() for matching, the nmatch and pmatch arguments are ig-
10035 to pcre2_regexec(), the result is undefined and your program is likely
10081 The function pcre2_regexec() is called to match a compiled pattern preg
10127 pcre2_regexec() are ignored (except possibly as input for REG_STAR-
10152 pcre2_regcomp() or pcre2_regexec() to a printable message. If preg is