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

  /external/chromium_org/net/third_party/nss/ssl/
dtlscon.c 256 dtls_FreeHandshakeMessages(&ss->ssl3.hs.lastMessageFlight);
423 dtls_FreeHandshakeMessages(&ss->ssl3.hs.lastMessageFlight);
467 PR_APPEND_LINK(&msg->link, &ss->ssl3.hs.lastMessageFlight);
587 * ss->pendingBuf, but rather in the lastMessageFlight
593 for (msg_p = PR_LIST_HEAD(&ss->ssl3.hs.lastMessageFlight);
594 msg_p != &ss->ssl3.hs.lastMessageFlight;
    [all...]
sslimpl.h 878 PRCList lastMessageFlight; /* The last message flight we
    [all...]
sslsock.c     [all...]
ssl3con.c     [all...]

Completed in 1577 milliseconds