Searched defs:one (Results 1 - 5 of 5) sorted by relevance
/bind-9.11.3/lib/isc/tests/ |
H A D | queue_test.c | 6 * file, You can obtain one at http://mozilla.org/MPL/2.0/. 50 item_t one, two, three, four, five; local 57 item_init(&one, 1); 71 ATF_CHECK(! ISC_QLINK_LINKED(&one, qlink)); 72 ISC_QUEUE_PUSH(queue, &one, qlink); 73 ATF_CHECK(ISC_QLINK_LINKED(&one, qlink)); 103 /* Test unlink by removing one item from the middle */
|
/bind-9.11.3/bin/tests/ |
H A D | task_test.c | 6 * file, You can obtain one at http://mozilla.org/MPL/2.0/. 53 static char one[] = "1"; variable 91 RUNTIME_CHECK(isc_task_onshutdown(t1, my_shutdown, one) == 131 event = isc_event_allocate(mctx, (void *)1, 1, my_callback, one, 134 event = isc_event_allocate(mctx, (void *)1, 1, my_callback, one, 137 event = isc_event_allocate(mctx, (void *)1, 1, my_callback, one, 140 event = isc_event_allocate(mctx, (void *)1, 1, my_callback, one, 143 event = isc_event_allocate(mctx, (void *)1, 1, my_callback, one, 146 event = isc_event_allocate(mctx, (void *)1, 1, my_callback, one, 149 event = isc_event_allocate(mctx, (void *)1, 1, my_callback, one, [all...] |
H A D | timer_test.c | 6 * file, You can obtain one at http://mozilla.org/MPL/2.0/. 89 static char one[] = "1"; variable 122 RUNTIME_CHECK(isc_task_onshutdown(t1, shutdown_task, one) == 142 &interval, t1, tick, one, &ti1) ==
|
H A D | sock_test.c | 6 * file, You can obtain one at http://mozilla.org/MPL/2.0/. 253 static char one[] = "1"; variable 312 RUNTIME_CHECK(isc_task_onshutdown(t1, my_shutdown, one) ==
|
/bind-9.11.3/bin/tests/tasks/ |
H A D | t_tasks.c | 6 * file, You can obtain one at http://mozilla.org/MPL/2.0/. 82 static char one[] = "1"; variable 159 isc_result = isc_task_onshutdown(task1, t1_shutdown, one); 227 event = isc_event_allocate(mctx, (void *)1, 1, t1_callback, one, 236 event = isc_event_allocate(mctx, (void *)1, 1, t1_callback, one, 245 event = isc_event_allocate(mctx, (void *)1, 1, t1_callback, one, 254 event = isc_event_allocate(mctx, (void *)1, 1, t1_callback, one, 263 event = isc_event_allocate(mctx, (void *)1, 1, t1_callback, one, 272 event = isc_event_allocate(mctx, (void *)1, 1, t1_callback, one, 281 event = isc_event_allocate(mctx, (void *)1, 1, t1_callback, one, [all...] |
Completed in 14 milliseconds