Home
last modified time | relevance | path

Searched refs:Curl_dynhds_count (Results 1 - 10 of 10) sorted by relevance

/third_party/curl/tests/unit/
H A Dunit2602.c50 fail_if(Curl_dynhds_count(&hds), "should be empty"); variable
64 fail_unless(Curl_dynhds_count(&hds) == 2, "should hold 2"); variable
72 fail_unless(Curl_dynhds_count(&hds) == 2, "should hold 2"); variable
H A Dunit2603.c111 if(Curl_dynhds_count(&p.req->headers) != t->header_count) { in parse_success()
113 Curl_dynhds_count(&p.req->headers)); in parse_success()
/third_party/curl/lib/
H A Ddynhds.h78 size_t Curl_dynhds_count(struct dynhds *dynhds);
H A Ddynhds.c131 size_t Curl_dynhds_count(struct dynhds *dynhds) in Curl_dynhds_count() function
H A Dhttp2.c1724 if(Curl_dynhds_count(&stream->resp_trailers)) { in http2_handle_stream_close()
1731 for(i = 0; i < Curl_dynhds_count(&stream->resp_trailers); ++i) { in http2_handle_stream_close()
H A Dhttp.c4890 for(i = 0; !result && i < Curl_dynhds_count(&req->headers); ++i) { in Curl_http_req_to_h2()
/third_party/curl/lib/vquic/
H A Dcurl_msh3.c607 nheader = Curl_dynhds_count(&h2_headers); in cf_msh3_send()
H A Dcurl_ngtcp2.c1345 nheader = Curl_dynhds_count(&h2_headers); in h3_stream_open()
H A Dcurl_osslq.c1684 nheader = Curl_dynhds_count(&h2_headers); in h3_stream_open()
H A Dcurl_quiche.c877 nheader = Curl_dynhds_count(&h2_headers); in h3_open_stream()

Completed in 20 milliseconds