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

  /external/chromium_org/net/third_party/nss/ssl/
sslsecur.c 439 if (ss->pendingBuf.len != 0) {
545 rv = sslBuffer_Append(&ss->pendingBuf, data, len);
547 SSL_GETPID(), ss->fd, len, ss->pendingBuf.len));
563 if (ss->pendingBuf.len != 0) {
565 SSL_GETPID(), ss->fd, ss->pendingBuf.len));
566 rv = ssl_DefSend(ss, ss->pendingBuf.buf, ss->pendingBuf.len, 0);
570 ss->pendingBuf.len -= rv;
571 if (ss->pendingBuf.len > 0 && rv > 0) {
573 PORT_Memmove(ss->pendingBuf.buf, ss->pendingBuf.buf + rv,
    [all...]
dtlscon.c 587 * ss->pendingBuf, but rather in the lastMessageFlight
590 * stuffed something in ss->pendingBuf
592 PORT_Assert(!ss->pendingBuf.len);
632 room_left = ss->ssl3.mtu - ss->pendingBuf.len;
730 /* Flush the data in the pendingBuf and update the max message sent
747 if (ss->pendingBuf.len > 0) {
    [all...]
sslsock.c 355 PORT_Free(ss->pendingBuf.buf);
    [all...]
sslimpl.h     [all...]
ssl3con.c     [all...]

Completed in 286 milliseconds