Lines Matching full:require
90 REQUIRE(i != NULL); in isc_interval_set()
91 REQUIRE(nanoseconds < NS_PER_S); in isc_interval_set()
99 REQUIRE(i != NULL); in isc_interval_iszero()
118 REQUIRE(t != NULL); in isc_time_set()
119 REQUIRE(nanoseconds < NS_PER_S); in isc_time_set()
127 REQUIRE(t != NULL); in isc_time_settoepoch()
135 REQUIRE(t != NULL); in isc_time_isepoch()
150 REQUIRE(t != NULL); in isc_time_now()
192 REQUIRE(t != NULL); in isc_time_nowplusinterval()
193 REQUIRE(i != NULL); in isc_time_nowplusinterval()
240 REQUIRE(t1 != NULL && t2 != NULL); in isc_time_compare()
257 REQUIRE(t != NULL && i != NULL && result != NULL); in isc_time_add()
284 REQUIRE(t != NULL && i != NULL && result != NULL); in isc_time_subtract()
308 REQUIRE(t1 != NULL && t2 != NULL); in isc_time_microdiff()
329 REQUIRE(t != NULL); in isc_time_seconds()
339 REQUIRE(t != NULL); in isc_time_secondsastimet()
374 REQUIRE(t != NULL); in isc_time_nanoseconds()
386 REQUIRE(len > 0); in isc_time_formattimestamp()
403 REQUIRE(len > 0); in isc_time_formathttptimestamp()
415 REQUIRE(len > 0); in isc_time_formatISO8601()