Home
last modified time | relevance | path

Searched refs:h3conn (Results 1 – 2 of 2) sorted by relevance

/openssl/demos/http3/
H A Dossl-nghttp3.c68 nghttp3_conn *h3conn; member
92 nghttp3_conn_del(conn->h3conn); in OSSL_DEMO_H3_CONN_free()
146 static int h3_conn_recv_data(nghttp3_conn *h3conn, int64_t stream_id, in h3_conn_recv_data() argument
156 return conn->recv_data_cb(h3conn, stream_id, data, datalen, in h3_conn_recv_data()
160 static int h3_conn_stream_close(nghttp3_conn *h3conn, int64_t stream_id, in h3_conn_stream_close() argument
169 ret = conn->stream_close_cb(h3conn, stream_id, app_error_code, in h3_conn_stream_close()
185 ret = conn->stop_sending_cb(h3conn, stream_id, app_error_code, in h3_conn_stop_sending()
203 ret = conn->reset_stream_cb(h3conn, stream_id, app_error_code, in h3_conn_reset_stream()
224 ret = conn->deferred_consume_cb(h3conn, stream_id, consumed, in h3_conn_deferred_consume()
369 ec = nghttp3_conn_bind_qpack_streams(conn->h3conn, in OSSL_DEMO_H3_CONN_new_for_conn()
[all …]
H A Dossl-nghttp3-demo.c23 static int on_recv_header(nghttp3_conn *h3conn, int64_t stream_id, in on_recv_header() argument
44 static int on_end_headers(nghttp3_conn *h3conn, int64_t stream_id, in on_end_headers() argument
52 static int on_recv_data(nghttp3_conn *h3conn, int64_t stream_id, in on_recv_data() argument
71 static int on_end_stream(nghttp3_conn *h3conn, int64_t stream_id, in on_end_stream() argument

Completed in 15 milliseconds