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

/macosx-10.10/apache-793/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_eval.c472 ap_expr_t *ap_expr_unary_op_make(const char *name, const ap_expr_t *arg, function

Completed in 121 milliseconds