Searched refs:ret_ctime (Results 1 – 2 of 2) sorted by relevance
/external/avahi/avahi-core/ |
D | querier.c | 98 void avahi_querier_add(AvahiInterface *i, AvahiKey *key, struct timeval *ret_ctime) { in avahi_querier_add() argument 113 if (ret_ctime) in avahi_querier_add() 114 *ret_ctime = q->creation_time; in avahi_querier_add() 142 if (ret_ctime) in avahi_querier_add() 143 *ret_ctime = q->creation_time; in avahi_querier_add() 191 struct timeval *ret_ctime; member 205 if (cbdata->ret_ctime && avahi_timeval_compare(&tv, cbdata->ret_ctime) > 0) in add_querier_callback() 206 *cbdata->ret_ctime = tv; in add_querier_callback() 210 …ahiServer *s, AvahiIfIndex idx, AvahiProtocol protocol, AvahiKey *key, struct timeval *ret_ctime) { in avahi_querier_add_for_all() argument 217 cbdata.ret_ctime = ret_ctime; in avahi_querier_add_for_all() [all …]
|
D | querier.h | 28 void avahi_querier_add(AvahiInterface *i, AvahiKey *key, struct timeval *ret_ctime); 34 …vahiServer *s, AvahiIfIndex idx, AvahiProtocol protocol, AvahiKey *key, struct timeval *ret_ctime);
|