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

/bind-9.6-ESV-R11/bin/tests/
H A Ddb_test.c368 isc_time_t start, finish; local
931 TIME_NOW(&finish);
933 usec = isc_time_microdiff(&finish, &start);
/bind-9.6-ESV-R11/lib/dns/
H A Dresolver.c763 isc_time_t *finish, isc_boolean_t no_response)
785 if (finish != NULL || no_response) {
786 if (finish != NULL) {
788 * We have both the start and finish times for this
791 rtt = (unsigned int)isc_time_microdiff(finish,
843 if (finish != NULL)
851 if (finish != NULL && TRIEDFIND(fctx))
862 if (finish != NULL && TRIEDALT(fctx)) {
882 * them and let the event handlers finish the cleanup. The resolver
6457 isc_time_t tnow, *finish; local
762 fctx_cancelquery(resquery_t **queryp, dns_dispatchevent_t **deventp, isc_time_t *finish, isc_boolean_t no_response) argument
[all...]

Completed in 28 milliseconds