Searched refs:http_conn (Results 1 – 6 of 6) sorted by relevance
81 struct http_conn *httpc,109 const struct http_conn *c = &conn->proto.httpc; in http2_perform_getsock()162 struct http_conn *c = &conn->proto.httpc; in http2_disconnect()207 struct http_conn *httpc = &conn->proto.httpc; in http2_connisdead()234 struct http_conn *c = &check->proto.httpc; in http2_conncheck()395 struct http_conn *c = &conn->proto.httpc; in send_callback()483 struct http_conn *httpc) in drained_transfer()494 struct http_conn *httpc) in drain_this()541 struct http_conn *httpc; in push_promise()637 struct http_conn *httpc = &conn->proto.httpc; in on_frame_recv()[all …]
202 struct http_conn { struct
1001 struct http_conn httpc;
1447 struct http_conn *httpc = &check->proto.httpc; in ConnectionExists()
1166 http_conn = self.send_request(host, handler, request_body, verbose)1167 resp = http_conn.getresponse()
1893 http_conn = connection_factory(host)1912 http_conn.request("POST", selector, data, headers)1914 http_conn.request("GET", selector, headers=headers)1917 response = http_conn.getresponse()