Home
last modified time | relevance | path

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

/NextBSD/contrib/unbound/smallapp/
HDunbound-anchor.c1279 xml_convertdate(const char* str) in xml_convertdate() function
1348 time_t from = xml_convertdate(find_att(atts, "validFrom")); in handle_keydigest()
1357 time_t until = xml_convertdate(find_att(atts, "validUntil")); in handle_keydigest()
2161 if(time(NULL) < xml_convertdate("2010-07-15T00:00:00")) { in probe_date_allows_certupdate()