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

/bind-9.11.3/bin/dnssec/
H A Ddnssec-signzone.c3069 isc_uint64_t time_ms; /* Time in milliseconds */ local
3081 time_ms = time_us / 1000;
3083 (unsigned int) (time_ms / 1000),
3084 (unsigned int) (time_ms % 1000));
3093 time_ms = time_us / 1000;
3095 (unsigned int) (time_ms / 1000),
3096 (unsigned int) (time_ms % 1000));

Completed in 23 milliseconds