Home
last modified time | relevance | path

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

/external/chromium_org/net/third_party/nss/ssl/
Dsslsnce.c183 PRUint32 numSIDCacheSets; member
679 % cache->numSIDCacheSets; in SIDindex()
1070 cache->numSIDCacheSets = in InitCache()
1074 cache->numSIDCacheSets * SID_CACHE_ENTRIES_PER_SET; in InitCache()
1077 PR_MIN(cache->numSIDCacheSets, ssl_max_sid_cache_locks); in InitCache()
1080 SID_HOWMANY(cache->numSIDCacheSets, cache->numSIDCacheLocks); in InitCache()
1100 ptr = (ptrdiff_t)(cache->sidCacheSets + cache->numSIDCacheSets); in InitCache()