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

/httpd/server/
H A Dutil_expr_private.h131 ap_expr_t *ap_expr_unary_op_make(const char *name, const ap_expr_t *arg,
H A Dutil_expr_parse.y123 | T_OP_UNARY word { $$ = ap_expr_unary_op_make( $1, $2, ctx); }
H A Dutil_expr_parse.c1565 { (yyval.exVal) = ap_expr_unary_op_make( (yyvsp[(1) - (2)].cpVal), (yyvsp[(2) - (2)].exVal), ctx); }
H A Dutil_expr_eval.c536 ap_expr_t *ap_expr_unary_op_make(const char *name, const ap_expr_t *arg, function

Completed in 22 milliseconds