Home
last modified time | relevance | path

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

/external/pcre/src/
Dpcre2posix.h162 PCRE2POSIX_EXP_DECL int PCRE2_CALL_CONVENTION pcre2_regexec(const regex_t *, const char *, size_t,
168 #define regexec pcre2_regexec
176 #define PCRE2regexec pcre2_regexec
Dpcre2posix.c220 return pcre2_regexec(preg, string, nmatch, pmatch, eflags);
352 pcre2_regexec(const regex_t *preg, const char *string, size_t nmatch, in pcre2_regexec() function
/external/pcre/doc/
Dpcre2.txt9972 int pcre2_regexec(const regex_t *preg, const char *string,
10091 pcre2_regexec() for matching, the nmatch and pmatch arguments are ig-
10144 to pcre2_regexec(), the result is undefined and your program is likely
10190 The function pcre2_regexec() is called to match a compiled pattern preg
10236 pcre2_regexec() are ignored (except possibly as input for REG_STAR-
10261 pcre2_regcomp() or pcre2_regexec() to a printable message. If preg is