Searched defs:three (Results 1 - 4 of 4) 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 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 D | task_test.c | 55 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 D | timer_test.c | 91 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 D | t_tasks.c | 84 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 23 milliseconds