Home
last modified time | relevance | path

Searched refs:httpc (Results 1 – 4 of 4) sorted by relevance

/external/curl/lib/
Dhttp2.c93 const struct http_conn *c = &conn->proto.httpc; in http2_perform_getsock()
140 struct http_conn *c = &conn->proto.httpc; in http2_disconnect()
218 conn->proto.httpc.settings.max_concurrent_streams = in Curl_http2_setup_conn()
318 struct http_conn *c = &conn->proto.httpc; in send_callback()
438 struct http_conn *httpc; in push_promise() local
495 httpc = &conn->proto.httpc; in push_promise()
496 nghttp2_session_set_stream_user_data(httpc->h2, in push_promise()
511 struct http_conn *httpc = &conn->proto.httpc; in on_frame_recv() local
522 uint32_t max_conn = httpc->settings.max_concurrent_streams; in on_frame_recv()
524 httpc->settings.max_concurrent_streams = in on_frame_recv()
[all …]
Durldata.h981 struct http_conn httpc; member
Durl.c1417 struct http_conn *httpc = &check->proto.httpc; in ConnectionExists() local
1418 if(pipeLen >= httpc->settings.max_concurrent_streams) { in ConnectionExists()
Dhttp.c1512 if(conn->proto.httpc.h2) in get_http_string()