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

/httpd/modules/mappers/
H A Dmod_dir.c49 int redirect_index; member in struct:dir_config_struct
123 d->redirect_index = status;
150 new->redirect_index = REDIRECT_UNSET;
165 new->redirect_index=
166 (add->redirect_index == REDIRECT_UNSET) ? base->redirect_index : add->redirect_index;
331 if (ap_is_HTTP_REDIRECT(d->redirect_index)) {
333 return d->redirect_index;

Completed in 10 milliseconds