/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/ |
D | KnownHosts.java | 99 …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/ |
D | WebMediaCacheManagerProxy.cpp | 84 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()
|
D | WebCookieManagerProxy.cpp | 92 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()
|
D | WebMediaCacheManagerProxy.messages.in | 24 DidGetHostnamesWithMediaCache(Vector<WTF::String> hostnames, uint64_t callbackID);
|
D | WebCookieManagerProxy.messages.in | 24 DidGetHostnamesWithCookies(Vector<WTF::String> hostnames, uint64_t callbackID);
|
/external/webkit/Source/WebKit2/WebProcess/Cookies/ |
D | WebCookieManager.cpp | 59 HashSet<String> hostnames; in getHostnamesWithCookies() local 61 WebCore::getHostnamesWithCookies(hostnames); in getHostnamesWithCookies() 64 copyToVector(hostnames, hostnameList); in getHostnamesWithCookies()
|
/external/webkit/Source/WebCore/platform/ |
D | CookieJar.h | 49 void getHostnamesWithCookies(HashSet<String>& hostnames);
|
/external/webkit/Source/WebCore/platform/efl/ |
D | CookieJarEfl.cpp | 55 void getHostnamesWithCookies(HashSet<String>& hostnames) in getHostnamesWithCookies() argument
|
/external/webkit/Source/WebCore/platform/network/android/ |
D | CookieJarAndroid.cpp | 55 void getHostnamesWithCookies(HashSet<String>& hostnames) in getHostnamesWithCookies() argument
|
/external/webkit/Source/WebCore/platform/haiku/ |
D | CookieJarHaiku.cpp | 78 void getHostnamesWithCookies(HashSet<String>& hostnames) in getHostnamesWithCookies() argument
|
/external/webkit/Source/WebCore/platform/network/curl/ |
D | CookieJarCurl.cpp | 71 void getHostnamesWithCookies(HashSet<String>& hostnames) in getHostnamesWithCookies() argument
|
/external/webkit/Source/WebCore/platform/network/chromium/ |
D | CookieJarChromium.cpp | 70 void getHostnamesWithCookies(HashSet<String>& hostnames) in getHostnamesWithCookies() argument
|
/external/chromium/chrome/browser/net/ |
D | predictor_api.h | 49 void DnsPrefetchList(const NameList& hostnames);
|
D | predictor_api.cc | 161 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/ |
D | CookieJarWin.cpp | 89 void getHostnamesWithCookies(HashSet<String>& hostnames) in getHostnamesWithCookies() argument
|
/external/chromium/chrome/browser/renderer_host/ |
D | chrome_render_message_filter.cc | 94 const std::vector<std::string>& hostnames) { in OnDnsPrefetch() argument 95 chrome_browser_net::DnsPrefetchList(hostnames); in OnDnsPrefetch()
|
D | chrome_render_message_filter.h | 45 void OnDnsPrefetch(const std::vector<std::string>& hostnames);
|
/external/webkit/Source/WebCore/platform/network/soup/ |
D | CookieJarSoup.cpp | 125 void getHostnamesWithCookies(HashSet<String>& hostnames) in getHostnamesWithCookies() argument
|
/external/webkit/Source/WebCore/platform/network/cf/ |
D | CookieJarCFNet.cpp | 236 void getHostnamesWithCookies(HashSet<String>& hostnames) in getHostnamesWithCookies() argument 250 hostnames.add(domain.get()); in getHostnamesWithCookies()
|
/external/webkit/Source/WebCore/platform/qt/ |
D | CookieJarQt.cpp | 136 void getHostnamesWithCookies(HashSet<String>& hostnames) in getHostnamesWithCookies() argument
|
/external/dnsmasq/contrib/port-forward/ |
D | portforward | 2 # forwarding to hostnames. If the dnsmasq-determined hostname matches the
|
/external/webkit/Source/WebCore/platform/mac/ |
D | CookieJar.mm | 228 void getHostnamesWithCookies(HashSet<String>& hostnames) 236 hostnames.add([cookie domain]);
|
/external/openssh/ |
D | ssh-keyscan.0 | 34 -H Hash all hostnames and addresses in the output. Hashed names may
|
D | sshd.0 | 337 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
|
D | PROTOCOL.certkeys | 146 certificate is valid; hostnames for SSH_CERT_TYPE_HOST certificates and
|