Home
last modified time | relevance | path

Searched refs:teardown (Results 1 – 25 of 38) sorted by relevance

12

/freebsd/crypto/openssl/ssl/quic/
H A Dquic_thread_assist.c34 if (qta->teardown) in assist_thread_main()
56 if (qta->teardown) in assist_thread_main()
75 qta->teardown = 0; in ossl_quic_thread_assist_init_start()
94 if (!qta->teardown) { in ossl_quic_thread_assist_stop_async()
95 qta->teardown = 1; in ossl_quic_thread_assist_stop_async()
141 if (qta->teardown) in ossl_quic_thread_assist_notify_deadline_changed()
/freebsd/tools/regression/ufs/uprintf/
H A Dufs_uprintf.c147 goto teardown; in fill_inodes()
154 goto teardown; in fill_inodes()
160 goto teardown; in fill_inodes()
164 teardown: in fill_inodes()
/freebsd/contrib/expat/tests/
H A Dminicheck.c86 tcase_teardown_function teardown) { in tcase_add_checked_fixture() argument
89 tc->teardown = teardown; in tcase_add_checked_fixture()
221 if (tc->teardown != NULL) { in srunner_run_all()
226 tc->teardown(); in srunner_run_all()
H A Dminicheck.h117 tcase_teardown_function teardown; member
142 tcase_teardown_function teardown);
/freebsd/crypto/openssl/doc/designs/ddd/
H A Dddd-01-conn-blocking.c119 void teardown(BIO *bio) in teardown() function
183 teardown(b); in main()
H A Dddd-03-fd-blocking.c112 void teardown(SSL *ssl) in teardown() function
209 teardown(ssl); in main()
H A Dddd-02-conn-nonblocking-threads.c239 void teardown(APP_CONN *conn) in teardown() function
330 teardown(conn); in main()
H A Dddd-02-conn-nonblocking.c281 void teardown(APP_CONN *conn) in teardown() function
445 teardown(conn); in main()
H A Dddd-05-mem-nonblocking.c268 void teardown(APP_CONN *conn) function
454 teardown(conn);
H A Dddd-04-fd-nonblocking.c248 void teardown(APP_CONN *conn) in teardown() function
459 teardown(conn); in main()
H A Dddd-06-mem-uv.c213 void teardown(APP_CONN *conn) in teardown() function
754 teardown(conn); in main()
/freebsd/crypto/openssl/include/internal/
H A Dquic_thread_assist.h49 int teardown, joined; member
/freebsd/contrib/ntp/sntp/unity/
H A Dunity_fixture_internals.h22 unityfunction * teardown,
H A Dunity_fixture.c73 unityfunction* teardown, in UnityTestRunner() argument
102 teardown(); in UnityTestRunner()
/freebsd/sys/dev/mlx5/mlx5_fpga/
H A Dmlx5fpga_core.c456 bool teardown = false; in mlx5_fpga_event() local
483 teardown = true; in mlx5_fpga_event()
501 if (teardown) in mlx5_fpga_event()
/freebsd/sys/arm/ti/cpsw/
H A Dif_cpswvar.h65 int teardown; member
H A Dif_cpsw.c1238 sc->rx.teardown = 1; in cpsw_rx_teardown()
1264 sc->tx.teardown = 1; in cpsw_tx_teardown()
1578 if (sc->rx.teardown) { in cpsw_intr_rx()
1580 sc->rx.teardown = 0; in cpsw_intr_rx()
1643 sc->rx.teardown = 0; in cpsw_rx_dequeue()
1997 sc->tx.teardown = 1; in cpsw_tx_dequeue()
2001 (CPDMA_BD_SOP | CPDMA_BD_OWNER) && sc->tx.teardown == 0) in cpsw_tx_dequeue()
2010 if (sc->tx.teardown == 0) in cpsw_tx_dequeue()
2047 if (sc->tx.teardown && STAILQ_EMPTY(&sc->tx.active)) { in cpsw_tx_dequeue()
2049 sc->tx.teardown = 0; in cpsw_tx_dequeue()
/freebsd/contrib/openpam/doc/man/
H A Dpam.man77 functions handle session setup and teardown.
/freebsd/crypto/openssl/crypto/
H A Dprovider_core.c173 OSSL_FUNC_provider_teardown_fn *teardown; member
1065 prov->teardown = OSSL_FUNC_provider_teardown(provider_dispatch); in provider_init()
1737 if (prov->teardown != NULL in ossl_provider_teardown()
1750 prov->teardown(prov->provctx); in ossl_provider_teardown()
/freebsd/contrib/libcbor/
H A DREADME.md36 ….com/PowerShell/libcbor), [SteamOS](https://github.com/randombk/steamos-teardown/blob/5a37d977fae5…
/freebsd/crypto/openssl/doc/internal/man3/
H A Dossl_provider_new.pod157 to have fallen out of use and will be deinitialized (its I<teardown>
254 ossl_provider_teardown() calls the provider's I<teardown> function, if
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dquic-io-arch.md180 - The question is posed of how to handle connection teardown, which does not
187 accomplish teardown by violating the BIO abstraction and closing the
196 appear to be any viable solution to the teardown issue.
/freebsd/crypto/openssl/doc/man3/
H A DOSSL_PROVIDER.pod126 runs its teardown function.
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticFrontendKinds.td154 "received warning after diagnostic serialization teardown was underway: %0">,
/freebsd/contrib/libxo/xohtml/external/
H A Djquery.js3073 if ( !special.teardown || special.teardown.call( elem, namespaces ) === false ) {
3445 teardown: function( namespaces, eventHandle ) {
3633 teardown: function() { method
3695 teardown: function() { method
3719 teardown: function() { method

12