Searched refs:HostPortMap (Results 1 - 2 of 2) sorted by relevance

/external/chromium/net/socket/
H A Dssl_client_socket_openssl.cc218 std::pair<HostPortMap::iterator, bool> res =
255 HostPortMap::iterator it = host_port_map_.find(host_and_port);
276 typedef std::map<HostPortPair, SSL_SESSION*> HostPortMap; typedef in class:net::__anon3209::SSLSessionCache
277 typedef std::map<SSL_SESSION*, HostPortMap::iterator> SessionMap;
278 HostPortMap host_port_map_;
/external/chromium_org/net/socket/
H A Dssl_client_socket_openssl.cc235 std::pair<HostPortMap::iterator, bool> res =
273 HostPortMap::iterator it = host_port_map_.find(cache_key);
291 for (HostPortMap::iterator i = host_port_map_.begin();
307 typedef std::map<std::string, SSL_SESSION*> HostPortMap; typedef in class:net::__anon8973::SSLSessionCache
308 typedef std::map<SSL_SESSION*, HostPortMap::iterator> SessionMap;
309 HostPortMap host_port_map_;

Completed in 99 milliseconds