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

/httpd/server/
H A Dutil_expr_parse.h96 ap_expr_t *exVal; member in union:YYSTYPE
H A Dutil_expr_parse.c161 ap_expr_t *exVal; member in union:YYSTYPE
1511 { ctx->expr = (yyvsp[(2) - (2)].exVal); }
1517 { ctx->expr = (yyvsp[(2) - (2)].exVal); }
1529 { (yyval.exVal) = ap_expr_make(op_True, NULL, NULL, ctx); }
1535 { (yyval.exVal) = ap_expr_make(op_False, NULL, NULL, ctx); }
1541 { (yyval.exVal) = ap_expr_make(op_Not, (yyvsp[(2) - (2)].exVal), NULL, ctx); }
1547 { (yyval.exVal) = ap_expr_make(op_Or, (yyvsp[(1) - (3)].exVal), (yyvsp[(3) - (3)].exVal), ct
[all...]

Completed in 604 milliseconds