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

/macosx-10.10/apache-793/httpd/server/
H A Dutil_expr_private.h123 ap_expr_t *ap_expr_str_func_make(const char *name, const ap_expr_t *arg,
H A Dutil_expr_parse.y165 | T_VAR_BEGIN T_ID ':' string T_VAR_END { $$ = ap_expr_str_func_make($2, $4, ctx); }
207 strfunccall : T_ID '(' word ')' { $$ = ap_expr_str_func_make($1, $3, ctx); }
H A Dutil_expr_eval.c450 ap_expr_t *ap_expr_str_func_make(const char *name, const ap_expr_t *arg, function

Completed in 67 milliseconds