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

/httpd/server/
H A Dutil_expr_private.h126 ap_expr_t *ap_expr_list_func_make(const char *name, const ap_expr_t *arg,
H A Dutil_expr_parse.y204 lstfunccall : T_ID '(' word ')' { $$ = ap_expr_list_func_make($1, $3, ctx); }
H A Dutil_expr_parse.c1831 { (yyval.exVal) = ap_expr_list_func_make((yyvsp[(1) - (4)].cpVal), (yyvsp[(3) - (4)].exVal), ctx); }
H A Dutil_expr_eval.c525 ap_expr_t *ap_expr_list_func_make(const char *name, const ap_expr_t *arg, function

Completed in 31 milliseconds