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

/httpd/modules/filters/
H A Dmod_proxy_html.c49 static ap_rxplus_t *old_expr; variable
1104 if (ap_rxplus_exec(cmd->temp_pool, old_expr, cond, &newcond)) {
1295 /* old_expr only needs to last the life of the config phase */
1296 old_expr = ap_rxplus_compile(p1, "s/^(!)?(\\w+)((=)(.+))?$/reqenv('$2')$1$4'$5'/");
1315 /* move this to pre_config so old_expr is available to interpret

Completed in 42 milliseconds