| 203 | } |
| 204 | } |
| 205 | AP_DECLARE(char*) ap_rxplus_pmatch(apr_pool_t *pool, ap_rxplus_t *rx, int n) |
| 206 | { |
| 207 | int len; |
| 208 | const char *match; |
| 209 | ap_rxplus_match(rx, n, &len, &match); |
| 210 | return apr_pstrndup(pool, match, len); |
| 211 | } |
no test coverage detected