Home
last modified time | relevance | path

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

/freebsd/usr.sbin/nscd/
H A Dcachelib.h71 void (*get_time_func)(struct timeval *); member
148 void (*get_time_func)(struct timeval *); member
206 void (*get_time_func)(struct timeval *); member
H A Dnscd.c87 void get_time_func(struct timeval *);
109 params.get_time_func = get_time_func; in init_cache_()
380 get_time_func(&query_timeout); in process_socket_event()
569 get_time_func(struct timeval *time) in get_time_func() function
H A Dcachelib.c605 new_common_entry->get_time_func = in register_cache_entry()
606 the_cache->params.get_time_func; in register_cache_entry()
630 new_mp_entry->get_time_func = the_cache->params.get_time_func; in register_cache_entry()
775 common_entry->get_time_func( in cache_read()
869 common_entry->get_time_func(&policy_item->creation_time); in cache_write()
1028 ws->parent_entry->get_time_func( in close_cache_mp_write_session()
1088 mp_entry->get_time_func(&mp_entry->last_request_time); in open_cache_mp_read_session()
H A Dquery.c51 extern void get_time_func(struct timeval *);
1257 get_time_func(&retval->creation_time); in init_query_state()