Searched refs:msg_p (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/third_party/nss/ssl/
H A Ddtlscon.c579 PRCList *msg_p; local
593 for (msg_p = PR_LIST_HEAD(&ss->ssl3.hs.lastMessageFlight);
594 msg_p != &ss->ssl3.hs.lastMessageFlight;
595 msg_p = PR_NEXT_LINK(msg_p)) {
596 DTLSQueuedMessage *msg = (DTLSQueuedMessage *)msg_p;

Completed in 182 milliseconds