/bind-9.11.3/lib/dns/include/dns/ |
H A D | rdatasetiter.h | 68 void (*destroy)(dns_rdatasetiter_t **iteratorp); member in struct:dns_rdatasetitermethods
|
H A D | dbiterator.h | 67 void (*destroy)(dns_dbiterator_t **iteratorp); member in struct:dns_dbiteratormethods
|
H A D | sdb.h | 82 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 D | dlz.h | 128 * 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 D | sdlz.h | 140 * 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 D | event.c | 27 destroy(isc_event_t *event) { function 47 sender, destroy, mctx); 81 sender, destroy, mctx);
|
H A D | counter.c | 104 destroy(isc_counter_t *counter) { function 129 destroy(counter);
|
H A D | hash.c | 285 destroy(isc_hash_t **hctxp) { function 322 destroy(&hctx); 336 destroy(&isc_hashctx);
|
H A D | random.c | 244 destroy(isc_rng_t *rng) { function 272 destroy(rng);
|
H A D | timer.c | 344 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 D | entropy.c | 788 destroy(isc_entropy_t **entp) { function 857 destroy(&ent); 1155 destroy(&ent);
|
/bind-9.11.3/bin/named/ |
H A D | listenlist.c | 23 destroy(ns_listenlist_t *list); 65 destroy(ns_listenlist_t *list) { function 90 destroy(list);
|
H A D | lwdclient.c | 288 isc_boolean_t destroy = ISC_FALSE; local 293 destroy = ISC_TRUE; 347 if (destroy)
|
/bind-9.11.3/lib/isc/include/isc/ |
H A D | timer.h | 100 void (*destroy)(isc_timermgr_t **managerp); member in struct:__anon255
|
H A D | task.h | 103 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 D | mem.h | 199 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 D | ssu.c | 85 destroy(dns_ssutable_t *table) { function 148 destroy(table);
|
H A D | dlz.c | 235 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 D | nta.c | 170 isc_boolean_t destroy = ISC_FALSE; local 182 destroy = ISC_TRUE; 185 if (destroy) {
|
H A D | zt.c | 208 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 D | acl.c | 528 destroy(dns_acl_t *dacl) { function 562 destroy(acl);
|
H A D | dst_internal.h | 210 void (*destroy)(dst_key_t *key); member in struct:dst_func
|
/bind-9.11.3/contrib/idn/idnkit-1.0-src/lib/ |
H A D | checker.c | 68 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 D | mapper.c | 70 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 D | named-checkzone.c | 87 destroy(void) { function 553 destroy();
|