Searched refs:ap_expr_exec_re (Results 1 - 4 of 4) sorted by relevance

/httpd/include/
H A Dap_expr.h95 * available to ap_expr_exec_re and to use ap_expr_exec_re's matches
100 AP_DECLARE(int) ap_expr_exec_re(request_rec *r, const ap_expr_info_t *expr,
173 * available to ap_expr_exec_re and to use ap_expr_exec_re's matches
/httpd/modules/metadata/
H A Dmod_setenvif.c591 (b->expr && ap_expr_exec_re(r, b->expr, AP_MAX_REG_MATCH, regm, &val, &err) > 0))
/httpd/server/
H A Dutil_expr_eval.c854 return ap_expr_exec_re(r, info, 0, NULL, NULL, err);
911 AP_DECLARE(int) ap_expr_exec_re(request_rec *r, const ap_expr_info_t *info, function
/httpd/modules/mappers/
H A Dmod_rewrite.c3956 rc = ap_expr_exec_re(r, p->expr, AP_MAX_REG_MATCH, regmatch,

Completed in 31 milliseconds