Home
last modified time | relevance | path

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

/external/cronet/third_party/boringssl/src/ssl/test/runner/
Dcommon.go2306 type lruServerSessionCache struct { struct
2307 lruSessionCache
2310 func (c *lruServerSessionCache) Put(sessionID string, session *sessionState) {
2314 func (c *lruServerSessionCache) Get(sessionID string) (*sessionState, bool) {
/external/boringssl/src/ssl/test/runner/
Dcommon.go2283 type lruServerSessionCache struct { struct
2284 lruSessionCache
2287 func (c *lruServerSessionCache) Put(sessionID string, session *sessionState) {
2291 func (c *lruServerSessionCache) Get(sessionID string) (*sessionState, bool) {