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

/bind-9.11.3/lib/dns/include/dst/
H A Ddst.h842 * "timep" is not null.
866 dst_key_gettime(const dst_key_t *key, int type, isc_stdtime_t *timep);
868 * Get a member of the timing metadata array and place it in '*timep'.
873 * "timep" is not null.
/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 1326 milliseconds