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

/httpd/
H A Dap.d90 int used_path_info;
/httpd/include/
H A Dhttpd.h696 * @defgroup values_request_rec_used_path_info Possible values for request_rec.used_path_info
699 * Possible values for request_rec.used_path_info:
980 int used_path_info; member in struct:request_rec
/httpd/modules/http/
H A Dhttp_request.c549 new->used_path_info = AP_REQ_DEFAULT_PATH_INFO;
/httpd/modules/arch/win32/
H A Dmod_isapi.c1442 if ((r->used_path_info == AP_REQ_REJECT_PATH_INFO) &&
/httpd/modules/generators/
H A Dmod_cgi.c790 if ((r->used_path_info == AP_REQ_REJECT_PATH_INFO) &&
H A Dmod_cgid.c1453 if ((r->used_path_info == AP_REQ_REJECT_PATH_INFO) &&
/httpd/server/
H A Dcore.c77 /* valid in core-conf, but not in runtime r->used_path_info */
4537 if ((r->used_path_info == AP_REQ_DEFAULT_PATH_INFO)
4540 r->used_path_info = conf->accept_path_info;
4596 if ((r->used_path_info != AP_REQ_ACCEPT_PATH_INFO) &&
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;

Completed in 3561 milliseconds