Searched refs:Curl_dynhds_count (Results 1 – 10 of 10) sorted by relevance
50 fail_if(Curl_dynhds_count(&hds), "should be empty");64 fail_unless(Curl_dynhds_count(&hds) == 2, "should hold 2");72 fail_unless(Curl_dynhds_count(&hds) == 2, "should hold 2");
112 if(Curl_dynhds_count(&p.req->headers) != t->header_count) { in parse_success()114 Curl_dynhds_count(&p.req->headers)); in parse_success()
78 size_t Curl_dynhds_count(struct dynhds *dynhds);
131 size_t Curl_dynhds_count(struct dynhds *dynhds) in Curl_dynhds_count() function
1809 if(Curl_dynhds_count(&stream->resp_trailers)) { in http2_handle_stream_close()1816 for(i = 0; i < Curl_dynhds_count(&stream->resp_trailers); ++i) { in http2_handle_stream_close()
4350 for(i = 0; !result && i < Curl_dynhds_count(&req->headers); ++i) { in Curl_http_req_to_h2()
655 nheader = Curl_dynhds_count(&h2_headers); in cf_msh3_send()
1014 nheader = Curl_dynhds_count(&h2_headers); in h3_open_stream()
1433 nheader = Curl_dynhds_count(&h2_headers); in h3_stream_open()
1832 nheader = Curl_dynhds_count(&h2_headers); in h3_stream_open()
Completed in 78 milliseconds