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

/httpd/modules/filters/
H A Dmod_proxy_html.c1103 char *newcond = NULL; local
1104 if (ap_rxplus_exec(cmd->temp_pool, old_expr, cond, &newcond)) {
1109 memmove(newcond+1, newcond, strlen(newcond)-1);
1110 newcond[0] = '!';
1112 cond = newcond;
/httpd/modules/mappers/
H A Dmod_rewrite.c3285 rewritecond_entry *newcond; local
3296 newcond = apr_array_push(sconf->rewriteconds);
3299 newcond = apr_array_push(dconf->rewriteconds);
3314 newcond->input = a1;
3320 newcond->flags = CONDFLAG_NONE;
3322 if ((err = cmd_parseflagfield(cmd->pool, newcond, a3,
3329 newcond->pattern = a2;
3331 newcond->flags |= CONDFLAG_NOTMATCH;
3336 newcond->ptype = CONDPAT_REGEX;
3338 newcond
[all...]

Completed in 53 milliseconds