Searched refs:http_conn (Results 1 – 6 of 6) sorted by relevance
/third_party/curl/lib/ |
D | http2.c | 75 struct http_conn *httpc, 100 const struct http_conn *c = &conn->proto.httpc; in http2_getsock() 143 struct http_conn *c = &conn->proto.httpc; in http2_disconnect() 191 struct http_conn *httpc = &conn->proto.httpc; in http2_connisdead() 219 static void set_transfer(struct http_conn *c, in set_transfer() 228 static struct Curl_easy *get_transfer(struct http_conn *c) in get_transfer() 239 struct http_conn *c = &conn->proto.httpc; in http2_conncheck() 373 struct http_conn *c = &conn->proto.httpc; in send_callback() 462 struct http_conn *httpc) in drained_transfer() 473 struct http_conn *httpc) in drain_this() [all …]
|
D | http.h | 252 struct http_conn { struct
|
D | urldata.h | 1092 struct http_conn httpc;
|
D | url.c | 1489 struct http_conn *httpc = &check->proto.httpc; in ConnectionExists()
|
/third_party/python/Lib/xmlrpc/ |
D | client.py | 1178 http_conn = self.send_request(host, handler, request_body, verbose) 1179 resp = http_conn.getresponse()
|
/third_party/python/Lib/urllib/ |
D | request.py | 1925 http_conn = connection_factory(host) 1944 http_conn.request("POST", selector, data, headers) 1946 http_conn.request("GET", selector, headers=headers) 1949 response = http_conn.getresponse()
|