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

/external/chromium_org/net/third_party/nss/ssl/
H A Dsslsecur.c363 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
[all...]
H A Ddtlscon.c587 * 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) {
H A Dsslsock.c431 PORT_Free(ss->pendingBuf.buf);
2464 (ss->pendingBuf.len != 0)) { /* write data waiting to be sent */
2474 if (ss->lastWriteBlocked && ss->pendingBuf.len != 0) {
H A Dsslimpl.h1249 sslBuffer pendingBuf; /*xmitBufLock*/ member in struct:sslSocketStr
H A Dssl3con.c2683 if ((ss->pendingBuf.len > 0) ||
2701 if (ss->pendingBuf.len) {
2761 if (ss->pendingBuf.len > SSL3_PENDING_HIGH_WATER &&
2807 if (ss->pendingBuf.len) {
2814 if (ss->pendingBuf.len) {

Completed in 131 milliseconds