Home
last modified time | relevance | path

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

/external/chromium_org/net/third_party/nss/ssl/
Dsslsnce.c1492 sidCacheLock* newLocks; in SSL_InheritMPServerSIDCacheInstance() local
1620 newLocks = PORT_NewArray(sidCacheLock, locks_to_initialize); in SSL_InheritMPServerSIDCacheInstance()
1621 if (!newLocks) in SSL_InheritMPServerSIDCacheInstance()
1624 memcpy(newLocks, cache->sidCacheLocks, in SSL_InheritMPServerSIDCacheInstance()
1626 cache->sidCacheLocks = newLocks; in SSL_InheritMPServerSIDCacheInstance()
1631 err = sslMutex_2LevelInit(&newLocks[locks_initialized].mutex); in SSL_InheritMPServerSIDCacheInstance()