Searched defs:two (Results 1 - 5 of 5) sorted by relevance

/bind-9.11.3/lib/isc/tests/
H A Dqueue_test.c50 item_t one, two, three, four, five; local
58 item_init(&two, 2);
87 ATF_CHECK(! ISC_QLINK_LINKED(&two, qlink));
88 ISC_QUEUE_PUSH(queue, &two, qlink);
89 ATF_CHECK(ISC_QLINK_LINKED(&two, qlink));
/bind-9.11.3/bin/tests/
H A Dtask_test.c54 static char two[] = "2"; variable
93 RUNTIME_CHECK(isc_task_onshutdown(t2, my_shutdown, two) ==
158 event = isc_event_allocate(mctx, (void *)1, 1, my_callback, two,
167 event = isc_event_allocate(mctx, (void *)1, 1, my_callback, two,
H A Dtimer_test.c90 static char two[] = "2"; variable
124 RUNTIME_CHECK(isc_task_onshutdown(t2, shutdown_task, two) ==
137 &interval, t2, timeout, two, &ti2) ==
H A Dsock_test.c254 static char two[] = "2"; variable
314 RUNTIME_CHECK(isc_task_onshutdown(t2, my_shutdown, two) ==
/bind-9.11.3/bin/tests/tasks/
H A Dt_tasks.c83 static char two[] = "2"; variable
165 isc_result = isc_task_onshutdown(task2, t1_shutdown, two);
308 event = isc_event_allocate(mctx, (void *)1, 1, t1_callback, two,
335 event = isc_event_allocate(mctx, (void *)1, 1, t1_callback, two,
784 * Now we register two shutdown events.

Completed in 12 milliseconds