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

/httpd/server/
H A Dutil_expr_eval.c18 * ap_expr_eval.c, based on ssl_expr_eval.c from mod_ssl
74 * ap_expr_eval_word() and ap_expr_eval(). The max number of
772 static int ap_expr_eval(ap_expr_eval_ctx_t *ctx, const ap_expr_t *node) function
794 if (!ap_expr_eval(ctx, e1->node_arg1)) {
800 if (ap_expr_eval(ctx, e1)) {
812 if (ap_expr_eval(ctx, e1->node_arg1)) {
818 if (!ap_expr_eval(ctx, e1)) {
891 rc = ap_expr_eval(ctx, ctx->info->root_node);

Completed in 1508 milliseconds