Searched refs:nextwbuf (Results 1 – 2 of 2) sorted by relevance
1890 if (!ossl_assert(rl->nextwbuf >= rl->numwpipes in tls_write_records()1891 || TLS_BUFFER_get_left(&rl->wbuf[rl->nextwbuf]) == 0)) { in tls_write_records()1901 rl->nextwbuf = 0; in tls_write_records()1912 if (rl->nextwbuf >= rl->numwpipes) in tls_retry_write_records()1916 thiswb = &rl->wbuf[rl->nextwbuf]; in tls_retry_write_records()1960 if (++(rl->nextwbuf) < rl->numwpipes) in tls_retry_write_records()1963 if (rl->nextwbuf == rl->numwpipes in tls_retry_write_records()1974 if (++(rl->nextwbuf) == rl->numwpipes in tls_retry_write_records()2099 if (rl->nextwbuf < rl->numwpipes) in tls_alloc_buffers()2130 if (rl->nextwbuf < rl->numwpipes) { in tls_free_buffers()[all …]
246 size_t nextwbuf; member
Completed in 16 milliseconds