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

/httpd/modules/mappers/
H A Dmod_alias.c123 int use_regex)
140 if (use_regex) {
160 if (!use_regex) {
230 const char *arg3, int use_regex)
329 if (use_regex) {
341 if (!use_regex && !ap_is_url(url) && (url[0] != '/'))
121 add_alias_internal(cmd_parms *cmd, void *dummy, const char *fake, const char *real, int use_regex) argument
227 add_redirect_internal(cmd_parms *cmd, alias_dir_conf *dirconf, const char *arg1, const char *arg2, const char *arg3, int use_regex) argument
/httpd/modules/proxy/
H A Dmod_proxy.c1106 (ents[i].use_regex &&
1572 new->use_regex = regex;
1633 int use_regex = is_regex; local
1649 use_regex = 1;
1700 use_regex = 1;
1711 if (use_regex) {
1735 if (use_regex) {
1762 if (use_regex) {
1775 else if ((use_regex != 0) ^ (worker->s->is_name_matchable != 0)) {
2396 int use_regex local
[all...]
H A Dmod_proxy.h103 int use_regex; /* simple boolean. True if we have a regex pattern */ member in struct:proxy_remote

Completed in 24 milliseconds