Home
last modified time | relevance | path

Searched refs:sldns_serial_arithmetics_gmtime_r (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/unbound/sldns/
H A Dparseutil.h71 struct tm * sldns_serial_arithmetics_gmtime_r(int32_t time, time_t now, struct tm *result);
H A Dparseutil.c175 sldns_serial_arithmetics_gmtime_r(int32_t time, time_t now, struct tm *result) in sldns_serial_arithmetics_gmtime_r() function
H A Dwire2str.c1690 if(sldns_serial_arithmetics_gmtime_r(t, time(NULL), &tm) && in sldns_wire2str_time_scan()