Home
last modified time | relevance | path

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

/third_party/python/Lib/xmlrpc/
Dclient.py1223 def get_host_info(self, host): member in Transport
1255 chost, self._extra_headers, x509 = self.get_host_info(host)
1380 chost, self._extra_headers, x509 = self.get_host_info(host)
/third_party/python/Lib/test/
Dtest_xmlrpc.py293 self.assertEqual(transp.get_host_info("user@host.tld"),
/third_party/chromium/patch/
D0004-3.2-Beta5.patch45277 + {origin: get_host_info().HTTPS_REMOTE_ORIGIN});
D0001-cve.patch5907 - let destUrl = get_host_info().HTTP_REMOTE_ORIGIN + '/resource-timing/resources/multi_redirect.…
5909 - destUrl += '&cross_origin=' + get_host_info().HTTP_REMOTE_ORIGIN;
5916 +const {REMOTE_ORIGIN} = get_host_info();
D0003-3.2-Beta3-1115.patch73798 + get_host_info().HTTPS_ORIGIN,
73802 + get_host_info().HTTPS_REMOTE_ORIGIN,
73806 + get_host_info().HTTPS_NOTSAMESITE_ORIGIN,