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

/freebsd-12-stable/contrib/ntp/sntp/libevent/
H A Devdns.c3355 evdns_strtotimeval(const char *const str, struct timeval *out) function
3458 if (evdns_strtotimeval(val, &tv) == -1) return -1;
3464 if (evdns_strtotimeval(val, &tv) == -1) return -1;
3506 if (evdns_strtotimeval(val, &tv) == -1) return -1;
/freebsd-12-stable/contrib/libevent/
H A Devdns.c3356 evdns_strtotimeval(const char *const str, struct timeval *out) function
3459 if (evdns_strtotimeval(val, &tv) == -1) return -1;
3465 if (evdns_strtotimeval(val, &tv) == -1) return -1;
3507 if (evdns_strtotimeval(val, &tv) == -1) return -1;

Completed in 101 milliseconds