Searched refs:h3ssl (Results 1 – 1 of 1) sorted by relevance
56 struct h3ssl { struct84 static void init_ids(struct h3ssl *h3ssl) in init_ids() argument88 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 …]