Home
last modified time | relevance | path

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

/openssl/demos/http3/
H A Dossl-nghttp3.c34 DEFINE_LHASH_OF_EX(OSSL_DEMO_H3_STREAM);
36 static void h3_stream_free(OSSL_DEMO_H3_STREAM *s) in h3_stream_free()
50 static int h3_stream_eq(const OSSL_DEMO_H3_STREAM *a, const OSSL_DEMO_H3_STREAM *b) in h3_stream_eq()
70 LHASH_OF(OSSL_DEMO_H3_STREAM) *streams;
100 OSSL_DEMO_H3_STREAM *s; in h3_conn_create_stream()
126 OSSL_DEMO_H3_STREAM *s; in h3_conn_accept_stream()
238 OSSL_DEMO_H3_STREAM *s_ctl_send = NULL; in OSSL_DEMO_H3_CONN_new_for_conn()
239 OSSL_DEMO_H3_STREAM *s_qpenc_send = NULL; in OSSL_DEMO_H3_CONN_new_for_conn()
240 OSSL_DEMO_H3_STREAM *s_qpdec_send = NULL; in OSSL_DEMO_H3_CONN_new_for_conn()
572 OSSL_DEMO_H3_STREAM key, *s; in OSSL_DEMO_H3_CONN_handle_events()
[all …]
H A Dossl-nghttp3.h28 typedef struct ossl_demo_h3_stream_st OSSL_DEMO_H3_STREAM; typedef
109 void *OSSL_DEMO_H3_STREAM_get_user_data(const OSSL_DEMO_H3_STREAM *stream);

Completed in 7 milliseconds