Lines Matching refs:http_method
230 if (r->http_method == HTTP_METHOD_OPTIONS in http_response_physical_path_check()
439 if (__builtin_expect( (r->http_method == HTTP_METHOD_OPTIONS), 0) in http_response_prepare()
443 if (__builtin_expect( (r->http_method == HTTP_METHOD_CONNECT), 0) in http_response_prepare()
554 if (r->http_method == HTTP_METHOD_OPTIONS) { in http_response_prepare()
558 else if (r->http_method == HTTP_METHOD_CONNECT) in http_response_prepare()
562 else if (!http_method_get_head_query_post(r->http_method)) in http_response_prepare()
801 else if (r->http_method != HTTP_METHOD_HEAD in http_response_write_prepare()
828 if (r->http_method == HTTP_METHOD_CONNECT && r->http_status == 200){ in http_response_write_prepare()
874 if (r->http_method == HTTP_METHOD_HEAD) { in http_response_write_prepare()
909 r->error_handler_saved_method = r->http_method; in http_response_call_error_handler()
910 r->http_method = HTTP_METHOD_GET; in http_response_call_error_handler()
933 r->http_method = r->error_handler_saved_method; in http_response_has_error_handler()