Lines Matching refs:http_status
263 uint16_t http_status, in status_line() argument
276 data->req.httpcode = http_status; in status_line()
281 data->info.httpproxycode = http_status; in status_line()
296 (int)http_status, in status_line()
341 uint16_t http_status; in Curl_hyper_stream() local
448 http_status = hyper_response_status(resp); in Curl_hyper_stream()
453 if(http_status == 417 && Curl_http_exp100_is_selected(data)) { in Curl_hyper_stream()
461 http_status, http_version, reasonp, reason_len); in Curl_hyper_stream()
484 (100 <= http_status && 199 >= http_status) ? k->headerbytecount : 0; in Curl_hyper_stream()
487 if(http_status == 101) { in Curl_hyper_stream()
782 uint16_t http_status; in http1xx_cb() local
789 http_status = hyper_response_status(resp); in http1xx_cb()
795 http_status, http_version, reasonp, reason_len); in http1xx_cb()