Searched refs:total_len (Results 1 – 3 of 3) sorted by relevance
/openssl/ssl/quic/ |
H A D | quic_sstream.c | 97 size_t num_iov_ = 0, src_len = 0, total_len = 0, i; in ossl_quic_sstream_get_stream_frame() local 134 if (total_len >= max_len) in ossl_quic_sstream_get_stream_frame() 138 range->range.start + total_len, in ossl_quic_sstream_get_stream_frame() 147 if (total_len + src_len > max_len) in ossl_quic_sstream_get_stream_frame() 148 src_len = (size_t)(max_len - total_len); in ossl_quic_sstream_get_stream_frame() 153 total_len += src_len; in ossl_quic_sstream_get_stream_frame() 158 hdr->len = total_len; in ossl_quic_sstream_get_stream_frame()
|
/openssl/demos/http3/ |
H A D | ossl-nghttp3.c | 568 size_t i, num_vecs, written, total_written, total_len; in OSSL_DEMO_H3_CONN_handle_events() local 632 total_len = nghttp3_vec_len(vecs, num_vecs); in OSSL_DEMO_H3_CONN_handle_events() 685 if (fin && total_written == total_len) { in OSSL_DEMO_H3_CONN_handle_events() 687 if (total_len == 0) { in OSSL_DEMO_H3_CONN_handle_events()
|
/openssl/test/ |
H A D | quic_stream_test.c | 16 size_t i, total_len = 0; in compare_iov() local 20 total_len += iov[i].buf_len; in compare_iov() 22 if (ref_len != total_len) in compare_iov()
|
Completed in 11 milliseconds