Searched refs:ondest (Results 1 - 7 of 7) sorted by relevance
/bind-9.11.3/lib/isc/include/isc/ |
H A D | ondestroy.h | 24 * (call it 'ondest'). 29 * isc_ondestroy_t ondest; 35 * it must initialize the field ondest with a call to 38 * isc_ondestroy_init(&A->ondest). 49 * return(isc_ondestroy_register(&instance->ondest, task,eventp)); 61 * isc_ondestroy_t ondest = instance->ondest; 65 * isc_ondestroy_notify(&ondest, instance); 78 isc_ondestroy_init(isc_ondestroy_t *ondest); 80 * Initialize the on ondest structur [all...] |
/bind-9.11.3/lib/isc/ |
H A D | ondestroy.c | 27 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 D | mem.c | 1029 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 D | db.h | 224 isc_ondestroy_t ondest; member in struct:dns_db
|
/bind-9.11.3/lib/dns/ |
H A D | db.c | 174 return (isc_ondestroy_register(&db->ondest, task, eventp));
|
H A D | rbtdb.c | 1204 isc_ondestroy_t ondest; local 1362 ondest = rbtdb->common.ondest; 1380 isc_ondestroy_notify(&ondest, rbtdb); 8587 isc_ondestroy_init(&rbtdb->common.ondest);
|
/bind-9.11.3/bin/tests/system/dyndb/driver/ |
H A D | db.c | 778 isc_ondestroy_init(&sampledb->common.ondest);
|
Completed in 3801 milliseconds