Searched defs:finish (Results 1 - 5 of 5) sorted by relevance
/bind-9.11.3/lib/isc/win32/ |
H A D | app.c | 119 void *run, *shutdown, *start, *reload, *finish, *block, *unblock; member in struct:__anon294
|
/bind-9.11.3/lib/isc/unix/ |
H A D | app.c | 131 void *run, *shutdown, *start, *reload, *finish, *block, *unblock; member in struct:__anon284
|
/bind-9.11.3/bin/tests/ |
H A D | db_test.c | 360 isc_time_t start, finish; local 920 TIME_NOW(&finish); 922 usec = isc_time_microdiff(&finish, &start);
|
/bind-9.11.3/bin/win32/BINDInstall/ |
H A D | BINDInstallDlg.cpp | 734 size_t finish = line.find_last_not_of(" \t\r\n\t\v"); local 735 if ((finish != std::string::npos) && 736 (finish + 1 != line.size())) { 737 line.erase(finish + 1);
|
/bind-9.11.3/lib/dns/ |
H A D | resolver.c | 892 isc_time_t *finish, isc_boolean_t no_response, 916 if (finish != NULL || no_response) { 917 if (finish != NULL) { 919 * We have both the start and finish times for this 922 rtt = (unsigned int)isc_time_microdiff(finish, 1005 if (finish != NULL || age_untried) 1012 if ((finish != NULL || age_untried) && TRIEDFIND(fctx)) 1023 if ((finish != NULL || age_untried) && TRIEDALT(fctx)) { 1042 * them and let the event handlers finish the cleanup. The resolver 7678 isc_time_t tnow, *finish; local 891 fctx_cancelquery(resquery_t **queryp, dns_dispatchevent_t **deventp, isc_time_t *finish, isc_boolean_t no_response, isc_boolean_t age_untried) argument [all...] |
Completed in 254 milliseconds