Searched refs:has_time_sec (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/unbound/dnstap/
H A Ddnstap.c283 uint64_t *time_sec, protobuf_c_boolean *has_time_sec,
290 *has_time_sec = 1;
282 dt_fill_timeval(const struct timeval *tv, uint64_t *time_sec, protobuf_c_boolean *has_time_sec, uint32_t *time_nsec, protobuf_c_boolean *has_time_nsec) argument
H A Dunbound-dnstap-socket.c497 static char* tv_to_str(protobuf_c_boolean has_time_sec, uint64_t time_sec, argument
504 if(has_time_sec) tv.tv_sec = time_sec;

Completed in 100 milliseconds