Searched refs:qdcount (Results 1 - 10 of 10) sorted by relevance
/third_party/musl/src/network/ |
H A D | dns_parse.c | 6 int qdcount, ancount; in __dns_parse() local 13 qdcount = r[4]*256 + r[5]; in __dns_parse() 15 while (qdcount--) { in __dns_parse()
|
/third_party/node/deps/cares/src/lib/ |
H A D | ares_dns_parse.c | 723 unsigned short *qdcount, in ares_dns_parse_header() 737 if (buf == NULL || dnsrec == NULL || qdcount == NULL || ancount == NULL || in ares_dns_parse_header() 820 status = ares__buf_fetch_be16(buf, qdcount); in ares_dns_parse_header() 880 *qdcount = 0; in ares_dns_parse_header() 1137 unsigned short qdcount; in ares_dns_parse_buf() local 1170 status = ares_dns_parse_header(buf, flags, dnsrec, &qdcount, &ancount, in ares_dns_parse_buf() 1177 if (qdcount == 0) { in ares_dns_parse_buf() 1184 if (qdcount > 1) { in ares_dns_parse_buf() 1190 for (i = 0; i < qdcount; i++) { in ares_dns_parse_buf() 721 ares_dns_parse_header(ares__buf_t *buf, unsigned int flags, ares_dns_record_t **dnsrec, unsigned short *qdcount, unsigned short *ancount, unsigned short *nscount, unsigned short *arcount) ares_dns_parse_header() argument
|
H A D | ares_dns_record.c | 204 for (i = 0; i < dnsrec->qdcount; i++) { in ares_dns_record_destroy() 235 return dnsrec->qdcount; in ares_dns_record_query_cnt() 252 if (dnsrec->qdcount >= dnsrec->qdalloc) { in ares_dns_record_query_add() 253 size_t alloc_cnt = ares__round_up_pow2(dnsrec->qdcount + 1); in ares_dns_record_query_add() 265 idx = dnsrec->qdcount; in ares_dns_record_query_add() 275 dnsrec->qdcount++; in ares_dns_record_query_add() 284 if (dnsrec == NULL || idx >= dnsrec->qdcount) { in ares_dns_record_query_get()
|
H A D | ares_dns_private.h | 220 size_t qdcount; member
|
H A D | ares_dns_write.c | 110 status = ares__buf_append_be16(buf, (unsigned short)dnsrec->qdcount); in ares_dns_write_header()
|
/third_party/curl/lib/ |
H A D | doh.c | 607 unsigned short qdcount; in doh_decode() local 624 qdcount = get16bit(doh, 4); in doh_decode() 625 while(qdcount) { in doh_decode() 632 qdcount--; in doh_decode()
|
/third_party/musl/porting/liteos_m/kernel/include/arpa/ |
H A D | nameser.h | 349 unsigned qdcount :16; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/arpa/ |
H A D | nameser.h | 349 unsigned qdcount :16; member
|
/third_party/musl/porting/uniproton/kernel/include/arpa/ |
H A D | nameser.h | 349 unsigned qdcount :16; member
|
/third_party/musl/include/arpa/ |
H A D | nameser.h | 384 unsigned qdcount :16; member
|
Completed in 11 milliseconds