Home
last modified time | relevance | path

Searched refs:hostnames (Results 1 – 25 of 50) sorted by relevance

12

/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
DKnownHosts.java99 …public void addHostkey(String hostnames[], String serverHostKeyAlgorithm, byte[] serverHostKey) th… in addHostkey() argument
101 if (hostnames == null) in addHostkey()
112 publicKeys.add(new KnownHostsEntry(hostnames, rpk)); in addHostkey()
121 publicKeys.add(new KnownHostsEntry(hostnames, dpk)); in addHostkey()
442 String[] hostnames = arr[0].split(","); in initialize() local
448 addHostkey(hostnames, arr[1], msg); in initialize()
747 …public static void addHostkeyToFile(File knownHosts, String[] hostnames, String serverHostKeyAlgor… in addHostkeyToFile() argument
750 if ((hostnames == null) || (hostnames.length == 0)) in addHostkeyToFile()
762 for (int i = 0; i < hostnames.length; i++) in addHostkeyToFile()
768 writer.write(hostnames[i]); in addHostkeyToFile()
/external/webkit/Source/WebKit2/UIProcess/
DWebMediaCacheManagerProxy.cpp84 Vector<RefPtr<APIObject> > hostnames(hostnameCount); in didGetHostnamesWithMediaCache() local
87 hostnames[i] = WebString::create(hostnameList[i]); in didGetHostnamesWithMediaCache()
89 callback->performCallbackWithReturnValue(ImmutableArray::adopt(hostnames).get()); in didGetHostnamesWithMediaCache()
DWebCookieManagerProxy.cpp92 Vector<RefPtr<APIObject> > hostnames(hostnameCount); in didGetHostnamesWithCookies() local
95 hostnames[i] = WebString::create(hostnameList[i]); in didGetHostnamesWithCookies()
97 callback->performCallbackWithReturnValue(ImmutableArray::adopt(hostnames).get()); in didGetHostnamesWithCookies()
DWebMediaCacheManagerProxy.messages.in24 DidGetHostnamesWithMediaCache(Vector<WTF::String> hostnames, uint64_t callbackID);
DWebCookieManagerProxy.messages.in24 DidGetHostnamesWithCookies(Vector<WTF::String> hostnames, uint64_t callbackID);
/external/webkit/Source/WebKit2/WebProcess/Cookies/
DWebCookieManager.cpp59 HashSet<String> hostnames; in getHostnamesWithCookies() local
61 WebCore::getHostnamesWithCookies(hostnames); in getHostnamesWithCookies()
64 copyToVector(hostnames, hostnameList); in getHostnamesWithCookies()
/external/webkit/Source/WebCore/platform/
DCookieJar.h49 void getHostnamesWithCookies(HashSet<String>& hostnames);
/external/webkit/Source/WebCore/platform/efl/
DCookieJarEfl.cpp55 void getHostnamesWithCookies(HashSet<String>& hostnames) in getHostnamesWithCookies() argument
/external/webkit/Source/WebCore/platform/network/android/
DCookieJarAndroid.cpp55 void getHostnamesWithCookies(HashSet<String>& hostnames) in getHostnamesWithCookies() argument
/external/webkit/Source/WebCore/platform/haiku/
DCookieJarHaiku.cpp78 void getHostnamesWithCookies(HashSet<String>& hostnames) in getHostnamesWithCookies() argument
/external/webkit/Source/WebCore/platform/network/curl/
DCookieJarCurl.cpp71 void getHostnamesWithCookies(HashSet<String>& hostnames) in getHostnamesWithCookies() argument
/external/webkit/Source/WebCore/platform/network/chromium/
DCookieJarChromium.cpp70 void getHostnamesWithCookies(HashSet<String>& hostnames) in getHostnamesWithCookies() argument
/external/chromium/chrome/browser/net/
Dpredictor_api.h49 void DnsPrefetchList(const NameList& hostnames);
Dpredictor_api.cc161 void DnsPrefetchList(const NameList& hostnames) { in DnsPrefetchList() argument
165 for (NameList::const_iterator it = hostnames.begin(); in DnsPrefetchList()
166 it < hostnames.end(); in DnsPrefetchList()
/external/webkit/Source/WebCore/platform/network/win/
DCookieJarWin.cpp89 void getHostnamesWithCookies(HashSet<String>& hostnames) in getHostnamesWithCookies() argument
/external/chromium/chrome/browser/renderer_host/
Dchrome_render_message_filter.cc94 const std::vector<std::string>& hostnames) { in OnDnsPrefetch() argument
95 chrome_browser_net::DnsPrefetchList(hostnames); in OnDnsPrefetch()
Dchrome_render_message_filter.h45 void OnDnsPrefetch(const std::vector<std::string>& hostnames);
/external/webkit/Source/WebCore/platform/network/soup/
DCookieJarSoup.cpp125 void getHostnamesWithCookies(HashSet<String>& hostnames) in getHostnamesWithCookies() argument
/external/webkit/Source/WebCore/platform/network/cf/
DCookieJarCFNet.cpp236 void getHostnamesWithCookies(HashSet<String>& hostnames) in getHostnamesWithCookies() argument
250 hostnames.add(domain.get()); in getHostnamesWithCookies()
/external/webkit/Source/WebCore/platform/qt/
DCookieJarQt.cpp136 void getHostnamesWithCookies(HashSet<String>& hostnames) in getHostnamesWithCookies() argument
/external/dnsmasq/contrib/port-forward/
Dportforward2 # forwarding to hostnames. If the dnsmasq-determined hostname matches the
/external/webkit/Source/WebCore/platform/mac/
DCookieJar.mm228 void getHostnamesWithCookies(HashSet<String>& hostnames)
236 hostnames.add([cookie domain]);
/external/openssh/
Dssh-keyscan.034 -H Hash all hostnames and addresses in the output. Hashed names may
Dsshd.0337 hostnames or addresses, a from stanza may match IP addresses
371 pattern matching is performed on the specified hostnames, they
408 (optional), hostnames, bits, exponent, modulus, comment. The fields are
426 Alternately, hostnames may be stored in a hashed form which hides host
428 hostnames start with a `|' character. Only one hashed hostname may
DPROTOCOL.certkeys146 certificate is valid; hostnames for SSH_CERT_TYPE_HOST certificates and

12