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

Function ap_expr_str_exec

server/util_expr_eval.c:969–974  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

967}
968
969AP_DECLARE(const char *) ap_expr_str_exec(request_rec *r,
970 const ap_expr_info_t *info,
971 const char **err)
972{
973 return ap_expr_str_exec_re(r, info, 0, NULL, NULL, err);
974}
975
976
977static void add_vary(ap_expr_eval_ctx_t *ctx, const char *name)

Callers 15

authenticate_form_authnFunction · 0.85
fcgi_check_authnFunction · 0.85
authenticate_basic_fakeFunction · 0.85
authn_ap_auth_typeFunction · 0.85
authn_ap_auth_nameFunction · 0.85

Calls 1

ap_expr_str_exec_reFunction · 0.85

Tested by

no test coverage detected