Searched refs:ap_rxplus_exec (Results 1 - 3 of 3) sorted by relevance
/httpd/server/ |
H A D | util_regex.c | 139 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 D | ap_regex.h | 225 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 D | mod_authnz_fcgi.c | 1218 rc = ap_rxplus_exec(cmd->pool, fcgi_backend_regex, argv[ca], NULL);
|
Completed in 20 milliseconds