Searched defs:capture_groups (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/source/
H A Dutility.c217 * @param capture_groups: the number of capture groups specified in the regular expression
224 char *match_group(pcre *x, int capture_groups, const char *subject, size_t *len) { argument
227 int max_capture_groups = (capture_groups + 1) * 3;

Completed in 744 milliseconds