MCPcopy Create free account
hub / github.com/apache/httpd / ap_rxplus_pmatch

Function ap_rxplus_pmatch

server/util_regex.c:205–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203 }
204}
205AP_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}

Callers 1

fcgi_define_providerFunction · 0.85

Calls 1

ap_rxplus_matchFunction · 0.85

Tested by

no test coverage detected