Searched defs:h3conn (Results 1 – 2 of 2) sorted by relevance
/openssl/demos/http3/ |
H A D | ossl-nghttp3-demo.c | 23 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 D | ossl-nghttp3.c | 68 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()
|
Completed in 10 milliseconds