Searched refs:arcount (Results 1 - 9 of 9) sorted by relevance
/third_party/node/deps/cares/src/lib/ |
H A D | ares_dns_parse.c | 726 unsigned short *arcount) in ares_dns_parse_header() 738 nscount == NULL || arcount == NULL) { in ares_dns_parse_header() 838 status = ares__buf_fetch_be16(buf, arcount); in ares_dns_parse_header() 867 if (*arcount > 0) { in ares_dns_parse_header() 869 ares_dns_record_rr_prealloc(*dnsrec, ARES_SECTION_ADDITIONAL, *arcount); in ares_dns_parse_header() 883 *arcount = 0; in ares_dns_parse_header() 1140 unsigned short arcount; in ares_dns_parse_buf() local 1171 &nscount, &arcount); in ares_dns_parse_buf() 1214 for (i = 0; i < arcount; 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_private.h | 232 size_t arcount; member
|
H A D | ares_dns_record.c | 222 for (i = 0; i < dnsrec->arcount; i++) { in ares_dns_record_destroy() 316 return dnsrec->arcount; in ares_dns_record_rr_cnt() 399 rr_len = &dnsrec->arcount; in ares_dns_record_rr_add() 450 rr_len = &dnsrec->arcount; in ares_dns_record_rr_del() 491 rr_len = dnsrec->arcount; in ares_dns_record_rr_get()
|
H A D | ares_dns_write.c | 128 status = ares__buf_append_be16(buf, (unsigned short)dnsrec->arcount); in ares_dns_write_header()
|
/third_party/curl/lib/ |
H A D | doh.c | 612 unsigned short arcount; in doh_decode() local 707 arcount = get16bit(doh, 10); in doh_decode() 708 while(arcount) { in doh_decode() 726 arcount--; in doh_decode()
|
/third_party/musl/porting/liteos_m/kernel/include/arpa/ |
H A D | nameser.h | 352 unsigned arcount :16; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/arpa/ |
H A D | nameser.h | 352 unsigned arcount :16; member
|
/third_party/musl/porting/uniproton/kernel/include/arpa/ |
H A D | nameser.h | 352 unsigned arcount :16; member
|
/third_party/musl/include/arpa/ |
H A D | nameser.h | 387 unsigned arcount :16; member
|
Completed in 14 milliseconds