Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/demos/http3/
H A Dossl-nghttp3-demo-server.c56 struct h3ssl { struct
84 static void init_ids(struct h3ssl *h3ssl) in init_ids() argument
88 char *prior_fileprefix = h3ssl->fileprefix; in init_ids()
90 if (h3ssl->ptr_data != NULL && h3ssl->ptr_data != nulldata) in init_ids()
91 free(h3ssl->ptr_data); in init_ids()
93 memset(h3ssl, 0, sizeof(struct h3ssl)); in init_ids()
95 ssl_ids = h3ssl->ssl_ids; in init_ids()
98 h3ssl->id_bidi = UINT64_MAX; in init_ids()
101 h3ssl->fileprefix = prior_fileprefix; in init_ids()
104 static void reuse_h3ssl(struct h3ssl *h3ssl) in reuse_h3ssl() argument
[all …]