Home
last modified time | relevance | path

Searched refs:DYN_HTTP_REQUEST (Results 1 – 11 of 11) sorted by last modified time

/curl/lib/
H A Dhttp.c2612 Curl_dyn_init(&req, DYN_HTTP_REQUEST); in Curl_http()
4062 Curl_dynhds_init(&req->headers, 0, DYN_HTTP_REQUEST); in Curl_http_req_make()
4063 Curl_dynhds_init(&req->trailers, 0, DYN_HTTP_REQUEST); in Curl_http_req_make()
4081 Curl_dyn_init(&buf, DYN_HTTP_REQUEST); in req_assign_url_authority()
4147 Curl_dyn_init(&buf, DYN_HTTP_REQUEST); in req_assign_url_path()
4220 Curl_dynhds_init(&req->headers, 0, DYN_HTTP_REQUEST); in Curl_http_req_make2()
4221 Curl_dynhds_init(&req->trailers, 0, DYN_HTTP_REQUEST); in Curl_http_req_make2()
4351 Curl_dynhds_init(&resp->headers, 0, DYN_HTTP_REQUEST); in Curl_http_resp_make()
4352 Curl_dynhds_init(&resp->trailers, 0, DYN_HTTP_REQUEST); in Curl_http_resp_make()
H A Dcf-h1-proxy.c130 Curl_dyn_init(&ts->request_data, DYN_HTTP_REQUEST); in tunnel_init()
734 Curl_dyn_init(&ua, DYN_HTTP_REQUEST); in start_CONNECT()
H A Dhttp2.c224 Curl_dynhds_init(&stream->resp_trailers, 0, DYN_HTTP_REQUEST); in h2_stream_ctx_create()
2050 Curl_dynhds_init(&h2_headers, 0, DYN_HTTP_REQUEST); in h2_submit()
H A Dc-hyper.c624 Curl_dyn_init(&r, DYN_HTTP_REQUEST); in request_target()
709 Curl_dyn_init(&req, DYN_HTTP_REQUEST); in finalize_request()
743 Curl_dyn_init(&req, DYN_HTTP_REQUEST); in cookies()
H A Dcf-h2-proxy.c910 Curl_dynhds_init(&h2_headers, 0, DYN_HTTP_REQUEST); in proxy_h2_submit()
H A Ddynbuf.h83 #define DYN_HTTP_REQUEST (1024*1024) macro
H A Dhttp1.h36 #define H1_PARSE_DEFAULT_MAX_LINE_LEN DYN_HTTP_REQUEST
/curl/lib/vquic/
H A Dcurl_quiche.c919 Curl_dynhds_init(&h2_headers, 0, DYN_HTTP_REQUEST); in h3_open_stream()
H A Dcurl_ngtcp2.c1369 Curl_dynhds_init(&h2_headers, 0, DYN_HTTP_REQUEST); in h3_stream_open()
H A Dcurl_osslq.c1719 Curl_dynhds_init(&h2_headers, 0, DYN_HTTP_REQUEST); in h3_stream_open()
H A Dcurl_msh3.c611 Curl_dynhds_init(&h2_headers, 0, DYN_HTTP_REQUEST); in cf_msh3_send()

Completed in 60 milliseconds