HomeSort by: relevance | last modified time | path
    Searched refs:h3conn (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/demos/http3/
ossl-nghttp3.c 70 nghttp3_conn *h3conn; member in struct:ossl_demo_h3_conn_st
94 nghttp3_conn_del(conn->h3conn);
148 static int h3_conn_recv_data(nghttp3_conn *h3conn, int64_t stream_id,
158 return conn->recv_data_cb(h3conn, stream_id, data, datalen,
162 static int h3_conn_stream_close(nghttp3_conn *h3conn, int64_t stream_id,
171 ret = conn->stream_close_cb(h3conn, stream_id, app_error_code,
178 static int h3_conn_stop_sending(nghttp3_conn *h3conn, int64_t stream_id,
187 ret = conn->stop_sending_cb(h3conn, stream_id, app_error_code,
195 static int h3_conn_reset_stream(nghttp3_conn *h3conn, int64_t stream_id,
205 ret = conn->reset_stream_cb(h3conn, stream_id, app_error_code
    [all...]
ossl-nghttp3-demo.c 23 static int on_recv_header(nghttp3_conn *h3conn, int64_t stream_id,
44 static int on_end_headers(nghttp3_conn *h3conn, int64_t stream_id,
52 static int on_recv_data(nghttp3_conn *h3conn, int64_t stream_id,
71 static int on_end_stream(nghttp3_conn *h3conn, int64_t stream_id,
ossl-nghttp3-demo-server.c 331 static int on_end_stream(nghttp3_conn *h3conn, int64_t stream_id,
341 /* Read from the stream and push to the h3conn */
342 static int quic_server_read(nghttp3_conn *h3conn, SSL *stream, uint64_t id, struct h3ssl *h3ssl)
370 r = nghttp3_conn_read_stream(h3conn, id, msg2, ret, 0);
395 static int quic_server_h3streams(nghttp3_conn *h3conn, struct h3ssl *h3ssl)
437 if (nghttp3_conn_bind_qpack_streams(h3conn, p_streamid, r_streamid)) {
441 if (nghttp3_conn_bind_control_stream(h3conn, c_streamid)) {
473 nghttp3_conn *h3conn = *curh3conn; local
554 /* create the new h3conn */
562 h3conn = *curh3conn
1047 nghttp3_conn *h3conn = NULL; local
    [all...]

Completed in 23 milliseconds