Searched defs:ondest (Results 1 - 4 of 4) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/
H A Dondestroy.c36 isc_ondestroy_init(isc_ondestroy_t *ondest) { argument
37 ondest->magic = ONDESTROY_MAGIC;
38 ISC_LIST_INIT(ondest->events);
42 isc_ondestroy_register(isc_ondestroy_t *ondest, isc_task_t *task, argument
48 REQUIRE(VALID_ONDESTROY(ondest));
60 ISC_LIST_APPEND(ondest->events, theevent, ev_link);
66 isc_ondestroy_notify(isc_ondestroy_t *ondest, void *sender) { argument
70 REQUIRE(VALID_ONDESTROY(ondest));
72 eventp = ISC_LIST_HEAD(ondest->events);
74 ISC_LIST_UNLINK(ondest
[all...]
H A Dmem.c880 isc_ondestroy_t ondest; local
936 ondest = ctx->ondestroy;
942 isc_ondestroy_notify(&ondest, ctx);
/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Ddb.h197 isc_ondestroy_t ondest; member in struct:dns_db
/bind-9.6-ESV-R11/lib/dns/
H A Drbtdb.c839 isc_ondestroy_t ondest; local
986 ondest = rbtdb->common.ondest;
989 isc_ondestroy_notify(&ondest, rbtdb);
7145 isc_ondestroy_init(&rbtdb->common.ondest);

Completed in 38 milliseconds