Searched defs:ap_expr_eval_ctx_t (Results 1 - 1 of 1) sorted by relevance

/httpd/include/
H A Dap_expr.h135 } ap_expr_eval_ctx_t; typedef in typeref:struct:__anon2
146 AP_DECLARE(int) ap_expr_exec_ctx(ap_expr_eval_ctx_t *ctx);
211 typedef int ap_expr_op_unary_t(ap_expr_eval_ctx_t *ctx, const void *data,
222 typedef int ap_expr_op_binary_t(ap_expr_eval_ctx_t *ctx, const void *data,
231 typedef const char *(ap_expr_string_func_t)(ap_expr_eval_ctx_t *ctx,
241 typedef const char *(ap_expr_string_list_func_t)(ap_expr_eval_ctx_t *ctx,
252 typedef apr_array_header_t *(ap_expr_list_func_t)(ap_expr_eval_ctx_t *ctx,
261 typedef const char *(ap_expr_var_func_t)(ap_expr_eval_ctx_t *ctx,

Completed in 203 milliseconds