Searched refs:newLocks (Results 1 – 1 of 1) sorted by relevance
1492 sidCacheLock* newLocks; in SSL_InheritMPServerSIDCacheInstance() local1620 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()