Lines Matching refs:headers

343   hyper_headers *headers = NULL;  in Curl_hyper_stream()  local
465 headers = hyper_response_headers(resp); in Curl_hyper_stream()
466 if(!headers) { in Curl_hyper_stream()
473 hyper_headers_foreach(headers, hyper_each_header, data); in Curl_hyper_stream()
566 CURLcode Curl_hyper_header(struct Curl_easy *data, hyper_headers *headers, in Curl_hyper_header() argument
607 if(HYPERE_OK != hyper_headers_add(headers, (uint8_t *)n, nlen, in Curl_hyper_header()
722 hyper_headers *headers, in finalize_request() argument
741 result = Curl_hyper_header(data, headers, Curl_dyn_ptr(&req)); in finalize_request()
763 hyper_headers *headers) in cookies() argument
771 result = Curl_hyper_header(data, headers, Curl_dyn_ptr(&req)); in cookies()
780 hyper_headers *headers = NULL; in http1xx_cb() local
797 headers = hyper_response_headers(resp); in http1xx_cb()
798 if(!headers) { in http1xx_cb()
807 hyper_headers_foreach(headers, hyper_each_header, data); in http1xx_cb()
833 hyper_headers *headers = NULL; in Curl_http() local
990 headers = hyper_request_headers(req); in Curl_http()
991 if(!headers) { in Curl_http()
1004 result = Curl_hyper_header(data, headers, data->state.aptr.host); in Curl_http()
1011 result = Curl_hyper_header(data, headers, data->state.aptr.proxyuserpwd); in Curl_http()
1018 result = Curl_hyper_header(data, headers, data->state.aptr.userpwd); in Curl_http()
1024 result = Curl_hyper_header(data, headers, data->state.aptr.rangeline); in Curl_http()
1032 result = Curl_hyper_header(data, headers, data->state.aptr.uagent); in Curl_http()
1040 result = Curl_hyper_header(data, headers, p_accept); in Curl_http()
1045 result = Curl_hyper_header(data, headers, te); in Curl_http()
1058 result = Curl_hyper_header(data, headers, altused); in Curl_http()
1069 result = Curl_hyper_header(data, headers, "Proxy-Connection: Keep-Alive"); in Curl_http()
1081 result = Curl_hyper_header(data, headers, data->state.aptr.ref); in Curl_http()
1091 result = Curl_hyper_header(data, headers, data->state.aptr.te); in Curl_http()
1104 result = Curl_hyper_header(data, headers, in Curl_http()
1112 result = cookies(data, conn, headers); in Curl_http()
1117 result = Curl_ws_request(data, headers); in Curl_http()
1119 result = Curl_add_timecondition(data, headers); in Curl_http()
1123 result = Curl_add_custom_headers(data, FALSE, headers); in Curl_http()
1127 result = finalize_request(data, headers, req, httpreq); in Curl_http()