Lines Matching refs:restart

4291             // restart the queries at InitialQuestionInterval.
4562 // when we add new /etc/hosts entries and restart the question. It is a new question and also a new record.
5435 DNSQuestion *restart = mDNSNULL;
5486 // If the search domains did not change, then we restart all the queries. Otherwise, only
5520 q->next = restart;
5521 restart = q;
5529 while (restart)
5531 q = restart;
5532 restart = restart->next;
5562 // restart question if it's multicast and currently active
5580 // restart the probe/announce cycle for multicast record
11207 mDNSlocal void SuppressStatusChanged(mDNS *const m, DNSQuestion *q, DNSQuestion **restart)
11226 // the restart will not be a duplicate ADD
11235 // 1. Previously it was suppressed and now it is not suppressed, restart the question so
11238 // this question if the cache entry did not change. Hence, we need to restart
11241 // 2. Previously it was not suppressed and now it is suppressed. We need to restart the questions
11251 // We restart queries in a two step process by first calling stop and build a temporary list which we
11252 // will restart at the end. The main reason for the two step process is to handle duplicate questions.
11258 // It is much cleaner and less error prone to build a list of questions and restart at the end.
11262 q->next = *restart;
11263 *restart = q;
11270 DNSQuestion *restart = mDNSNULL;
11273 // we potentially restart questions here in this function that ends up as new questions,
11300 SuppressStatusChanged(m, q, &restart);
11304 while (restart)
11306 q = restart;
11307 restart = restart->next;
11317 DNSQuestion *restart = mDNSNULL;
11333 SuppressStatusChanged(m, q, &restart);
11336 while (restart)
11338 q = restart;
11339 restart = restart->next;
11892 LogMsg("mDNS_StopQuery_internal: Just deleted the current restart question: %##s (%s)",