Lines Matching refs:query
72 // DNS query, waiting for a response, and returning the response that it
84 // Returns the query of this attempt.
136 scoped_ptr<DnsQuery> query)
141 query_(query.Pass()) {}
259 // Our solution is to make another attempt, in case the query truly
300 scoped_ptr<DnsQuery> query)
304 query_(query.Pass()),
514 // The first server to attempt on each query is given by
670 scoped_ptr<DnsQuery> query;
672 query.reset(new DnsQuery(id, qnames_.front(), qtype_));
674 query.reset(attempts_[0]->GetQuery()->CloneWithNewId(id));
690 new DnsUDPAttempt(server_index, lease.Pass(), query.Pass());
725 scoped_ptr<DnsQuery> query(
735 query.Pass());
756 // Begins query for the current name. Makes the first attempt.
914 // Search list of fully-qualified DNS names to query next (in DNS format).
924 // Index of the first server to try on each search query.