Home
last modified time | relevance | path

Searched defs:lruSessionCache (Results 1 – 2 of 2) sorted by relevance

/external/cronet/third_party/boringssl/src/ssl/test/runner/
Dcommon.go2233 type lruSessionCache struct { struct
2234 sync.Mutex
2236 m map[string]*list.Element
2237 q *list.List
2238 capacity int
2247 func (c *lruSessionCache) Put(sessionKey string, cs any) {
2275 func (c *lruSessionCache) Get(sessionKey string) (any, bool) {
2289 lruSessionCache anonMember
2307 lruSessionCache anonMember
/external/boringssl/src/ssl/test/runner/
Dcommon.go2210 type lruSessionCache struct { struct
2211 sync.Mutex
2213 m map[string]*list.Element
2214 q *list.List
2215 capacity int
2224 func (c *lruSessionCache) Put(sessionKey string, cs any) {
2252 func (c *lruSessionCache) Get(sessionKey string) (any, bool) {
2266 lruSessionCache anonMember
2284 lruSessionCache anonMember