Searched defs:h3ssl (Results 1 – 1 of 1) sorted by relevance
56 struct h3ssl { struct57 struct ssl_id ssl_ids[MAXSSL_IDS];58 int end_headers_received; /* h3 header received call back called */59 int datadone; /* h3 has given openssl all the data of the response */60 int has_uni; /* we have the 3 uni directional stream needed */84 static void init_ids(struct h3ssl *h3ssl) in init_ids()104 static void reuse_h3ssl(struct h3ssl *h3ssl) in reuse_h3ssl()119 static void add_id_status(uint64_t id, SSL *ssl, struct h3ssl *h3ssl, int status) in add_id_status()136 static void add_id(uint64_t id, SSL *ssl, struct h3ssl *h3ssl) in add_id()142 static void add_ids_listener(SSL *ssl, struct h3ssl *h3ssl) in add_ids_listener()[all …]