Home
last modified time | relevance | path

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

/openssl/demos/http3/
H A Dossl-nghttp3.c573 SSL *snew; in OSSL_DEMO_H3_CONN_handle_events() local
588 if ((snew = SSL_accept_stream(conn->qconn, SSL_ACCEPT_STREAM_NO_BLOCK)) == NULL) in OSSL_DEMO_H3_CONN_handle_events()
595 if (h3_conn_accept_stream(conn, snew) == NULL) { in OSSL_DEMO_H3_CONN_handle_events()
596 SSL_free(snew); in OSSL_DEMO_H3_CONN_handle_events()

Completed in 6 milliseconds