| 1071 | } |
| 1072 | |
| 1073 | static 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 | |
| 1079 | static const char *sha1_func(ap_expr_eval_ctx_t *ctx, const void *data, |
| 1080 | const char *arg) |
nothing calls this directly
no test coverage detected