HomeSort by relevance Sort by last modified time
    Searched defs:answer_count (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/dns/
dns_response.cc 229 unsigned DnsResponse::answer_count() const { function in class:net::DnsResponse
296 unsigned ancount = answer_count();
mdns_client_impl.cc 240 unsigned answer_count = response->answer_count() + local
243 for (unsigned i = 0; i < answer_count; i++) {

Completed in 150 milliseconds