Home
last modified time | relevance | path

Searched refs:time_construct (Results 1 – 1 of 1) sorted by relevance

/src/contrib/unbound/daemon/
H A Dremote.c4613 struct timeval* time_construct, struct timeval* time_reload, in fr_init_time() argument
4618 memset(time_construct, 0, sizeof(*time_construct)); in fr_init_time()
5754 struct timeval* time_read, struct timeval* time_construct, in fr_finish_time() argument
5763 timeval_subtract(&constructtime, time_construct, time_read); in fr_finish_time()
5764 timeval_subtract(&reloadtime, time_reload, time_construct); in fr_finish_time()
6528 struct timeval* time_construct, struct timeval* time_reload) in fr_load_config() argument
6573 if(gettimeofday(time_construct, NULL) < 0) in fr_load_config()
6627 struct timeval time_start, time_read, time_construct, time_reload, in fast_reload_thread_main() local
6633 fr_init_time(&time_start, &time_read, &time_construct, in fast_reload_thread_main()
6649 if(!fr_load_config(fast_reload_thread, &time_read, &time_construct, in fast_reload_thread_main()
[all …]