Searched defs:t3 (Results 1 - 8 of 8) sorted by relevance

/bind-9.11.3/bin/tests/
H A Dtask_test.c64 isc_task_t *t3 = NULL, *t4 = NULL; local
88 RUNTIME_CHECK(isc_task_create(manager, 0, &t3) == ISC_R_SUCCESS);
95 RUNTIME_CHECK(isc_task_onshutdown(t3, my_shutdown, three) ==
163 isc_task_send(t3, &event);
172 isc_task_send(t3, &event);
176 isc_task_purgerange(t3,
183 isc_task_detach(&t3);
H A Dtimer_test.c25 isc_task_t *t1, *t2, *t3; variable
120 RUNTIME_CHECK(isc_task_create(manager, 0, &t3) ==
126 RUNTIME_CHECK(isc_task_onshutdown(t3, shutdown_task, three) ==
131 printf("task 3: %p\n", t3);
150 &interval, t3, timeout, three, &ti3) ==
155 isc_task_detach(&t3);
/bind-9.11.3/bin/tests/master/
H A Dt_master.c200 t3() { function
316 { (PFV) t3, "DNS_NOOWNER" },
/bind-9.11.3/bin/tests/timers/
H A Dt_timers.c520 t3(void) { function
1112 { (PFV) t3, "timer_create" },
/bind-9.11.3/unit/atf-src/tools/
H A Dparser.hpp490 const token_type& t3,
495 if (t.type() != t1 && t.type() != t2 && t.type() != t3)
507 const token_type& t3,
513 if (t.type() != t1 && t.type() != t2 && t.type() != t3 &&
526 const token_type& t3,
535 if (t.type() != t1 && t.type() != t2 && t.type() != t3 &&
549 const token_type& t3,
559 if (t.type() != t1 && t.type() != t2 && t.type() != t3 &&
488 expect(const token_type& t1, const token_type& t2, const token_type& t3, const std::string& textual) argument
505 expect(const token_type& t1, const token_type& t2, const token_type& t3, const token_type& t4, const std::string& textual) argument
524 expect(const token_type& t1, const token_type& t2, const token_type& t3, const token_type& t4, const token_type& t5, const token_type& t6, const token_type& t7, const std::string& textual) argument
547 expect(const token_type& t1, const token_type& t2, const token_type& t3, const token_type& t4, const token_type& t5, const token_type& t6, const token_type& t7, const token_type& t8, const std::string& textual) argument
/bind-9.11.3/bin/tests/db/
H A Dt_db.c455 t3(void) { function
3108 { (PFV) t3, "dns_db_iscache" },
/bind-9.11.3/bin/tests/rbt/
H A Dt_rbt.c532 t3() { function
1845 { (PFV) t3, "dns_rbt_addname 2" },
/bind-9.11.3/bin/tests/tasks/
H A Dt_tasks.c853 t3(void) { function
2367 { (PFV) t3, "isc_task_shutdown" },

Completed in 32 milliseconds