Searched refs:nextwbuf (Results 1 – 2 of 2) sorted by relevance
1897 if (!ossl_assert(rl->nextwbuf >= rl->numwpipes in tls_write_records()1898 || TLS_BUFFER_get_left(&rl->wbuf[rl->nextwbuf]) == 0)) { in tls_write_records()1908 rl->nextwbuf = 0; in tls_write_records()1919 if (rl->nextwbuf >= rl->numwpipes) in tls_retry_write_records()1923 thiswb = &rl->wbuf[rl->nextwbuf]; in tls_retry_write_records()1965 if (++(rl->nextwbuf) < rl->numwpipes) in tls_retry_write_records()1968 if (rl->nextwbuf == rl->numwpipes in tls_retry_write_records()1979 if (++(rl->nextwbuf) == rl->numwpipes in tls_retry_write_records()2103 if (rl->nextwbuf < rl->numwpipes) in tls_alloc_buffers()2134 if (rl->nextwbuf < rl->numwpipes) { in tls_free_buffers()[all …]
245 size_t nextwbuf; member