Searched refs:sendLock (Results 1 – 3 of 3) sorted by relevance
1266 PZLock * sendLock; /* lock against multiple sender threads. */ member1513 #define SSL_LOCK_WRITER(ss) if (ss->sendLock) PZ_Lock(ss->sendLock)1514 #define SSL_UNLOCK_WRITER(ss) if (ss->sendLock) PZ_Unlock(ss->sendLock)
63 sendLock ->/
412 if (ss->sendLock) { in ssl_DestroyLocks()413 PZ_DestroyLock(ss->sendLock); in ssl_DestroyLocks()414 ss->sendLock = NULL; in ssl_DestroyLocks()3008 ss->sendLock = PZ_NewLock(nssILockSSL); in ssl_MakeLocks()3009 if (!ss->sendLock) in ssl_MakeLocks()