Searched refs:num_iov (Results 1 – 6 of 6) sorted by relevance
/openssl/test/ |
H A D | quic_stream_test.c | 56 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 D | quic_fifd_test.c | 113 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 D | quic_sstream.c | 95 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 D | quic_stream_map.c | 245 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 D | quic_txp.c | 1489 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 D | quic_stream.h | 132 size_t *num_iov); 296 size_t num_iov);
|
Completed in 52 milliseconds