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

/external/chromium_org/net/third_party/nss/ssl/
H A Dsslsecur.c439 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
[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.c355 PORT_Free(ss->pendingBuf.buf);
2468 (ss->pendingBuf.len != 0)) { /* write data waiting to be sent */
2478 if (ss->lastWriteBlocked && ss->pendingBuf.len != 0) {
H A Dsslimpl.h1338 sslBuffer pendingBuf; /*xmitBufLock*/ member in struct:sslSocketStr
H A Dssl3con.c3030 if ((ss->pendingBuf.len > 0) ||
3048 if (ss->pendingBuf.len) {
3108 if (ss->pendingBuf.len > SSL3_PENDING_HIGH_WATER &&
3154 if (ss->pendingBuf.len) {
3161 if (ss->pendingBuf.len) {

Completed in 366 milliseconds