Home
last modified time | relevance | path

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

/external/chromium_org/net/third_party/nss/ssl/
Dsslsnce.c247 #define SID_CACHE_ENTRIES_PER_SET 128 macro
699 (setNum * SID_CACHE_ENTRIES_PER_SET); in FindSID()
701 for (i = SID_CACHE_ENTRIES_PER_SET; i > 0; --i) { in FindSID()
704 ndx = (ndx - 1) % SID_CACHE_ENTRIES_PER_SET; in FindSID()
912 PRUint32 ndx = set * SID_CACHE_ENTRIES_PER_SET + next; in ServerSessionIDCache()
918 (next + 1) % SID_CACHE_ENTRIES_PER_SET; in ServerSessionIDCache()
1071 SID_HOWMANY(cache->numSIDCacheEntries, SID_CACHE_ENTRIES_PER_SET); in InitCache()
1074 cache->numSIDCacheSets * SID_CACHE_ENTRIES_PER_SET; in InitCache()