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

/httpd/server/
H A Dcore.c78 #define AP_ACCEPT_PATHINFO_UNSET 3 macro
151 conf->accept_path_info = AP_ACCEPT_PATHINFO_UNSET;
280 if (new->accept_path_info != AP_ACCEPT_PATHINFO_UNSET) {
4533 * It won't be touched if the value is no longer AP_ACCEPT_PATHINFO_UNSET,
4538 && (conf->accept_path_info != AP_ACCEPT_PATHINFO_UNSET)) {

Completed in 27 milliseconds