Searched defs:times (Results 1 - 3 of 3) sorted by relevance

/bind-9.11.3/lib/isc/unix/
H A Dfile.c172 struct timeval times[2]; local
186 times[0].tv_sec = times[1].tv_sec = (long)isc_time_seconds(when);
191 if ((times[0].tv_sec &
192 (1ULL << (sizeof(times[0].tv_sec) * CHAR_BIT - 1))) != 0)
201 times[0].tv_usec = times[1].tv_usec =
204 if (utimes(file, times) < 0)
/bind-9.11.3/lib/dns/
H A Ddst_internal.h138 isc_stdtime_t times[DST_MAX_TIMES + 1]; /*%< timing metadata */ member in struct:dst_key
/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/
H A Ddnsperf.c175 const times_t *times; member in struct:__anon58
269 print_statistics(const config_t *config, const times_t *times, stats_t *stats) argument
279 run_time = times->end_time - times->start_time;
433 "run through input at most N times", NULL,
566 const times_t *times; local
584 times = tinfo->times;
592 while (!interrupted && now < times->stop_time) {
606 run_time = now - times
1009 threadinfo_init(threadinfo_t *tinfo, const config_t *config, const times_t *times) argument
1077 threadinfo_cleanup(threadinfo_t *tinfo, times_t *times) argument
1095 times_t times; local
[all...]

Completed in 16 milliseconds