Home
last modified time | relevance | path

Searched refs:HTTP_VERSION_MINOR (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/usr.sbin/httpd/src/modules/proxy/
Dproxy_http.c416 HTTP_VERSION_MINOR(r->proto_num), in ap_proxy_http_handler()
421 HTTP_VERSION_MINOR(r->proto_num), in ap_proxy_http_handler()
/mirbsd/src/usr.sbin/httpd/src/include/
Dhttpd.h139 #define HTTP_VERSION_MINOR(number) ((number)%1000) macro