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

Function ap_expr_lookup_default

server/util_expr_eval.c:374–377  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

372}
373
374AP_DECLARE_NONSTD(int) ap_expr_lookup_default(ap_expr_lookup_parms *parms)
375{
376 return ap_run_expr_lookup(parms);
377}
378
379AP_DECLARE(const char *) ap_expr_parse(apr_pool_t *pool, apr_pool_t *ptemp,
380 ap_expr_info_t *info, const char *expr,

Callers 2

expr_lookup_fnFunction · 0.85
ap_expr.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected