Searched refs:teardown (Results 1 – 15 of 15) sorted by relevance
33 if (qta->teardown) in assist_thread_main()61 if (qta->teardown) in assist_thread_main()82 qta->teardown = 0; in ossl_quic_thread_assist_init_start()103 if (!qta->teardown) { in ossl_quic_thread_assist_stop_async()104 qta->teardown = 1; in ossl_quic_thread_assist_stop_async()150 if (qta->teardown) in ossl_quic_thread_assist_notify_deadline_changed()
119 void teardown(BIO *bio) in teardown() function183 teardown(b); in main()
112 void teardown(SSL *ssl) in teardown() function209 teardown(ssl); in main()
239 void teardown(APP_CONN *conn) in teardown() function330 teardown(conn); in main()
281 void teardown(APP_CONN *conn) in teardown() function445 teardown(conn); in main()
248 void teardown(APP_CONN *conn) in teardown() function459 teardown(conn); in main()
268 void teardown(APP_CONN *conn) function453 teardown(conn);
213 void teardown(APP_CONN *conn) in teardown() function754 teardown(conn); in main()
49 int teardown, joined; member
173 OSSL_FUNC_provider_teardown_fn *teardown; member981 prov->teardown = in provider_init()1618 if (prov->teardown != NULL in ossl_provider_teardown()1623 prov->teardown(prov->provctx); in ossl_provider_teardown()
157 to have fallen out of use and will be deinitialized (its I<teardown>261 ossl_provider_teardown() calls the provider's I<teardown> function, if
119 runs its teardown function.
180 - The question is posed of how to handle connection teardown, which does not187 accomplish teardown by violating the BIO abstraction and closing the196 appear to be any viable solution to the teardown issue.
1472 server support is implemented in the future connection teardown could be handled1520 possibility that, if the socket is closed by the application after teardown, a
377 this provider's teardown function is called.
Completed in 38 milliseconds