HomeSort by relevance Sort by last modified time
    Searched full:pendingbuf (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/net/third_party/nss/ssl/
notes.txt 40 place before being written or copied to pendingBuf.
42 ss->pendingBuf contains outgoing ciphertext that was saved after a write
105 ss->pendingBuf.*
122 ss->pendingBuf
sslsecur.c 363 if (ss->pendingBuf.len != 0) {
469 rv = sslBuffer_Append(&ss->pendingBuf, data, len);
471 SSL_GETPID(), ss->fd, len, ss->pendingBuf.len));
487 if (ss->pendingBuf.len != 0) {
489 SSL_GETPID(), ss->fd, ss->pendingBuf.len));
490 rv = ssl_DefSend(ss, ss->pendingBuf.buf, ss->pendingBuf.len, 0);
494 ss->pendingBuf.len -= rv;
495 if (ss->pendingBuf.len > 0 && rv > 0) {
497 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 431 PORT_Free(ss->pendingBuf.buf);
    [all...]
sslimpl.h     [all...]
ssl3con.c     [all...]
  /external/chromium_org/third_party/zlib/
trees.c 179 * IN assertion: there is enough room in pendingBuf.
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
trees.c 178 * IN assertion: there is enough room in pendingBuf.
    [all...]