Searched refs:ondest (Results 1 - 6 of 6) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Dondestroy.h33 * (call it 'ondest').
38 * isc_ondestroy_t ondest;
44 * it must initialize the field ondest with a call to
47 * isc_ondestroy_init(&A->ondest).
58 * return(isc_ondestroy_register(&instance->ondest, task,eventp));
70 * isc_ondestroy_t ondest = instance->ondest;
74 * isc_ondestroy_notify(&ondest, instance);
87 isc_ondestroy_init(isc_ondestroy_t *ondest);
89 * Initialize the on ondest structur
[all...]
/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 Ddb.c182 return (isc_ondestroy_register(&db->ondest, task, eventp));
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 498 milliseconds