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.c624 struct dynhds h2_headers; in cf_msh3_send() local
633 Curl_dynhds_init(&h2_headers, 0, DYN_HTTP_REQUEST); in cf_msh3_send()
649 *err = Curl_http_req_to_h2(&h2_headers, h1.req, data); in cf_msh3_send()
655 nheader = Curl_dynhds_count(&h2_headers); in cf_msh3_send()
664 struct dynhds_entry *e = Curl_dynhds_getn(&h2_headers, i); in cf_msh3_send()
708 Curl_dynhds_free(&h2_headers); in cf_msh3_send()
H A Dcurl_quiche.c981 struct dynhds h2_headers; in h3_open_stream() local
994 Curl_dynhds_init(&h2_headers, 0, DYN_HTTP_REQUEST); in h3_open_stream()
1006 *err = Curl_http_req_to_h2(&h2_headers, stream->h1.req, data); in h3_open_stream()
1014 nheader = Curl_dynhds_count(&h2_headers); in h3_open_stream()
1023 struct dynhds_entry *e = Curl_dynhds_getn(&h2_headers, i); in h3_open_stream()
1089 Curl_dynhds_free(&h2_headers); in h3_open_stream()
H A Dcurl_ngtcp2.c1396 struct dynhds h2_headers; in h3_stream_open() local
1405 Curl_dynhds_init(&h2_headers, 0, DYN_HTTP_REQUEST); in h3_stream_open()
1426 *err = Curl_http_req_to_h2(&h2_headers, stream->h1.req, data); in h3_stream_open()
1434 nheader = Curl_dynhds_count(&h2_headers); in h3_stream_open()
1443 struct dynhds_entry *e = Curl_dynhds_getn(&h2_headers, i); in h3_stream_open()
1515 Curl_dynhds_free(&h2_headers); in h3_stream_open()
H A Dcurl_osslq.c1786 struct dynhds h2_headers; in h3_stream_open() local
1795 Curl_dynhds_init(&h2_headers, 0, DYN_HTTP_REQUEST); in h3_stream_open()
1816 *err = Curl_http_req_to_h2(&h2_headers, stream->h1.req, data); in h3_stream_open()
1824 nheader = Curl_dynhds_count(&h2_headers); in h3_stream_open()
1833 struct dynhds_entry *e = Curl_dynhds_getn(&h2_headers, i); in h3_stream_open()
1905 Curl_dynhds_free(&h2_headers); in h3_stream_open()
/curl/lib/
H A Dhttp.h273 CURLcode Curl_http_req_to_h2(struct dynhds *h2_headers,
H A Dcf-h2-proxy.c904 struct dynhds h2_headers; in proxy_h2_submit() local
911 Curl_dynhds_init(&h2_headers, 0, DYN_HTTP_REQUEST); in proxy_h2_submit()
912 result = Curl_http_req_to_h2(&h2_headers, req, data); in proxy_h2_submit()
916 nva = Curl_dynhds_to_nva(&h2_headers, &nheader); in proxy_h2_submit()
945 Curl_dynhds_free(&h2_headers); in proxy_h2_submit()
H A Dhttp.c4299 CURLcode Curl_http_req_to_h2(struct dynhds *h2_headers, in Curl_http_req_to_h2() argument
4308 DEBUGASSERT(h2_headers); in Curl_http_req_to_h2()
4336 Curl_dynhds_reset(h2_headers); in Curl_http_req_to_h2()
4337 Curl_dynhds_set_opts(h2_headers, DYNHDS_OPT_LOWERCASE); in Curl_http_req_to_h2()
4338 result = Curl_dynhds_add(h2_headers, STRCONST(HTTP_PSEUDO_METHOD), in Curl_http_req_to_h2()
4341 result = Curl_dynhds_add(h2_headers, STRCONST(HTTP_PSEUDO_SCHEME), in Curl_http_req_to_h2()
4345 result = Curl_dynhds_add(h2_headers, STRCONST(HTTP_PSEUDO_AUTHORITY), in Curl_http_req_to_h2()
4349 result = Curl_dynhds_add(h2_headers, STRCONST(HTTP_PSEUDO_PATH), in Curl_http_req_to_h2()
4355 result = Curl_dynhds_add(h2_headers, e->name, e->namelen, in Curl_http_req_to_h2()
H A Dhttp2.c2141 struct dynhds h2_headers; in h2_submit() local
2150 Curl_dynhds_init(&h2_headers, 0, DYN_HTTP_REQUEST); in h2_submit()
2167 *err = Curl_http_req_to_h2(&h2_headers, stream->h1.req, data); in h2_submit()
2175 nva = Curl_dynhds_to_nva(&h2_headers, &nheader); in h2_submit()
2253 Curl_dynhds_free(&h2_headers); in h2_submit()

Completed in 55 milliseconds