Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/demos/http3/
H A Dossl-nghttp3-demo-server.c44 #define CLIENTCLOSED 0x02 /* closed by the client */ macro
243 (unsigned long long)ssl_ids[i].id, ssl_ids[i].status, CLIENTUNIOPEN | CLIENTCLOSED); in are_all_clientid_closed()
245 if (ssl_ids[i].status & CLIENTCLOSED) { in are_all_clientid_closed()
709 set_id_status(id, CLIENTCLOSED, h3ssl); in read_from_ssl_ids()