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

/external/chromium_org/net/socket/
H A Dssl_session_cache_openssl.cc57 // Helper struct used to store session IDs in a SessionIdIndex container
282 typedef base::hash_map<SessionId, KeyIndex::iterator> SessionIdIndex; typedef in class:net::SSLSessionCacheOpenSSLImpl
293 SessionIdIndex::iterator it = id_index_.find(SessionId(session));
306 SessionIdIndex::iterator id_it = id_index_.find(session_id);
492 SessionIdIndex id_index_;

Completed in 990 milliseconds