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

/macosx-10.10/apache-793/httpd/server/
H A Dutil_expr_eval.c18 * ap_expr_eval.c, based on ssl_expr_eval.c from mod_ssl
67 * ap_expr_eval_word() and ap_expr_eval(). The max number of
708 static int ap_expr_eval(ap_expr_eval_ctx_t *ctx, const ap_expr_t *node) function
730 if (!ap_expr_eval(ctx, e1->node_arg1)) {
736 if (ap_expr_eval(ctx, e1)) {
748 if (ap_expr_eval(ctx, e1->node_arg1)) {
754 if (!ap_expr_eval(ctx, e1)) {
827 rc = ap_expr_eval(ctx, ctx->info->root_node);

Completed in 123 milliseconds