Home
last modified time | relevance | path

Searched refs:FindLocked (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/src/core/tsi/ssl/session_cache/
Dssl_session_cache.cc105 SslSessionLRUCache::Node* SslSessionLRUCache::FindLocked( in FindLocked() function in tsi::SslSessionLRUCache
122 Node* node = FindLocked(grpc_slice_from_static_string(key)); in Put()
147 Node* node = FindLocked(key_slice); in Get()
Dssl_session_cache.h83 Node* FindLocked(const grpc_slice& key);