Lines Matching defs:finish
763 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;
6485 finish = NULL;
6503 finish = &tnow;
6529 * it for this fetch again. Also adjust finish and
6540 finish = NULL;
7019 fctx_cancelquery(&query, &devent, finish, no_response);