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

Function ap_expr_exec

server/util_expr_eval.c:821–825  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

819}
820
821AP_DECLARE(int) ap_expr_exec(request_rec *r, const ap_expr_info_t *info,
822 const char **err)
823{
824 return ap_expr_exec_re(r, info, 0, NULL, NULL, err);
825}
826
827AP_DECLARE(int) ap_expr_exec_ctx(ap_expr_eval_ctx_t *ctx)
828{

Callers 10

expr_check_authorizationFunction · 0.85
hc_check_httpFunction · 0.85
do_headers_fixupFunction · 0.85
ssl_hook_AccessFunction · 0.85
filter_lookupFunction · 0.85
fixup_rulesFunction · 0.85
lua_ap_exprFunction · 0.85
do_debug_logFunction · 0.85
config_log_transactionFunction · 0.85
ap_if_walk_subFunction · 0.85

Calls 1

ap_expr_exec_reFunction · 0.85

Tested by

no test coverage detected