Searched defs:ap_expr_info_t (Results 1 - 1 of 1) sorted by relevance

/httpd/include/
H A Dap_expr.h54 } ap_expr_info_t; typedef in typeref:struct:__anon1
81 AP_DECLARE(int) ap_expr_exec(request_rec *r, const ap_expr_info_t *expr,
100 AP_DECLARE(int) ap_expr_exec_re(request_rec *r, const ap_expr_info_t *expr,
116 /** ap_expr_info_t for the expression */
117 const ap_expr_info_t *info;
159 const ap_expr_info_t *expr,
179 const ap_expr_info_t *expr,
317 * @param info The ap_expr_info_t struct (with values filled in)
325 ap_expr_info_t *info, const char *expr,
329 * High level interface to ap_expr_parse that also creates ap_expr_info_t an
[all...]

Completed in 756 milliseconds