Home
last modified time | relevance | path

Searched refs:http_conn (Results 1 – 5 of 5) sorted by relevance

/external/curl/lib/
Dhttp2.c87 const struct http_conn *c = &conn->proto.httpc; in http2_perform_getsock()
116 struct http_conn *c = &conn->proto.httpc; in http2_disconnect()
258 struct http_conn *c = &conn->proto.httpc; in send_callback()
378 struct http_conn *httpc; in push_promise()
447 struct http_conn *httpc = &conn->proto.httpc; in on_frame_recv()
1094 static int should_close_session(struct http_conn *httpc) { in should_close_session()
1109 struct http_conn *httpc, in h2_process_pending_input()
1163 struct http_conn *httpc = &conn->proto.httpc; in http2_handle_stream_close()
1281 struct http_conn *httpc = &conn->proto.httpc; in http2_recv()
1510 struct http_conn *httpc = &conn->proto.httpc; in http2_send()
[all …]
Dhttp.h199 struct http_conn { struct
Durldata.h1060 struct http_conn httpc;
Dhttp.c1447 struct http_conn *httpc = &conn->proto.httpc; in Curl_http_done()
Durl.c3509 struct http_conn *httpc = &check->proto.httpc; in ConnectionExists()