Home
last modified time | relevance | path

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

/openssl/ssl/quic/
H A Dquic_txp.c184 static int txp_el_ensure_iovec(struct txp_el *el, size_t num);
258 if (!txp_el_ensure_iovec(el, h->num_iovec + 1)) in tx_helper_append_iovec()
2089 if (!txp_el_ensure_iovec(&txp->el[enc_level], h->num_iovec + 3)) in txp_generate_crypto_frames()
2335 if (!txp_el_ensure_iovec(&txp->el[enc_level], h->num_iovec + 3)) in txp_generate_stream_frames()
3053 static int txp_el_ensure_iovec(struct txp_el *el, size_t num) in txp_el_ensure_iovec() function

Completed in 11 milliseconds