/third_party/musl/src/network/ |
D | dns_parse.c | 6 int qdcount, ancount; in __dns_parse() local 14 ancount = r[6]*256 + r[7]; in __dns_parse() 15 if (qdcount+ancount > 64) return -1; in __dns_parse() 22 while (ancount--) { in __dns_parse()
|
/third_party/node/deps/cares/src/lib/ |
D | ares_parse_soa_reply.c | 45 int qdcount, ancount, qclass; in ares_parse_soa_reply() local 53 ancount = DNS_HEADER_ANCOUNT(abuf); in ares_parse_soa_reply() 57 if (ancount == 0) in ares_parse_soa_reply() 79 if (qclass == T_SOA && ancount > 1) in ares_parse_soa_reply() 83 for (i = 0; i < ancount; i++) in ares_parse_soa_reply()
|
D | ares_parse_mx_reply.c | 41 unsigned int qdcount, ancount, i; in ares_parse_mx_reply() local 59 ancount = DNS_HEADER_ANCOUNT (abuf); in ares_parse_mx_reply() 62 if (ancount == 0) in ares_parse_mx_reply() 79 for (i = 0; i < ancount; i++) in ares_parse_mx_reply()
|
D | ares_parse_srv_reply.c | 41 unsigned int qdcount, ancount, i; in ares_parse_srv_reply() local 59 ancount = DNS_HEADER_ANCOUNT (abuf); in ares_parse_srv_reply() 62 if (ancount == 0) in ares_parse_srv_reply() 79 for (i = 0; i < ancount; i++) in ares_parse_srv_reply()
|
D | ares_parse_uri_reply.c | 46 unsigned int qdcount, ancount, i; in ares_parse_uri_reply() local 65 ancount = DNS_HEADER_ANCOUNT (abuf); in ares_parse_uri_reply() 69 if (ancount == 0) { in ares_parse_uri_reply() 87 for (i = 0; i < ancount; i++) in ares_parse_uri_reply()
|
D | ares_parse_ns_reply.c | 42 unsigned int qdcount, ancount; in ares_parse_ns_reply() local 59 ancount = DNS_HEADER_ANCOUNT( abuf ); in ares_parse_ns_reply() 76 nameservers = ares_malloc( ( ancount + 1 ) * sizeof( char * ) ); in ares_parse_ns_reply() 85 for ( i = 0; i < ( int ) ancount; i++ ) in ares_parse_ns_reply()
|
D | ares_parse_naptr_reply.c | 41 unsigned int qdcount, ancount, i; in ares_parse_naptr_reply() local 59 ancount = DNS_HEADER_ANCOUNT (abuf); in ares_parse_naptr_reply() 62 if (ancount == 0) in ares_parse_naptr_reply() 79 for (i = 0; i < ancount; i++) in ares_parse_naptr_reply()
|
D | ares_parse_txt_reply.c | 46 unsigned int qdcount, ancount, i; in ares__parse_txt_reply() local 65 ancount = DNS_HEADER_ANCOUNT (abuf); in ares__parse_txt_reply() 68 if (ancount == 0) in ares__parse_txt_reply() 85 for (i = 0; i < ancount; i++) in ares__parse_txt_reply()
|
D | ares_parse_caa_reply.c | 44 unsigned int qdcount, ancount, i; in ares_parse_caa_reply() local 63 ancount = DNS_HEADER_ANCOUNT (abuf); in ares_parse_caa_reply() 66 if (ancount == 0) in ares_parse_caa_reply() 83 for (i = 0; i < ancount; i++) in ares_parse_caa_reply()
|
D | ares_query.c | 144 unsigned int ancount; in qcallback() local 153 ancount = DNS_HEADER_ANCOUNT(abuf); in qcallback() 159 status = (ancount > 0) ? ARES_SUCCESS : ARES_ENODATA; in qcallback()
|
D | ares_parse_ptr_reply.c | 40 unsigned int qdcount, ancount; in ares_parse_ptr_reply() local 60 ancount = DNS_HEADER_ANCOUNT(abuf); in ares_parse_ptr_reply() 84 for (i = 0; i < (int)ancount; i++) in ares_parse_ptr_reply()
|
D | ares__parse_into_addrinfo.c | 47 unsigned int qdcount, ancount; in ares__parse_into_addrinfo() local 63 ancount = DNS_HEADER_ANCOUNT(abuf); in ares__parse_into_addrinfo() 84 for (i = 0; i < (int)ancount; i++) in ares__parse_into_addrinfo()
|
D | ares_process.c | 1354 unsigned int qdcount, ancount, nscount, arcount, i; in has_opt_rr() local 1363 ancount = DNS_HEADER_ANCOUNT(abuf); in has_opt_rr() 1384 for (i = 0; i < ancount + nscount; i++) in has_opt_rr()
|
/third_party/curl/lib/ |
D | doh.c | 631 unsigned short ancount; in doh_decode() local 658 ancount = get16bit(doh, 6); in doh_decode() 659 while(ancount) { in doh_decode() 705 ancount--; in doh_decode()
|
/third_party/node/deps/cares/src/tools/ |
D | adig.c | 391 unsigned int qdcount, ancount, nscount, arcount, i; in callback() local 424 ancount = DNS_HEADER_ANCOUNT(abuf); in callback() 451 for (i = 0; i < ancount; i++) in callback()
|
/third_party/musl/ndk_musl_include/arpa/ |
D | nameser.h | 350 unsigned ancount :16; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/arpa/ |
D | nameser.h | 350 unsigned ancount :16; member
|
/third_party/musl/include/arpa/ |
D | nameser.h | 350 unsigned ancount :16; member
|
/third_party/musl/porting/liteos_m/kernel/include/arpa/ |
D | nameser.h | 350 unsigned ancount :16; member
|
/third_party/musl/porting/uniproton/kernel/include/arpa/ |
D | nameser.h | 350 unsigned ancount :16; member
|
/third_party/glib/gio/ |
D | gthreadedresolver.c | 432 unsigned ancount :16; /* number of answer entries */ member 710 count = ntohs (header->ancount); in g_resolver_records_from_res_query()
|
/third_party/node/src/ |
D | cares_wrap.cc | 527 const unsigned int ancount = cares_get_16bit(buf + 6); in ParseSoaReply() local 544 for (unsigned int i = 0; i < ancount; i++) { in ParseSoaReply()
|