Searched refs:stream_txfc (Results 1 – 2 of 2) sorted by relevance
/openssl/test/ |
H A D | quic_fc_test.c | 17 QUIC_TXFC conn_txfc, stream_txfc, *txfc, *parent_txfc; in test_txfc() local 22 if (is_stream && !TEST_true(ossl_quic_txfc_init(&stream_txfc, &conn_txfc))) in test_txfc() 25 txfc = is_stream ? &stream_txfc : &conn_txfc; in test_txfc()
|
/openssl/ssl/quic/ |
H A D | quic_txp.c | 2133 QUIC_TXFC *stream_txfc, in txp_plan_stream_chunk() argument 2155 fc_credit = ossl_quic_txfc_get_credit(stream_txfc, consumed); in txp_plan_stream_chunk() 2156 fc_swm = ossl_quic_txfc_get_swm(stream_txfc); in txp_plan_stream_chunk() 2187 QUIC_TXFC *stream_txfc, in txp_generate_stream_frames() argument 2210 fc_swm = ossl_quic_txfc_get_swm(stream_txfc); in txp_generate_stream_frames() 2220 if (!txp_plan_stream_chunk(txp, h, sstream, stream_txfc, i, &chunks[i], in txp_generate_stream_frames() 2259 if (!txp_plan_stream_chunk(txp, h, sstream, stream_txfc, i + 1, in txp_generate_stream_frames()
|
Completed in 17 milliseconds