Searched defs:destroy (Results 1 - 25 of 38) sorted by relevance

12

/bind-9.11.3/lib/dns/include/dns/
H A Drdatasetiter.h68 void (*destroy)(dns_rdatasetiter_t **iteratorp); member in struct:dns_rdatasetitermethods
H A Ddbiterator.h67 void (*destroy)(dns_dbiterator_t **iteratorp); member in struct:dns_dbiteratormethods
H A Dsdb.h82 dns_sdbdestroyfunc_t destroy; member in struct:dns_sdbmethods
140 * The destroy function will be called to free the database object
143 * The create and destroy functions may be NULL.
H A Ddlz.h128 * supply a destroy method. This method is called when the DNS server
190 dns_dlzdestroy_t destroy; member in struct:dns_dlzmethods
255 * longer needs the driver. If the DLZ driver supplies a destroy
H A Dsdlz.h140 * supply a destroy method. This method is called when the DNS server
142 * not have to implement a destroy method.
281 dns_sdlzdestroy_t destroy; member in struct:dns_sdlzmethods
/bind-9.11.3/lib/isc/
H A Devent.c27 destroy(isc_event_t *event) { function
47 sender, destroy, mctx);
81 sender, destroy, mctx);
H A Dcounter.c104 destroy(isc_counter_t *counter) { function
129 destroy(counter);
H A Dhash.c285 destroy(isc_hash_t **hctxp) { function
322 destroy(&hctx);
336 destroy(&isc_hashctx);
H A Drandom.c244 destroy(isc_rng_t *rng) { function
272 destroy(rng);
H A Dtimer.c344 destroy(isc__timer_t *timer) { function
348 * The caller must ensure it is safe to destroy the timer.
652 destroy(timer);
976 ISC_MSG_SIGNALDESTROY, "signal (destroy)"));
1118 (*managerp)->methods->destroy(managerp);
H A Dentropy.c788 destroy(isc_entropy_t **entp) { function
857 destroy(&ent);
1155 destroy(&ent);
/bind-9.11.3/bin/named/
H A Dlistenlist.c23 destroy(ns_listenlist_t *list);
65 destroy(ns_listenlist_t *list) { function
90 destroy(list);
H A Dlwdclient.c288 isc_boolean_t destroy = ISC_FALSE; local
293 destroy = ISC_TRUE;
347 if (destroy)
/bind-9.11.3/lib/isc/include/isc/
H A Dtimer.h100 void (*destroy)(isc_timermgr_t **managerp); member in struct:__anon255
H A Dtask.h103 void (*destroy)(isc_taskmgr_t **managerp); member in struct:isc_taskmgrmethods
117 void (*destroy)(isc_task_t **taskp); member in struct:isc_taskmethods
H A Dmem.h199 void (*destroy)(isc_mem_t **mctxp); member in struct:isc_memmethods
222 void (*destroy)(isc_mempool_t **mpctxp); member in struct:isc_mempoolmethods
351 * and destroy it at the end of main(), thereby guaranteeing that it
/bind-9.11.3/lib/dns/
H A Dssu.c85 destroy(dns_ssutable_t *table) { function
148 destroy(table);
H A Ddlz.c235 dns_dlzdestroy_t destroy; local
254 /* call the drivers destroy method */
257 destroy = db->implementation->methods->destroy;
258 (*destroy)(db->implementation->driverarg, db->dbdata);
286 REQUIRE(methods->destroy != NULL);
H A Dnta.c170 isc_boolean_t destroy = ISC_FALSE; local
182 destroy = ISC_TRUE;
185 if (destroy) {
H A Dzt.c208 isc_boolean_t destroy = ISC_FALSE; local
220 destroy = ISC_TRUE;
226 if (destroy)
536 isc_boolean_t destroy = ISC_FALSE; local
550 destroy = ISC_TRUE;
563 if (destroy)
H A Dacl.c528 destroy(dns_acl_t *dacl) { function
562 destroy(acl);
H A Ddst_internal.h210 void (*destroy)(dst_key_t *key); member in struct:dst_func
/bind-9.11.3/contrib/idn/idnkit-1.0-src/lib/
H A Dchecker.c68 idn_checker_destroyproc_t destroy; member in struct:__anon70
234 ctx->schemes[i].destroy(ctx->schemes[i].context);
408 idn_checker_destroyproc_t destroy,
414 assert(prefix != NULL && create != NULL && destroy != NULL &&
434 scheme->destroy = destroy;
406 idn_checker_register(const char *prefix, idn_checker_createproc_t create, idn_checker_destroyproc_t destroy, idn_checker_lookupproc_t lookup) argument
H A Dmapper.c70 idn_mapper_destroyproc_t destroy; member in struct:__anon72
204 ctx->schemes[i].destroy(ctx->schemes[i].context);
439 idn_mapper_destroyproc_t destroy,
445 assert(prefix != NULL && create != NULL && destroy != NULL &&
465 scheme->destroy = destroy;
437 idn_mapper_register(const char *prefix, idn_mapper_createproc_t create, idn_mapper_destroyproc_t destroy, idn_mapper_mapproc_t map) argument
/bind-9.11.3/bin/check/
H A Dnamed-checkzone.c87 destroy(void) { function
553 destroy();

Completed in 47 milliseconds

12