Searched refs:pcre2_regexec (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/pcre/src/ |
H A D | pcre2posix.h | 163 PCRE2POSIX_EXP_DECL int PCRE2_CALL_CONVENTION pcre2_regexec(const regex_t *, const char *, size_t, 169 #define regexec pcre2_regexec 177 #define PCRE2regexec pcre2_regexec
|
H A D | pcre2posix.c | 342 pcre2_regexec(const regex_t *preg, const char *string, size_t nmatch, in pcre2_regexec() function
|
/aosp_15_r20/external/pcre/doc/ |
H A D | pcre2.txt | 10298 int pcre2_regexec(const regex_t *preg, const char *string, 10433 pcre2_regexec() for matching, the nmatch and pmatch arguments are ig- 10486 to pcre2_regexec(), the result is undefined and your program is likely 10532 The function pcre2_regexec() is called to match a compiled pattern preg 10578 pcre2_regexec() are ignored (except possibly as input for REG_STAR- 10608 pcre2_regcomp() or pcre2_regexec() to a printable message. If preg is
|