Searched refs:num_iov (Results 1 – 6 of 6) sorted by relevance
| /src/crypto/openssl/test/ |
| H A D | quic_stream_test.c | 46 size_t num_iov = 0, wr = 0, i, init_size = 8192; in test_sstream_simple() local 56 num_iov = OSSL_NELEM(iov); in test_sstream_simple() 58 &num_iov))) in test_sstream_simple() 72 num_iov = OSSL_NELEM(iov); in test_sstream_simple() 74 &num_iov)) in test_sstream_simple() 75 || !TEST_size_t_gt(num_iov, 0) in test_sstream_simple() 81 if (!TEST_true(compare_iov(data_1, sizeof(data_1), iov, num_iov))) in test_sstream_simple() 89 num_iov = OSSL_NELEM(iov); in test_sstream_simple() 91 &num_iov)) in test_sstream_simple() 92 || !TEST_size_t_gt(num_iov, 0) in test_sstream_simple() [all …]
|
| H A D | quic_fifd_test.c | 117 size_t num_iov; in test_generic() local 136 num_iov = OSSL_NELEM(iov); in test_generic() 147 &hdr, iov, &num_iov)) in test_generic() 255 num_iov = OSSL_NELEM(iov); in test_generic() 261 &hdr, iov, &num_iov)) in test_generic() 290 num_iov = OSSL_NELEM(iov); in test_generic() 292 &hdr, iov, &num_iov)) in test_generic()
|
| /src/crypto/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 | 243 size_t num_iov; in stream_has_data_to_send() local 266 num_iov = OSSL_NELEM(iov); in stream_has_data_to_send() 268 &num_iov)) in stream_has_data_to_send()
|
| H A D | quic_txp.c | 1584 size_t num_iov = OSSL_NELEM(iov); in sstream_is_pending() local 1586 return ossl_quic_sstream_get_stream_frame(sstream, 0, &hdr, iov, &num_iov); in sstream_is_pending()
|
| /src/crypto/openssl/include/internal/ |
| H A D | quic_stream.h | 132 size_t *num_iov); 296 size_t num_iov);
|