Lines Matching defs:task
18 #include <isc/task.h>
40 isc_task_t * task;
58 fetch_done(isc_task_t *task, isc_event_t *event) {
62 UNUSED(task);
65 REQUIRE(lookup->task == task);
86 lookup->task, fetch_done, lookup,
338 isc_task_sendanddetach(&lookup->task,
377 dns_view_t *view, unsigned int options, isc_task_t *task,
407 lookup->task = NULL;
408 isc_task_attach(task, &lookup->task);
444 isc_task_detach(&lookup->task);
477 REQUIRE(lookup->task == NULL);