/bind-9.6-ESV-R11/lib/isc/ |
H A D | event.c | 36 destroy(isc_event_t *event) { function 71 sender, destroy, mctx);
|
H A D | hash.c | 293 destroy(isc_hash_t **hctxp) { function 330 destroy(&hctx); 344 destroy(&hash);
|
/bind-9.6-ESV-R11/bin/named/ |
H A D | listenlist.c | 32 destroy(ns_listenlist_t *list); 73 destroy(ns_listenlist_t *list) { function 98 destroy(list);
|
H A D | xfrout.c | 377 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/contrib/idn/idnkit-1.0-src/include/idn/ |
H A D | checker.h | 164 idn_checker_destroyproc_t destroy,
|
H A D | mapper.h | 152 idn_mapper_destroyproc_t destroy,
|
/bind-9.6-ESV-R11/lib/dns/include/dns/ |
H A D | rdatasetiter.h | 77 void (*destroy)(dns_rdatasetiter_t **iteratorp); member in struct:dns_rdatasetitermethods
|
H A D | dbiterator.h | 76 void (*destroy)(dns_dbiterator_t **iteratorp); member in struct:dns_dbiteratormethods
|
H A D | sdb.h | 83 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 D | sdlz.h | 150 * 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
|
H A D | dlz.h | 135 * 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
|
/bind-9.6-ESV-R11/lib/dns/ |
H A D | rdatasetiter.c | 40 (*iteratorp)->methods->destroy(iteratorp);
|
H A D | dlz.c | 223 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 D | dbiterator.c | 38 (*iteratorp)->methods->destroy(iteratorp);
|
H A D | keytable.c | 143 isc_boolean_t destroy = ISC_FALSE; local 160 destroy = ISC_TRUE; 165 if (destroy) {
|
H A D | zt.c | 192 isc_boolean_t destroy = ISC_FALSE; local 204 destroy = ISC_TRUE; 208 if (destroy) {
|
H A D | dst_internal.h | 166 void (*destroy)(dst_key_t *key); member in struct:dst_func
|
H A D | view.c | 260 destroy(dns_view_t *view) { function 432 destroy(view); 493 destroy(view); 517 destroy(view); 541 destroy(view); 565 destroy(view);
|
H A D | validator.c | 135 destroy(dns_validator_t *val); 465 destroy(val); 541 destroy(val); 640 destroy(val); 711 destroy(val); 788 destroy(val); 842 destroy(val); 932 destroy(val); 2911 destroy(val); 3006 destroy(va 3787 destroy(dns_validator_t *val) { function [all...] |
H A D | acl.c | 447 destroy(dns_acl_t *dacl) { function 476 destroy(acl);
|
H A D | ssu.c | 91 destroy(dns_ssutable_t *table) { function 154 destroy(table);
|
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/ |
H A D | checker.c | 68 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 D | mapper.c | 70 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/bin/check/ |
H A D | named-checkzone.c | 93 destroy(void) { function 476 destroy();
|
/bind-9.6-ESV-R11/lib/isc/include/isc/ |
H A D | socket.h | 172 isc_eventdestructor_t destroy; /*%< original destructor */ member in struct:isc_socketevent
|