/bind-9.11.3/bin/tests/system/ |
H A D | cleanpkcs11.sh | 14 if [ ! -x ../../pkcs11/pkcs11-destroy ]; then exit 1; fi
|
/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 | random.c | 244 destroy(isc_rng_t *rng) { function 272 destroy(rng);
|
H A D | hash.c | 285 destroy(isc_hash_t **hctxp) { function 322 destroy(&hctx); 336 destroy(&isc_hashctx);
|
/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 | 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
|
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
|
/bind-9.11.3/lib/dns/ |
H A D | rdatasetiter.c | 31 (*iteratorp)->methods->destroy(iteratorp);
|
H A D | dbiterator.c | 29 (*iteratorp)->methods->destroy(iteratorp);
|
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 | 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)
|
/bind-9.11.3/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.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/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/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
|
H A D | socket.h | 225 isc_eventdestructor_t destroy; /*%< original destructor */ member in struct:isc_socketevent 324 void (*destroy)(isc_socketmgr_t **managerp); member in struct:isc_socketmgrmethods
|
/bind-9.11.3/bin/check/ |
H A D | named-checkzone.c | 87 destroy(void) { function 553 destroy();
|