Home
last modified time | relevance | path

Searched refs:captures (Results 1 – 3 of 3) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dconfigparser.y473 int erroff, captures; in SRVVARNAME() local
490 … } else if (0 != (pcre_fullinfo(dc->regex, dc->regex_study, PCRE_INFO_CAPTURECOUNT, &captures))) { in SRVVARNAME()
494 } else if (captures > 9) { in SRVVARNAME()
H A Dconfigparser.c1259 int erroff, captures; in yy_reduce() local
1276 … } 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()
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A DNEWS155 * Print an error if you use too many captures in a regex pattern (fixes #2059)