Lines Matching refs:srv

51 void ossl_quic_tserver_free(QUIC_TSERVER *srv);
54 int ossl_quic_tserver_set_plain_packet_mutator(QUIC_TSERVER *srv,
59 int ossl_quic_tserver_set_handshake_mutator(QUIC_TSERVER *srv,
65 int ossl_quic_tserver_tick(QUIC_TSERVER *srv);
68 int ossl_quic_tserver_is_connected(QUIC_TSERVER *srv);
73 int ossl_quic_tserver_is_handshake_confirmed(const QUIC_TSERVER *srv);
76 int ossl_quic_tserver_is_term_any(const QUIC_TSERVER *srv);
79 ossl_quic_tserver_get_terminate_cause(const QUIC_TSERVER *srv);
82 int ossl_quic_tserver_is_terminated(const QUIC_TSERVER *srv);
93 int ossl_quic_tserver_read(QUIC_TSERVER *srv,
102 int ossl_quic_tserver_has_read_ended(QUIC_TSERVER *srv, uint64_t stream_id);
115 int ossl_quic_tserver_write(QUIC_TSERVER *srv,
124 int ossl_quic_tserver_conclude(QUIC_TSERVER *srv, uint64_t stream_id);
130 int ossl_quic_tserver_stream_new(QUIC_TSERVER *srv,
134 BIO *ossl_quic_tserver_get0_rbio(QUIC_TSERVER *srv);
136 SSL_CTX *ossl_quic_tserver_get0_ssl_ctx(QUIC_TSERVER *srv);
142 int ossl_quic_tserver_stream_has_peer_stop_sending(QUIC_TSERVER *srv,
150 int ossl_quic_tserver_stream_has_peer_reset_stream(QUIC_TSERVER *srv,
157 int ossl_quic_tserver_set_new_local_cid(QUIC_TSERVER *srv,
164 uint64_t ossl_quic_tserver_pop_incoming_stream(QUIC_TSERVER *srv);
169 int ossl_quic_tserver_is_stream_totally_acked(QUIC_TSERVER *srv,
173 int ossl_quic_tserver_get_net_read_desired(QUIC_TSERVER *srv);
176 int ossl_quic_tserver_get_net_write_desired(QUIC_TSERVER *srv);
179 OSSL_TIME ossl_quic_tserver_get_deadline(QUIC_TSERVER *srv);
185 int ossl_quic_tserver_shutdown(QUIC_TSERVER *srv, uint64_t app_error_code);
188 int ossl_quic_tserver_ping(QUIC_TSERVER *srv);
191 void ossl_quic_tserver_set_msg_callback(QUIC_TSERVER *srv,
202 QUIC_CHANNEL *ossl_quic_tserver_get_channel(QUIC_TSERVER *srv);
205 int ossl_quic_tserver_new_ticket(QUIC_TSERVER *srv);
211 int ossl_quic_tserver_set_max_early_data(QUIC_TSERVER *srv,
215 void ossl_quic_tserver_set_psk_find_session_cb(QUIC_TSERVER *srv,