Searched refs:t3 (Results 1 - 10 of 10) sorted by relevance

/bind-9.11.3/bin/tests/bigtest/
H A Dtests.sh30 3) t3=`expr ${t3:-0} + 1`;;
40 if test ${t1:-0} -ne 0 -o ${t2:-0} -ne 0 -o ${t3:-0} -ne 0
42 echo "$x timeouts: t1=${t1:-0} t2=${t2:-0} t3=${t3:-0}"
/bind-9.11.3/bin/tests/
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);
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);
/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/master/
H A Dt_master.c200 t3() { function
316 { (PFV) t3, "DNS_NOOWNER" },
/bind-9.11.3/bin/tests/system/rpzrecurse/
H A Dtests.sh375 t3=`$PERL -e 'print time()."\n";'`
378 p2=`expr $t4 - $t3`
/bind-9.11.3/bin/tests/timers/
H A Dt_timers.c520 t3(void) { function
1112 { (PFV) t3, "timer_create" },
/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" },
/bind-9.11.3/bin/tests/db/
H A Dt_db.c455 t3(void) { function
3108 { (PFV) t3, "dns_db_iscache" },

Completed in 2425 milliseconds