Lines Matching refs:eventp
43 isc_event_t **eventp) in isc_ondestroy_register() argument
50 REQUIRE(eventp != NULL); in isc_ondestroy_register()
52 theevent = *eventp; in isc_ondestroy_register()
67 isc_event_t *eventp; in isc_ondestroy_notify() local
72 eventp = ISC_LIST_HEAD(ondest->events); in isc_ondestroy_notify()
73 while (eventp != NULL) { in isc_ondestroy_notify()
74 ISC_LIST_UNLINK(ondest->events, eventp, ev_link); in isc_ondestroy_notify()
76 task = eventp->ev_sender; in isc_ondestroy_notify()
77 eventp->ev_sender = sender; in isc_ondestroy_notify()
79 isc_task_sendanddetach(&task, &eventp); in isc_ondestroy_notify()
81 eventp = ISC_LIST_HEAD(ondest->events); in isc_ondestroy_notify()