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

/httpd/server/
H A Dutil_regex.c139 AP_DECLARE(int) ap_rxplus_exec(apr_pool_t *pool, ap_rxplus_t *rx, function
165 ret += ap_rxplus_exec(pool, rx, remainder, &subs);
189 * it hasn't gone out-of-scope since the last ap_rxplus_exec
/httpd/include/
H A Dap_regex.h225 AP_DECLARE(int) ap_rxplus_exec(apr_pool_t *pool, ap_rxplus_t *rx,
241 * ap_rxplus_exec still being valid (i.e. not freed or out-of-scope)
252 * ap_rxplus_exec still being valid (i.e. not freed or out-of-scope)
/httpd/modules/aaa/
H A Dmod_authnz_fcgi.c1218 rc = ap_rxplus_exec(cmd->pool, fcgi_backend_regex, argv[ca], NULL);

Completed in 20 milliseconds