Home
last modified time | relevance | path

Searched refs:nextwbuf (Results 1 – 2 of 2) sorted by relevance

/openssl/ssl/record/methods/
H A Dtls_common.c1881 if (!ossl_assert(rl->nextwbuf >= rl->numwpipes in tls_write_records()
1882 || TLS_BUFFER_get_left(&rl->wbuf[rl->nextwbuf]) == 0)) { in tls_write_records()
1892 rl->nextwbuf = 0; in tls_write_records()
1903 if (rl->nextwbuf >= rl->numwpipes) in tls_retry_write_records()
1907 thiswb = &rl->wbuf[rl->nextwbuf]; in tls_retry_write_records()
1951 if (++(rl->nextwbuf) < rl->numwpipes) in tls_retry_write_records()
1954 if (rl->nextwbuf == rl->numwpipes in tls_retry_write_records()
1965 if (++(rl->nextwbuf) == rl->numwpipes in tls_retry_write_records()
2090 if (rl->nextwbuf < rl->numwpipes) in tls_alloc_buffers()
2121 if (rl->nextwbuf < rl->numwpipes) { in tls_free_buffers()
[all …]
H A Drecmethod_local.h248 size_t nextwbuf; member

Completed in 21 milliseconds