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

Function unbase64_func

server/util_expr_eval.c:1073–1077  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1071}
1072
1073static const char *unbase64_func(ap_expr_eval_ctx_t *ctx, const void *data,
1074 const char *arg)
1075{
1076 return ap_pbase64decode(ctx->p, arg);
1077}
1078
1079static const char *sha1_func(ap_expr_eval_ctx_t *ctx, const void *data,
1080 const char *arg)

Callers

nothing calls this directly

Calls 1

ap_pbase64decodeFunction · 0.85

Tested by

no test coverage detected