Searched refs:exVal (Results 1 - 3 of 3) sorted by relevance
/httpd/server/ |
H A D | util_expr_parse.c | 161 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...] |
H A D | util_expr_parse.y | 37 ap_expr_t *exVal; 89 %type <exVal> expr 90 %type <exVal> comparison 91 %type <exVal> strfunccall "function" 92 %type <exVal> lstfunccall "listfunction" 93 %type <exVal> regex 94 %type <exVal> words 95 %type <exVal> wordlist 96 %type <exVal> word 97 %type <exVal> strin [all...] |
H A D | util_expr_parse.h | 96 ap_expr_t *exVal; member in union:YYSTYPE
|
Completed in 14 milliseconds