Searched refs:snew (Results 1 – 1 of 1) sorted by relevance
573 SSL *snew; in OSSL_DEMO_H3_CONN_handle_events() local588 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