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

/httpd/include/
H A Dhttpd.h707 #define AP_REQ_DEFAULT_PATH_INFO 2 macro
976 * values, while AP_REQ_DEFAULT_PATH_INFO indicates they
/httpd/modules/http/
H A Dhttp_request.c549 new->used_path_info = AP_REQ_DEFAULT_PATH_INFO;
/httpd/server/
H A Dprotocol.c1044 r->used_path_info = AP_REQ_DEFAULT_PATH_INFO;
H A Drequest.c1968 rnew->used_path_info = AP_REQ_DEFAULT_PATH_INFO;
H A Dcore.c3032 d->accept_path_info = AP_REQ_DEFAULT_PATH_INFO;
4531 * the user doesn't specify, the result is AP_REQ_DEFAULT_PATH_INFO.
4537 if ((r->used_path_info == AP_REQ_DEFAULT_PATH_INFO)

Completed in 115 milliseconds