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

  /external/chromium_org/net/third_party/nss/ssl/
sslimpl.h 376 ** Everything in here is protected by the recvBufLock.
386 sslBuffer buf; /*recvBufLock*/ /* ssl 2 & 3 */
432 sslBuffer inbuf; /*recvBufLock*/ /* ssl3 only */
911 sslBuffer msg_body; /* protected by recvBufLock */
923 /* protected by recvBufLock */
    [all...]
sslsock.c 334 if (ss->recvBufLock) {
335 PZ_DestroyMonitor(ss->recvBufLock);
336 ss->recvBufLock = NULL;
    [all...]

Completed in 49 milliseconds