Searched refs:http_conn (Results 1 – 6 of 6) sorted by relevance
74 struct http_conn *httpc,98 const struct http_conn *c = &conn->proto.httpc; in http2_perform_getsock()145 struct http_conn *c = &conn->proto.httpc; in http2_disconnect()190 struct http_conn *httpc = &conn->proto.httpc; in http2_connisdead()217 struct http_conn *c = &check->proto.httpc; in http2_conncheck()349 struct http_conn *c = &conn->proto.httpc; in send_callback()437 struct http_conn *httpc) in drained_transfer()448 struct http_conn *httpc) in drain_this()527 struct http_conn *httpc; in push_promise()631 struct http_conn *httpc = &conn->proto.httpc; in on_frame_recv()[all …]
197 struct http_conn { struct
1062 struct http_conn httpc;
1410 struct http_conn *httpc = &check->proto.httpc; in ConnectionExists()
1172 http_conn = self.send_request(host, handler, request_body, verbose)1173 resp = http_conn.getresponse()
1919 http_conn = connection_factory(host)1938 http_conn.request("POST", selector, data, headers)1940 http_conn.request("GET", selector, headers=headers)1943 response = http_conn.getresponse()