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

/freebsd-13-stable/contrib/apr-util/test/
H A Dtestdate.c147 apr_time_t secstodate, newsecs; local
154 newsecs = apr_date_parse_http(datestr);
155 ABTS_TRUE(tc, secstodate == newsecs);
171 newsecs = apr_date_parse_http(datestr);
172 ABTS_TRUE(tc, secstodate == newsecs);

Completed in 101 milliseconds