Searched refs:HTTP_VERSION_MINOR (Results 1 – 2 of 2) sorted by relevance
416 HTTP_VERSION_MINOR(r->proto_num), in ap_proxy_http_handler()421 HTTP_VERSION_MINOR(r->proto_num), in ap_proxy_http_handler()
139 #define HTTP_VERSION_MINOR(number) ((number)%1000) macro