OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:answer_count
(Results
1 - 3
of
3
) 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
207
unsigned
answer_count
= response->
answer_count
() +
local
210
for (unsigned i = 0; i <
answer_count
; i++) {
/external/chromium/net/base/
dnsrr_resolver.cc
591
uint16 query_count,
answer_count
, authority_count, additional_count;
local
593
!buf.U16(&
answer_count
) ||
611
if (
answer_count
< 1)
614
for (uint32 i = 0; i <
answer_count
; i++) {
Completed in 53 milliseconds