Searched refs:captures (Results 1 – 3 of 3) sorted by relevance
473 int erroff, captures; in SRVVARNAME() local490 … } else if (0 != (pcre_fullinfo(dc->regex, dc->regex_study, PCRE_INFO_CAPTURECOUNT, &captures))) { in SRVVARNAME()494 } else if (captures > 9) { in SRVVARNAME()
1259 int erroff, captures; in yy_reduce() local1276 … } else if (0 != (pcre_fullinfo(dc->regex, dc->regex_study, PCRE_INFO_CAPTURECOUNT, &captures))) { in yy_reduce()1280 } else if (captures > 9) { in yy_reduce()
155 * Print an error if you use too many captures in a regex pattern (fixes #2059)