Searched defs:two (Results 1 - 5 of 5) sorted by relevance
/bind-9.11.3/lib/isc/tests/ |
H A D | queue_test.c | 50 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 D | task_test.c | 54 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 D | timer_test.c | 90 static char two[] = "2"; variable 124 RUNTIME_CHECK(isc_task_onshutdown(t2, shutdown_task, two) == 137 &interval, t2, timeout, two, &ti2) ==
|
H A D | sock_test.c | 254 static char two[] = "2"; variable 314 RUNTIME_CHECK(isc_task_onshutdown(t2, my_shutdown, two) ==
|
/bind-9.11.3/bin/tests/tasks/ |
H A D | t_tasks.c | 83 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 22 milliseconds