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

/macosx-10.10/apache-793/httpd/server/
H A Dutil_expr_private.h134 ap_expr_t *ap_expr_binary_op_make(const char *name, const ap_expr_t *arg1,
H A Dutil_expr_parse.y124 | word T_OP_BINARY word { $$ = ap_expr_binary_op_make($2, $1, $3, ctx); }
H A Dutil_expr_eval.c483 ap_expr_t *ap_expr_binary_op_make(const char *name, const ap_expr_t *arg1, function

Completed in 139 milliseconds