Lines Matching refs:iov
1488 OSSL_QTX_IOVEC iov[2]; in sstream_is_pending() local
1489 size_t num_iov = OSSL_NELEM(iov); in sstream_is_pending()
1491 return ossl_quic_sstream_get_stream_frame(sstream, 0, &hdr, iov, &num_iov); in sstream_is_pending()
2046 OSSL_QTX_IOVEC iov[2]; in txp_generate_crypto_frames() local
2059 num_stream_iovec = OSSL_NELEM(iov); in txp_generate_crypto_frames()
2061 i, &shdr, iov, in txp_generate_crypto_frames()
2083 ossl_quic_sstream_adjust_iov((size_t)chdr.len, iov, num_stream_iovec); in txp_generate_crypto_frames()
2107 tx_helper_append_iovec(h, iov[i].buf, iov[i].buf_len); in txp_generate_crypto_frames()
2125 OSSL_QTX_IOVEC iov[2]; member
2140 chunk->num_stream_iovec = OSSL_NELEM(chunk->iov); in txp_plan_stream_chunk()
2143 chunk->iov, in txp_plan_stream_chunk()
2328 ossl_quic_sstream_adjust_iov((size_t)shdr->len, chunks[i % 2].iov, in txp_generate_stream_frames()
2356 tx_helper_append_iovec(h, chunks[i % 2].iov[j].buf, in txp_generate_stream_frames()
2357 chunks[i % 2].iov[j].buf_len); in txp_generate_stream_frames()