Searched refs:pcre2_regexec (Results 1 – 3 of 3) sorted by relevance
| /external/pcre/dist2/src/ |
| D | pcre2posix.h | 148 PCRE2POSIX_EXP_DECL int pcre2_regexec(const regex_t *, const char *, size_t, 154 #define regexec pcre2_regexec 162 #define PCRE2regexec pcre2_regexec
|
| D | pcre2posix.c | 219 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/ |
| D | pcre2.txt | 9867 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
|