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

/bind-9.11.3/lib/isc/
H A Dondestroy.c27 isc_ondestroy_init(isc_ondestroy_t *ondest) { argument
28 ondest->magic = ONDESTROY_MAGIC;
29 ISC_LIST_INIT(ondest->events);
33 isc_ondestroy_register(isc_ondestroy_t *ondest, isc_task_t *task, argument
39 REQUIRE(VALID_ONDESTROY(ondest));
51 ISC_LIST_APPEND(ondest->events, theevent, ev_link);
57 isc_ondestroy_notify(isc_ondestroy_t *ondest, void *sender) { argument
61 REQUIRE(VALID_ONDESTROY(ondest));
63 eventp = ISC_LIST_HEAD(ondest->events);
65 ISC_LIST_UNLINK(ondest
[all...]
H A Dmem.c1029 isc_ondestroy_t ondest; local
1092 ondest = ctx->ondestroy;
1098 isc_ondestroy_notify(&ondest, ctx);
/bind-9.11.3/lib/dns/include/dns/
H A Ddb.h224 isc_ondestroy_t ondest; member in struct:dns_db
/bind-9.11.3/lib/dns/
H A Drbtdb.c1204 isc_ondestroy_t ondest; local
1362 ondest = rbtdb->common.ondest;
1380 isc_ondestroy_notify(&ondest, rbtdb);
8587 isc_ondestroy_init(&rbtdb->common.ondest);

Completed in 46 milliseconds