Searched refs:pcre_get_substring (Results 1 - 3 of 3) sorted by relevance

/forgerock/web-agents-v4/pcre/
H A Dpcre_get.c544 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 Dpcre.h615 PCRE_EXP_DECL int pcre_get_substring(const char *, int *, int, int,
/forgerock/web-agents-v4/source/
H A Dutility.c244 if ((substring_len = pcre_get_substring(subject, ovector, rc, i, (const char **) &rslt)) > 0) {

Completed in 55 milliseconds