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

Function expr_func_fn

modules/ssl/ssl_engine_vars.c:93–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93static const char *expr_func_fn(ap_expr_eval_ctx_t *ctx, const void *data,
94 const char *arg)
95{
96 char *var = (char *)arg;
97
98 return var ? ssl_var_lookup(ctx->p, ctx->s, ctx->c, ctx->r, var) : NULL;
99}
100
101static int ssl_expr_lookup(ap_expr_lookup_parms *parms)
102{

Callers

nothing calls this directly

Calls 1

ssl_var_lookupFunction · 0.70

Tested by

no test coverage detected