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

Function md5_func

server/util_expr_eval.c:1097–1101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1095}
1096
1097static const char *md5_func(ap_expr_eval_ctx_t *ctx, const void *data,
1098 const char *arg)
1099{
1100 return ap_md5(ctx->p, (const unsigned char *)arg);
1101}
1102
1103#if APR_VERSION_AT_LEAST(1,6,0)
1104static const char *ldap_func(ap_expr_eval_ctx_t *ctx, const void *data,

Callers

nothing calls this directly

Calls 1

ap_md5Function · 0.85

Tested by

no test coverage detected