Lines Matching defs:srv

54     QUIC_TSERVER *srv = arg;  in alpn_select_cb()  local
79 QUIC_TSERVER *srv = NULL; in ossl_quic_tserver_new() local
169 void ossl_quic_tserver_free(QUIC_TSERVER *srv) in ossl_quic_tserver_free()
189 int ossl_quic_tserver_set_plain_packet_mutator(QUIC_TSERVER *srv, in ossl_quic_tserver_set_plain_packet_mutator()
198 int ossl_quic_tserver_set_handshake_mutator(QUIC_TSERVER *srv, in ossl_quic_tserver_set_handshake_mutator()
209 int ossl_quic_tserver_tick(QUIC_TSERVER *srv) in ossl_quic_tserver_tick()
219 int ossl_quic_tserver_is_connected(QUIC_TSERVER *srv) in ossl_quic_tserver_is_connected()
225 int ossl_quic_tserver_is_term_any(const QUIC_TSERVER *srv) in ossl_quic_tserver_is_term_any()
231 ossl_quic_tserver_get_terminate_cause(const QUIC_TSERVER *srv) in ossl_quic_tserver_get_terminate_cause()
237 int ossl_quic_tserver_is_terminated(const QUIC_TSERVER *srv) in ossl_quic_tserver_is_terminated()
242 size_t ossl_quic_tserver_get_short_header_conn_id_len(const QUIC_TSERVER *srv) in ossl_quic_tserver_get_short_header_conn_id_len()
247 int ossl_quic_tserver_is_handshake_confirmed(const QUIC_TSERVER *srv) in ossl_quic_tserver_is_handshake_confirmed()
252 int ossl_quic_tserver_read(QUIC_TSERVER *srv, in ossl_quic_tserver_read()
315 int ossl_quic_tserver_has_read_ended(QUIC_TSERVER *srv, uint64_t stream_id) in ossl_quic_tserver_has_read_ended()
363 int ossl_quic_tserver_write(QUIC_TSERVER *srv, in ossl_quic_tserver_write()
395 int ossl_quic_tserver_conclude(QUIC_TSERVER *srv, uint64_t stream_id) in ossl_quic_tserver_conclude()
416 int ossl_quic_tserver_stream_new(QUIC_TSERVER *srv, in ossl_quic_tserver_stream_new()
432 BIO *ossl_quic_tserver_get0_rbio(QUIC_TSERVER *srv) in ossl_quic_tserver_get0_rbio()
437 SSL_CTX *ossl_quic_tserver_get0_ssl_ctx(QUIC_TSERVER *srv) in ossl_quic_tserver_get0_ssl_ctx()
442 int ossl_quic_tserver_stream_has_peer_stop_sending(QUIC_TSERVER *srv, in ossl_quic_tserver_stream_has_peer_stop_sending()
459 int ossl_quic_tserver_stream_has_peer_reset_stream(QUIC_TSERVER *srv, in ossl_quic_tserver_stream_has_peer_reset_stream()
476 int ossl_quic_tserver_set_new_local_cid(QUIC_TSERVER *srv, in ossl_quic_tserver_set_new_local_cid()
483 uint64_t ossl_quic_tserver_pop_incoming_stream(QUIC_TSERVER *srv) in ossl_quic_tserver_pop_incoming_stream()
496 int ossl_quic_tserver_is_stream_totally_acked(QUIC_TSERVER *srv, in ossl_quic_tserver_is_stream_totally_acked()
509 int ossl_quic_tserver_get_net_read_desired(QUIC_TSERVER *srv) in ossl_quic_tserver_get_net_read_desired()
515 int ossl_quic_tserver_get_net_write_desired(QUIC_TSERVER *srv) in ossl_quic_tserver_get_net_write_desired()
521 OSSL_TIME ossl_quic_tserver_get_deadline(QUIC_TSERVER *srv) in ossl_quic_tserver_get_deadline()
527 int ossl_quic_tserver_shutdown(QUIC_TSERVER *srv, uint64_t app_error_code) in ossl_quic_tserver_shutdown()
539 int ossl_quic_tserver_ping(QUIC_TSERVER *srv) in ossl_quic_tserver_ping()
551 QUIC_CHANNEL *ossl_quic_tserver_get_channel(QUIC_TSERVER *srv) in ossl_quic_tserver_get_channel()
556 void ossl_quic_tserver_set_msg_callback(QUIC_TSERVER *srv, in ossl_quic_tserver_set_msg_callback()
569 int ossl_quic_tserver_new_ticket(QUIC_TSERVER *srv) in ossl_quic_tserver_new_ticket()
574 int ossl_quic_tserver_set_max_early_data(QUIC_TSERVER *srv, in ossl_quic_tserver_set_max_early_data()
580 void ossl_quic_tserver_set_psk_find_session_cb(QUIC_TSERVER *srv, in ossl_quic_tserver_set_psk_find_session_cb()