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

  /external/chromium/net/third_party/nss/ssl/
sslsecur.c 487 rv = sslBuffer_Append(&ss->pendingBuf, data, len);
489 SSL_GETPID(), ss->fd, len, ss->pendingBuf.len));
505 if (ss->pendingBuf.len != 0) {
507 SSL_GETPID(), ss->fd, ss->pendingBuf.len));
508 rv = ssl_DefSend(ss, ss->pendingBuf.buf, ss->pendingBuf.len, 0);
512 ss->pendingBuf.len -= rv;
513 if (ss->pendingBuf.len > 0 && rv > 0) {
515 PORT_Memmove(ss->pendingBuf.buf, ss->pendingBuf.buf + rv,
    [all...]
sslsock.c 407 PORT_Free(ss->pendingBuf.buf);
    [all...]
sslimpl.h     [all...]
ssl3con.c     [all...]

Completed in 641 milliseconds