Symbol: OSSL_DEMO_H3_CONN
crypto/openssl/demos/http3/ossl-nghttp3-demo.c
83
OSSL_DEMO_H3_CONN *conn = NULL;
crypto/openssl/demos/http3/ossl-nghttp3.c
100
static OSSL_DEMO_H3_STREAM *h3_conn_create_stream(OSSL_DEMO_H3_CONN *conn, int type)
crypto/openssl/demos/http3/ossl-nghttp3.c
126
static OSSL_DEMO_H3_STREAM *h3_conn_accept_stream(OSSL_DEMO_H3_CONN *conn, SSL *qstream)
crypto/openssl/demos/http3/ossl-nghttp3.c
139
static void h3_conn_remove_stream(OSSL_DEMO_H3_CONN *conn, OSSL_DEMO_H3_STREAM *s)
crypto/openssl/demos/http3/ossl-nghttp3.c
152
OSSL_DEMO_H3_CONN *conn = conn_user_data;
crypto/openssl/demos/http3/ossl-nghttp3.c
167
OSSL_DEMO_H3_CONN *conn = conn_user_data;
crypto/openssl/demos/http3/ossl-nghttp3.c
183
OSSL_DEMO_H3_CONN *conn = conn_user_data;
crypto/openssl/demos/http3/ossl-nghttp3.c
200
OSSL_DEMO_H3_CONN *conn = conn_user_data;
crypto/openssl/demos/http3/ossl-nghttp3.c
223
OSSL_DEMO_H3_CONN *conn = conn_user_data;
crypto/openssl/demos/http3/ossl-nghttp3.c
233
OSSL_DEMO_H3_CONN *OSSL_DEMO_H3_CONN_new_for_conn(BIO *qconn_bio,
crypto/openssl/demos/http3/ossl-nghttp3.c
239
OSSL_DEMO_H3_CONN *conn;
crypto/openssl/demos/http3/ossl-nghttp3.c
253
if ((conn = OPENSSL_zalloc(sizeof(OSSL_DEMO_H3_CONN))) == NULL)
crypto/openssl/demos/http3/ossl-nghttp3.c
396
OSSL_DEMO_H3_CONN *OSSL_DEMO_H3_CONN_new_for_addr(SSL_CTX *ctx, const char *addr,
crypto/openssl/demos/http3/ossl-nghttp3.c
403
OSSL_DEMO_H3_CONN *conn = NULL;
crypto/openssl/demos/http3/ossl-nghttp3.c
445
int OSSL_DEMO_H3_CONN_connect(OSSL_DEMO_H3_CONN *conn)
crypto/openssl/demos/http3/ossl-nghttp3.c
450
void *OSSL_DEMO_H3_CONN_get_user_data(const OSSL_DEMO_H3_CONN *conn)
crypto/openssl/demos/http3/ossl-nghttp3.c
455
SSL *OSSL_DEMO_H3_CONN_get0_connection(const OSSL_DEMO_H3_CONN *conn)
crypto/openssl/demos/http3/ossl-nghttp3.c
464
OSSL_DEMO_H3_CONN *conn = conn_;
crypto/openssl/demos/http3/ossl-nghttp3.c
570
int OSSL_DEMO_H3_CONN_handle_events(OSSL_DEMO_H3_CONN *conn)
crypto/openssl/demos/http3/ossl-nghttp3.c
714
int OSSL_DEMO_H3_CONN_submit_request(OSSL_DEMO_H3_CONN *conn,
crypto/openssl/demos/http3/ossl-nghttp3.c
87
void OSSL_DEMO_H3_CONN_free(OSSL_DEMO_H3_CONN *conn)
crypto/openssl/demos/http3/ossl-nghttp3.h
100
int OSSL_DEMO_H3_CONN_submit_request(OSSL_DEMO_H3_CONN *conn,
crypto/openssl/demos/http3/ossl-nghttp3.h
48
OSSL_DEMO_H3_CONN *OSSL_DEMO_H3_CONN_new_for_conn(BIO *qconn_bio,
crypto/openssl/demos/http3/ossl-nghttp3.h
63
OSSL_DEMO_H3_CONN *OSSL_DEMO_H3_CONN_new_for_addr(SSL_CTX *ctx,
crypto/openssl/demos/http3/ossl-nghttp3.h
70
int OSSL_DEMO_H3_CONN_connect(OSSL_DEMO_H3_CONN *conn);
crypto/openssl/demos/http3/ossl-nghttp3.h
76
void OSSL_DEMO_H3_CONN_free(OSSL_DEMO_H3_CONN *conn);
crypto/openssl/demos/http3/ossl-nghttp3.h
82
void *OSSL_DEMO_H3_CONN_get_user_data(const OSSL_DEMO_H3_CONN *conn);
crypto/openssl/demos/http3/ossl-nghttp3.h
85
SSL *OSSL_DEMO_H3_CONN_get0_connection(const OSSL_DEMO_H3_CONN *conn);
crypto/openssl/demos/http3/ossl-nghttp3.h
90
int OSSL_DEMO_H3_CONN_handle_events(OSSL_DEMO_H3_CONN *conn);