Home
last modified time | relevance | path

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

/openssl/test/
H A Dquic_stream_test.c56 num_iov = OSSL_NELEM(iov); in test_sstream_simple()
72 num_iov = OSSL_NELEM(iov); in test_sstream_simple()
89 num_iov = OSSL_NELEM(iov); in test_sstream_simple()
105 num_iov = OSSL_NELEM(iov); in test_sstream_simple()
115 num_iov = OSSL_NELEM(iov); in test_sstream_simple()
132 num_iov = OSSL_NELEM(iov); in test_sstream_simple()
159 num_iov = OSSL_NELEM(iov); in test_sstream_simple()
173 num_iov = OSSL_NELEM(iov); in test_sstream_simple()
184 num_iov = OSSL_NELEM(iov); in test_sstream_simple()
198 num_iov = OSSL_NELEM(iov); in test_sstream_simple()
[all …]
H A Dquic_fifd_test.c113 size_t num_iov; in test_generic() local
131 num_iov = OSSL_NELEM(iov); in test_generic()
142 &hdr, iov, &num_iov)) in test_generic()
251 num_iov = OSSL_NELEM(iov); in test_generic()
257 &hdr, iov, &num_iov)) in test_generic()
286 num_iov = OSSL_NELEM(iov); in test_generic()
288 &hdr, iov, &num_iov)) in test_generic()
/openssl/ssl/quic/
H A Dquic_sstream.c95 size_t *num_iov) in ossl_quic_sstream_get_stream_frame() argument
102 if (*num_iov < 2) in ossl_quic_sstream_get_stream_frame()
120 *num_iov = 0; in ossl_quic_sstream_get_stream_frame()
162 *num_iov = num_iov_; in ossl_quic_sstream_get_stream_frame()
170 size_t num_iov = OSSL_NELEM(iov); in ossl_quic_sstream_has_pending() local
172 return ossl_quic_sstream_get_stream_frame(qss, 0, &shdr, iov, &num_iov); in ossl_quic_sstream_has_pending()
405 size_t num_iov) in ossl_quic_sstream_adjust_iov() argument
409 for (i = 0, running = 0; i < num_iov; ++i) { in ossl_quic_sstream_adjust_iov()
H A Dquic_stream_map.c245 size_t num_iov; in stream_has_data_to_send() local
268 num_iov = OSSL_NELEM(iov); in stream_has_data_to_send()
270 &num_iov)) in stream_has_data_to_send()
H A Dquic_txp.c1489 size_t num_iov = OSSL_NELEM(iov); in sstream_is_pending() local
1491 return ossl_quic_sstream_get_stream_frame(sstream, 0, &hdr, iov, &num_iov); in sstream_is_pending()
/openssl/include/internal/
H A Dquic_stream.h132 size_t *num_iov);
296 size_t num_iov);

Completed in 30 milliseconds