MCPcopy Create free account
hub / github.com/apache/httpd / ap_allow_options

Function ap_allow_options

server/core.c:771–777  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

769 */
770
771AP_DECLARE(int) ap_allow_options(request_rec *r)
772{
773 core_dir_config *conf =
774 (core_dir_config *)ap_get_core_module_config(r->per_dir_config);
775
776 return conf->opts;
777}
778
779AP_DECLARE(int) ap_allow_overrides(request_rec *r)
780{

Callers 11

isapi_handlerFunction · 0.85
handle_multiFunction · 0.85
hook_fixupFunction · 0.85
handle_autoindexFunction · 0.85
cgid_handlerFunction · 0.85
cgi_handlerFunction · 0.85
includes_filterFunction · 0.85
lua_ap_optionsFunction · 0.85
ap_sub_req_lookup_direntFunction · 0.85
ap_sub_req_lookup_fileFunction · 0.85
http_core.hFile · 0.85

Calls 1

Tested by

no test coverage detected