Searched refs:pcre_get_substring (Results 1 - 3 of 3) sorted by relevance
/forgerock/web-agents-v4/pcre/ |
H A D | pcre_get.c | 544 pcre_get_substring(const char *subject, int *ovector, int stringcount, function 625 return pcre_get_substring(subject, ovector, stringcount, n, stringptr); 644 Argument: the result of a previous pcre_get_substring()
|
H A D | pcre.h | 615 PCRE_EXP_DECL int pcre_get_substring(const char *, int *, int, int,
|
/forgerock/web-agents-v4/source/ |
H A D | utility.c | 244 if ((substring_len = pcre_get_substring(subject, ovector, rc, i, (const char **) &rslt)) > 0) {
|
Completed in 55 milliseconds