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

12

/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Drdatasetiter.h77 void (*destroy)(dns_rdatasetiter_t **iteratorp); member in struct:dns_rdatasetitermethods
H A Ddbiterator.h76 void (*destroy)(dns_dbiterator_t **iteratorp); member in struct:dns_dbiteratormethods
H A Dsdb.h83 dns_sdbdestroyfunc_t destroy; member in struct:dns_sdbmethods
139 * The destroy function will be called to free the database object
142 * The create and destroy functions may be NULL.
H A Ddlz.h135 * supply a destroy method. This method is called when the DNS server
172 dns_dlzdestroy_t destroy; member in struct:dns_dlzmethods
227 * longer needs the driver. If the DLZ driver supplies a destroy
H A Dsdlz.h150 * supply a destroy method. This method is called when the DNS server
152 * not have to implement a destroy method.
203 dns_sdlzdestroy_t destroy; member in struct:dns_sdlzmethods
/bind-9.6-ESV-R11/lib/isc/
H A Devent.c36 destroy(isc_event_t *event) { function
71 sender, destroy, mctx);
H A Dhash.c293 destroy(isc_hash_t **hctxp) { function
330 destroy(&hctx);
344 destroy(&hash);
H A Dtimer.c277 destroy(isc_timer_t *timer) { function
281 * The caller must ensure it is safe to destroy the timer.
575 destroy(timer);
886 ISC_MSG_SIGNALDESTROY, "signal (destroy)"));
H A Dentropy.c784 destroy(isc_entropy_t **entp) { function
853 destroy(&ent);
1151 destroy(&ent);
/bind-9.6-ESV-R11/bin/named/
H A Dlistenlist.c32 destroy(ns_listenlist_t *list);
73 destroy(ns_listenlist_t *list) { function
98 destroy(list);
H A Dxfrout.c377 void (*destroy)(rrstream_t **); member in struct:rrstream_methods
811 s->components[0]->methods->destroy(&s->components[0]);
812 s->components[1]->methods->destroy(&s->components[1]);
1291 stream->methods->destroy(&stream);
1293 soa_stream->methods->destroy(&soa_stream);
1295 data_stream->methods->destroy(&data_stream);
1726 xfr->stream->methods->destroy(&xfr->stream);
/bind-9.6-ESV-R11/bin/check/
H A Dnamed-checkzone.c93 destroy(void) { function
476 destroy();
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/
H A Dchecker.c68 idn_checker_destroyproc_t destroy; member in struct:__anon41
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:__anon43
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.6-ESV-R11/lib/dns/
H A Dacl.c447 destroy(dns_acl_t *dacl) { function
476 destroy(acl);
H A Ddlz.c223 dns_dlzdestroy_t destroy; local
235 /* call the drivers destroy method */
238 destroy = (*dbp)->implementation->methods->destroy;
239 (*destroy)((*dbp)->implementation->driverarg,(*dbp)->dbdata);
328 REQUIRE(methods->destroy != NULL);
H A Dkeytable.c143 isc_boolean_t destroy = ISC_FALSE; local
160 destroy = ISC_TRUE;
165 if (destroy) {
H A Dssu.c91 destroy(dns_ssutable_t *table) { function
154 destroy(table);
H A Dzt.c192 isc_boolean_t destroy = ISC_FALSE; local
204 destroy = ISC_TRUE;
208 if (destroy) {
H A Ddst_internal.h166 void (*destroy)(dst_key_t *key); member in struct:dst_func
H A Dacache.c245 static void destroy(dns_acache_t *acache);
430 destroy(dns_acache_t *acache) { function
435 ATRACE("destroy");
1035 destroy(acache);
1198 destroy(acache);
1308 * original holder has canceled callback,) destroy it here.
H A Dview.c260 destroy(dns_view_t *view) { function
432 destroy(view);
493 destroy(view);
517 destroy(view);
541 destroy(view);
565 destroy(view);
H A Dsdb.c553 destroy(dns_sdb_t *sdb) { function
559 if (imp->methods->destroy != NULL) {
561 imp->methods->destroy(sdb->zone, imp->driverdata,
592 destroy(sdb);
H A Dsdlz.c322 destroy(dns_sdlz_db_t *sdlz) { function
351 destroy(sdlz);
1423 /* If the destroy method exists, call it. */
1424 if (imp->methods->destroy != NULL) {
1426 imp->methods->destroy(imp->driverarg, dbdata);
1757 /* destroy the driver lock, we don't need it anymore */
1790 /* destroy the driver lock, we don't need it anymore */
/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Dsocket.h172 isc_eventdestructor_t destroy; /*%< original destructor */ member in struct:isc_socketevent

Completed in 44 milliseconds

12