HomeSort by relevance Sort by last modified time
    Searched refs:recvBufLock (Results 1 - 2 of 2) sorted by null

  /external/chromium/net/third_party/nss/ssl/
sslimpl.h 379 ** Everything in here is protected by the recvBufLock.
389 sslBuffer buf; /*recvBufLock*/ /* ssl 2 & 3 */
435 sslBuffer inbuf; /*recvBufLock*/ /* ssl3 only */
761 sslBuffer msg_body; /* protected by recvBufLock */
774 /* protected by recvBufLock */
    [all...]
sslsock.c 386 if (ss->recvBufLock) {
387 PZ_DestroyMonitor(ss->recvBufLock);
388 ss->recvBufLock = NULL;
    [all...]

Completed in 266 milliseconds