Searched refs:ap_expr_eval_word (Results 1 - 1 of 1) sorted by relevance
/httpd/server/ |
H A D | util_expr_eval.c | 74 * ap_expr_eval_word() and ap_expr_eval(). The max number of 90 static const char *ap_expr_eval_word(ap_expr_eval_ctx_t *ctx, function 108 const char *s1 = ap_expr_eval_word(ctx, node->node_arg1); 109 const char *s2 = ap_expr_eval_word(ctx, node->node_arg2); 131 vec[i].iov_base = (void *)ap_expr_eval_word(ctx, 137 vec[i].iov_base = (void *)ap_expr_eval_word(ctx, nodep); 153 vec[i].iov_base = (void *)ap_expr_eval_word(ctx, 159 vec[i].iov_base = (void *)ap_expr_eval_word(ctx, nodep); 226 *new = ap_expr_eval_word(ctx, val); 235 return (*func)(ctx, data, ap_expr_eval_word(ct [all...] |
Completed in 11 milliseconds