Home
last modified time | relevance | path

Searched refs:h2_headers (Results 1 – 8 of 8) sorted by relevance

/curl/lib/vquic/
H A Dcurl_msh3.c601 struct dynhds h2_headers; in cf_msh3_send() local
611 Curl_dynhds_init(&h2_headers, 0, DYN_HTTP_REQUEST); in cf_msh3_send()
627 *err = Curl_http_req_to_h2(&h2_headers, h1.req, data); in cf_msh3_send()
633 nheader = Curl_dynhds_count(&h2_headers); in cf_msh3_send()
642 struct dynhds_entry *e = Curl_dynhds_getn(&h2_headers, i); in cf_msh3_send()
701 Curl_dynhds_free(&h2_headers); in cf_msh3_send()
H A Dcurl_quiche.c906 struct dynhds h2_headers; in h3_open_stream() local
919 Curl_dynhds_init(&h2_headers, 0, DYN_HTTP_REQUEST); in h3_open_stream()
931 *err = Curl_http_req_to_h2(&h2_headers, stream->h1.req, data); in h3_open_stream()
939 nheader = Curl_dynhds_count(&h2_headers); in h3_open_stream()
948 struct dynhds_entry *e = Curl_dynhds_getn(&h2_headers, i); in h3_open_stream()
1014 Curl_dynhds_free(&h2_headers); in h3_open_stream()
H A Dcurl_ngtcp2.c1361 struct dynhds h2_headers; in h3_stream_open() local
1370 Curl_dynhds_init(&h2_headers, 0, DYN_HTTP_REQUEST); in h3_stream_open()
1391 *err = Curl_http_req_to_h2(&h2_headers, stream->h1.req, data); in h3_stream_open()
1399 nheader = Curl_dynhds_count(&h2_headers); in h3_stream_open()
1408 struct dynhds_entry *e = Curl_dynhds_getn(&h2_headers, i); in h3_stream_open()
1480 Curl_dynhds_free(&h2_headers); in h3_stream_open()
H A Dcurl_osslq.c1710 struct dynhds h2_headers; in h3_stream_open() local
1719 Curl_dynhds_init(&h2_headers, 0, DYN_HTTP_REQUEST); in h3_stream_open()
1740 *err = Curl_http_req_to_h2(&h2_headers, stream->h1.req, data); in h3_stream_open()
1748 nheader = Curl_dynhds_count(&h2_headers); in h3_stream_open()
1757 struct dynhds_entry *e = Curl_dynhds_getn(&h2_headers, i); in h3_stream_open()
1829 Curl_dynhds_free(&h2_headers); in h3_stream_open()
/curl/lib/
H A Dhttp.h278 CURLcode Curl_http_req_to_h2(struct dynhds *h2_headers,
H A Dcf-h2-proxy.c903 struct dynhds h2_headers; in proxy_h2_submit() local
910 Curl_dynhds_init(&h2_headers, 0, DYN_HTTP_REQUEST); in proxy_h2_submit()
911 result = Curl_http_req_to_h2(&h2_headers, req, data); in proxy_h2_submit()
915 nva = Curl_dynhds_to_nva(&h2_headers, &nheader); in proxy_h2_submit()
944 Curl_dynhds_free(&h2_headers); in proxy_h2_submit()
H A Dhttp.c4314 CURLcode Curl_http_req_to_h2(struct dynhds *h2_headers, in Curl_http_req_to_h2() argument
4323 DEBUGASSERT(h2_headers); in Curl_http_req_to_h2()
4351 Curl_dynhds_reset(h2_headers); in Curl_http_req_to_h2()
4352 Curl_dynhds_set_opts(h2_headers, DYNHDS_OPT_LOWERCASE); in Curl_http_req_to_h2()
4353 result = Curl_dynhds_add(h2_headers, STRCONST(HTTP_PSEUDO_METHOD), in Curl_http_req_to_h2()
4356 result = Curl_dynhds_add(h2_headers, STRCONST(HTTP_PSEUDO_SCHEME), in Curl_http_req_to_h2()
4360 result = Curl_dynhds_add(h2_headers, STRCONST(HTTP_PSEUDO_AUTHORITY), in Curl_http_req_to_h2()
4364 result = Curl_dynhds_add(h2_headers, STRCONST(HTTP_PSEUDO_PATH), in Curl_http_req_to_h2()
4370 result = Curl_dynhds_add(h2_headers, e->name, e->namelen, in Curl_http_req_to_h2()
H A Dhttp2.c2049 struct dynhds h2_headers; in h2_submit() local
2059 Curl_dynhds_init(&h2_headers, 0, DYN_HTTP_REQUEST); in h2_submit()
2077 *err = Curl_http_req_to_h2(&h2_headers, stream->h1.req, data); in h2_submit()
2085 nva = Curl_dynhds_to_nva(&h2_headers, &nheader); in h2_submit()
2181 Curl_dynhds_free(&h2_headers); in h2_submit()

Completed in 94 milliseconds