Home
last modified time | relevance | path

Searched defs:h3conn (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/demos/http3/
H A Dossl-nghttp3-demo.c23 static int on_recv_header(nghttp3_conn *h3conn, int64_t stream_id, in on_recv_header()
44 static int on_end_headers(nghttp3_conn *h3conn, int64_t stream_id, in on_end_headers()
52 static int on_recv_data(nghttp3_conn *h3conn, int64_t stream_id, in on_recv_data()
71 static int on_end_stream(nghttp3_conn *h3conn, int64_t stream_id, in on_end_stream()
H A Dossl-nghttp3.c68 nghttp3_conn *h3conn; member
146 static int h3_conn_recv_data(nghttp3_conn *h3conn, int64_t stream_id, in h3_conn_recv_data()
160 static int h3_conn_stream_close(nghttp3_conn *h3conn, int64_t stream_id, in h3_conn_stream_close()
176 static int h3_conn_stop_sending(nghttp3_conn *h3conn, int64_t stream_id, in h3_conn_stop_sending()
193 static int h3_conn_reset_stream(nghttp3_conn *h3conn, int64_t stream_id, in h3_conn_reset_stream()
216 static int h3_conn_deferred_consume(nghttp3_conn *h3conn, int64_t stream_id, in h3_conn_deferred_consume()
H A Dossl-nghttp3-demo-server.c331 static int on_end_stream(nghttp3_conn *h3conn, int64_t stream_id, in on_end_stream()
342 static int quic_server_read(nghttp3_conn *h3conn, SSL *stream, uint64_t id, struct h3ssl *h3ssl) in quic_server_read()
395 static int quic_server_h3streams(nghttp3_conn *h3conn, struct h3ssl *h3ssl) in quic_server_h3streams()
473 nghttp3_conn *h3conn = *curh3conn; in read_from_ssl_ids() local
1049 nghttp3_conn *h3conn = NULL; in run_quic_server() local