Searched defs:timep (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/lib/dns/
H A Ddst_api.c1054 dst_key_gettime(const dst_key_t *key, int type, isc_stdtime_t *timep) { argument
1056 REQUIRE(timep != NULL);
1060 *timep = key->times[type];
H A Dzone.c17407 /* Called once; *timep should be set to the current time. */
17409 next_keyevent(dst_key_t *key, isc_stdtime_t *timep) { argument
17414 now = *timep;
17424 *timep = then;

Completed in 59 milliseconds