Searched defs:cleanup (Results 1 - 13 of 13) sorted by relevance

/bind-9.11.3/lib/isccfg/tests/
H A Dparser_test.c33 goto cleanup; \
51 cleanup() { function
84 cleanup:
85 cleanup();
134 cleanup();
/bind-9.11.3/lib/dns/tests/
H A Ddnstap_test.c43 cleanup() { function
63 cleanup();
107 cleanup();
143 cleanup();
279 cleanup();
351 cleanup();
/bind-9.11.3/bin/named/
H A Dmain.c1192 cleanup(void) { function
1429 cleanup();
H A Dserver.c157 * using it has a 'result' variable and a 'cleanup' label.
161 if (result != ISC_R_SUCCESS) goto cleanup; \
168 goto cleanup; \
181 goto cleanup; \
194 goto cleanup; \
673 goto cleanup;
680 cleanup:
723 goto cleanup;
784 cleanup:
838 goto cleanup;
10965 isc_boolean_t cleanup = *(isc_boolean_t *)uap; local
10996 isc_boolean_t cleanup = ISC_FALSE; local
12469 isc_boolean_t cleanup; member in struct:__anon21
12643 isc_boolean_t cleanup = ISC_FALSE; local
[all...]
/bind-9.11.3/lib/dns/
H A Ddst_internal.h220 /* cleanup */
221 void (*cleanup)(void); member in struct:dst_func
H A Dzone.c1941 goto cleanup;
1954 goto cleanup;
1967 goto cleanup;
1993 goto cleanup;
2003 goto cleanup;
2026 goto cleanup;
2051 goto cleanup;
2072 goto cleanup;
2081 goto cleanup;
2097 goto cleanup;
7385 dns_nsec3chainlist_t cleanup; local
8285 dns_signinglist_t cleanup; local
[all...]
/bind-9.11.3/unit/atf-src/atf-c++/
H A Dtests.cpp188 (*iter).second->cleanup();
316 impl::tc::cleanup(void) function in class:impl::tc
518 else if (partname == "cleanup")
/bind-9.11.3/unit/atf-src/tools/
H A Dfs.cpp158 // The cleanup routines below are tricky: they are executed immediately after
215 throw tools::system_error(IMPL_NAME "::cleanup(" +
269 throw tools::system_error(IMPL_NAME "::cleanup(" + in_path.str() +
621 cleanup(*m_path);
724 impl::cleanup(const path& p) function in class:impl
/bind-9.11.3/lib/dns/include/dns/
H A Dmessage.h229 isc_bufferlist_t cleanup; member in struct:dns_message
/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/
H A Dresperf.c349 cleanup(void) function
742 cleanup();
H A Ddnsperf.c505 cleanup(config_t *config) function
1164 cleanup(&config);
/bind-9.11.3/unit/atf-src/atf-c/
H A Dtc.c546 atf_tc_body_t body, atf_tc_cleanup_t cleanup,
560 tc->pimpl->m_cleanup = cleanup;
574 if (cleanup != NULL) {
575 err = atf_tc_set_md_var(tc, "has.cleanup", "true");
545 atf_tc_init(atf_tc_t *tc, const char *ident, atf_tc_head_t head, atf_tc_body_t body, atf_tc_cleanup_t cleanup, const char *const *config) argument
/bind-9.11.3/bin/nsupdate/
H A Dnsupdate.c657 goto cleanup;
662 goto cleanup;
666 goto cleanup;
684 cleanup:
3209 cleanup(void) { function
3210 ddebug("cleanup()");
3313 cleanup();

Completed in 64 milliseconds