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

/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 18 milliseconds