Home
last modified time | relevance | path

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

/third_party/curl/tests/data/
Dtest25867 -x http://%HOSTIP:%HTTPPORT http://remotehost:54321/we/want/%TESTNUMBER -F name=daniel -F tool=curl…
83 POST http://remotehost:54321/we/want/%TESTNUMBER HTTP/1.1
84 Host: remotehost:54321
108 POST http://remotehost:54321/we/want/%TESTNUMBER HTTP/1.1
109 Host: remotehost:54321
Dtest25963 -x http://%HOSTIP:%HTTPPORT http://remotehost:54321/we/want/%TESTNUMBER -F name=daniel -F tool=curl…
79 POST http://remotehost:54321/we/want/%TESTNUMBER HTTP/1.1
80 Host: remotehost:54321
105 POST http://remotehost:54321/we/want/%TESTNUMBER HTTP/1.1
106 Host: remotehost:54321
/third_party/python/Tools/demo/
Drpythond.py28 conn, (remotehost, remoteport) = s.accept()
30 print('connection from', remotehost, remoteport)
/third_party/curl/lib/
Dconnect.c1360 const struct Curl_dns_entry *remotehost) in Curl_connecthost() argument
1372 conn->num_addr = Curl_num_addresses(remotehost->addr); in Curl_connecthost()
1373 conn->tempaddr[0] = conn->tempaddr[1] = remotehost->addr; in Curl_connecthost()
/third_party/python/Lib/
Dsmtpd.py941 options.remotehost = remotespec[:i]
961 (options.remotehost, options.remoteport),