Home | History | Annotate | Download | only in ssl

Lines Matching refs:opt

1014     sslOptions       opt;
1256 { if (!ss->opt.noLocks) PZ_EnterMonitor((ss)->firstHandshakeLock); }
1258 { if (!ss->opt.noLocks) PZ_ExitMonitor((ss)->firstHandshakeLock); }
1263 { if (!ss->opt.noLocks) PZ_EnterMonitor((ss)->ssl3HandshakeLock); }
1265 { if (!ss->opt.noLocks) PZ_ExitMonitor((ss)->ssl3HandshakeLock); }
1270 { if (!ss->opt.noLocks) NSSRWLock_LockRead((ss)->specLock); }
1272 { if (!ss->opt.noLocks) NSSRWLock_UnlockRead((ss)->specLock); }
1275 { if (!ss->opt.noLocks) NSSRWLock_LockWrite((ss)->specLock); }
1277 { if (!ss->opt.noLocks) NSSRWLock_UnlockWrite((ss)->specLock); }
1282 { if (!ss->opt.noLocks) PZ_EnterMonitor((ss)->recvBufLock); }
1284 { if (!ss->opt.noLocks) PZ_ExitMonitor( (ss)->recvBufLock); }
1289 { if (!ss->opt.noLocks) PZ_EnterMonitor((ss)->xmitBufLock); }
1291 { if (!ss->opt.noLocks) PZ_ExitMonitor( (ss)->xmitBufLock); }