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

Function ap_expr_eval_var

server/util_expr_eval.c:184–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182}
183
184static const char *ap_expr_eval_var(ap_expr_eval_ctx_t *ctx,
185 ap_expr_var_func_t *func,
186 const void *data)
187{
188 AP_DEBUG_ASSERT(func != NULL);
189 AP_DEBUG_ASSERT(data != NULL);
190 return (*func)(ctx, data);
191}
192
193static const char *ap_expr_eval_re_backref(ap_expr_eval_ctx_t *ctx, unsigned int n)
194{

Callers 1

ap_expr_eval_wordFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected