Searched refs:get_time_func (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/usr.sbin/nscd/
H A Dcachelib.h70 * get_time_func is needed to have the clocks-independent counter
73 void (*get_time_func)(struct timeval *); member in struct:cache_params
150 void (*get_time_func)(struct timeval *); member in struct:cache_common_entry_
208 void (*get_time_func)(struct timeval *); member in struct:cache_mp_entry_
H A Dnscd.c90 void get_time_func(struct timeval *);
113 params.get_time_func = get_time_func;
384 get_time_func(&query_timeout);
566 get_time_func(struct timeval *time) function
H A Dcachelib.c607 new_common_entry->get_time_func =
608 the_cache->params.get_time_func;
632 new_mp_entry->get_time_func = the_cache->params.get_time_func;
777 common_entry->get_time_func(
871 common_entry->get_time_func(&policy_item->creation_time);
1030 ws->parent_entry->get_time_func(
1090 mp_entry->get_time_func(&mp_entry->last_request_time);
H A Dquery.c54 extern void get_time_func(struct timeval *);
1260 get_time_func(&retval->creation_time);

Completed in 108 milliseconds