Home
last modified time | relevance | path

Searched refs:num_iovec (Results 1 – 4 of 4) sorted by relevance

/openssl/ssl/quic/
H A Dquic_record_tx.c341 size_t num_iovec) in iovec_total_bytes() argument
345 for (i = 0; i < num_iovec; ++i) in iovec_total_bytes()
353 size_t num_iovec) in iovec_cur_init() argument
356 cur->num_iovec = num_iovec; in iovec_cur_init()
380 if (cur->idx >= cur->num_iovec) in iovec_cur_get_buffer()
639 iovec_cur_init(&cur, iovec, num_iovec); in qtx_write()
760 size_t num_iovec; in qtx_mutate_write() local
765 &iovec, &num_iovec, qtx->mutatearg)) in qtx_mutate_write()
770 num_iovec = pkt->num_iovec; in qtx_mutate_write()
774 hdr, iovec, num_iovec); in qtx_mutate_write()
[all …]
H A Dqlog_event_helpers.c531 size_t num_iovec) in log_frames() argument
537 for (i = 0; i < num_iovec; ++i) { in log_frames()
570 size_t num_iovec, in log_packet() argument
601 log_frames(qlog_instance, iovec, num_iovec); in log_packet()
612 size_t num_iovec, in ossl_qlog_event_transport_packet_sent() argument
617 log_packet(qlog, hdr, pn, iovec, num_iovec, datagram_id); in ossl_qlog_event_transport_packet_sent()
626 size_t num_iovec, in ossl_qlog_event_transport_packet_received() argument
631 log_packet(qlog, hdr, pn, iovec, num_iovec, datagram_id); in ossl_qlog_event_transport_packet_received()
H A Dquic_txp.c156 size_t num_iovec; member
197 h->num_iovec = 0; in tx_helper_init()
258 if (!txp_el_ensure_iovec(el, h->num_iovec + 1)) in tx_helper_append_iovec()
261 el->iovec[h->num_iovec].buf = buf; in tx_helper_append_iovec()
262 el->iovec[h->num_iovec].buf_len = buf_len; in tx_helper_append_iovec()
264 ++h->num_iovec; in tx_helper_append_iovec()
2089 if (!txp_el_ensure_iovec(&txp->el[enc_level], h->num_iovec + 3)) in txp_generate_crypto_frames()
2334 if (!txp_el_ensure_iovec(&txp->el[enc_level], h->num_iovec + 3)) in txp_generate_stream_frames()
2908 txpkt.num_iovec = pkt->h.num_iovec; in txp_pkt_commit()
/openssl/include/internal/
H A Dquic_record_tx.h170 size_t num_iovec; member

Completed in 19 milliseconds