| 967 | } |
| 968 | |
| 969 | AP_DECLARE(const char *) ap_expr_str_exec(request_rec *r, |
| 970 | const ap_expr_info_t *info, |
| 971 | const char **err) |
| 972 | { |
| 973 | return ap_expr_str_exec_re(r, info, 0, NULL, NULL, err); |
| 974 | } |
| 975 | |
| 976 | |
| 977 | static void add_vary(ap_expr_eval_ctx_t *ctx, const char *name) |
no test coverage detected