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

Function base64_func

server/util_expr_eval.c:1067–1071  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1065}
1066
1067static const char *base64_func(ap_expr_eval_ctx_t *ctx, const void *data,
1068 const char *arg)
1069{
1070 return ap_pbase64encode(ctx->p, (char *)arg);
1071}
1072
1073static const char *unbase64_func(ap_expr_eval_ctx_t *ctx, const void *data,
1074 const char *arg)

Callers

nothing calls this directly

Calls 1

ap_pbase64encodeFunction · 0.85

Tested by

no test coverage detected