Searched refs:ap_rxplus_pmatch (Results 1 - 3 of 3) sorted by relevance

/httpd/include/
H A Dap_regex.h258 AP_DECLARE(char*) ap_rxplus_pmatch(apr_pool_t *pool, ap_rxplus_t *rx, int n);
/httpd/server/
H A Dutil_regex.c203 AP_DECLARE(char*) ap_rxplus_pmatch(apr_pool_t *pool, ap_rxplus_t *rx, int n) function
/httpd/modules/aaa/
H A Dmod_authnz_fcgi.c1227 host = ap_rxplus_pmatch(cmd->pool, fcgi_backend_regex, 1);
1233 port = atoi(ap_rxplus_pmatch(cmd->pool, fcgi_backend_regex, 2));

Completed in 374 milliseconds