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

/bind-9.11.3/lib/isc/tests/
H A Dqueue_test.c50 item_t one, two, three, four, five; local
59 item_init(&three, 3);
91 ATF_CHECK(! ISC_QLINK_LINKED(&three, qlink));
92 ISC_QUEUE_PUSH(queue, &three, qlink);
93 ATF_CHECK(ISC_QLINK_LINKED(&three, qlink));
104 ISC_QUEUE_UNLINK(queue, &three, qlink);
/bind-9.11.3/bin/tests/
H A Dtask_test.c55 static char three[] = "3"; variable
95 RUNTIME_CHECK(isc_task_onshutdown(t3, my_shutdown, three) ==
161 event = isc_event_allocate(mctx, (void *)1, 1, my_callback, three,
170 event = isc_event_allocate(mctx, (void *)1, 1, my_callback, three,
H A Dtimer_test.c91 static char three[] = "3"; variable
126 RUNTIME_CHECK(isc_task_onshutdown(t3, shutdown_task, three) ==
150 &interval, t3, timeout, three, &ti3) ==
/bind-9.11.3/bin/tests/tasks/
H A Dt_tasks.c84 static char three[] = "3"; variable
171 isc_result = isc_task_onshutdown(task3, t1_shutdown, three);
317 event = isc_event_allocate(mctx, (void *)1, 1, t1_callback, three,
344 event = isc_event_allocate(mctx, (void *)1, 1, t1_callback, three,

Completed in 17 milliseconds