Searched defs:tconn (Results 1 – 1 of 1) sorted by relevance
| /external/curl/lib/vquic/ |
| D | ngtcp2.c | 554 cb_recv_crypto_data(ngtcp2_conn *tconn, ngtcp2_crypto_level crypto_level, in cb_recv_crypto_data() 569 static int cb_handshake_completed(ngtcp2_conn *tconn, void *user_data) in cb_handshake_completed() 578 static void extend_stream_window(ngtcp2_conn *tconn, in extend_stream_window() 588 static int cb_recv_stream_data(ngtcp2_conn *tconn, uint32_t flags, in cb_recv_stream_data() 617 cb_acked_stream_data_offset(ngtcp2_conn *tconn, int64_t stream_id, in cb_acked_stream_data_offset() 639 static int cb_stream_close(ngtcp2_conn *tconn, int64_t stream_id, in cb_stream_close() 660 static int cb_stream_reset(ngtcp2_conn *tconn, int64_t stream_id, in cb_stream_reset() 681 static int cb_extend_max_local_streams_bidi(ngtcp2_conn *tconn, in cb_extend_max_local_streams_bidi() 692 static int cb_extend_max_stream_data(ngtcp2_conn *tconn, int64_t stream_id, in cb_extend_max_stream_data() 712 static int cb_get_new_connection_id(ngtcp2_conn *tconn, ngtcp2_cid *cid, in cb_get_new_connection_id()
|