/third_party/node/deps/cares/src/lib/ |
H A D | ares_parse_ns_reply.c | 47 size_t nscount = 0; in ares_parse_ns_reply() local 131 hostent->h_aliases[nscount] = ares_strdup(hostname); in ares_parse_ns_reply() 132 if (hostent->h_aliases[nscount] == NULL) { in ares_parse_ns_reply() 136 nscount++; in ares_parse_ns_reply() 139 if (nscount == 0) { in ares_parse_ns_reply()
|
H A D | ares_dns_parse.c | 725 unsigned short *nscount, in ares_dns_parse_header() 738 nscount == NULL || arcount == NULL) { in ares_dns_parse_header() 832 status = ares__buf_fetch_be16(buf, nscount); in ares_dns_parse_header() 859 if (*nscount > 0) { in ares_dns_parse_header() 861 ares_dns_record_rr_prealloc(*dnsrec, ARES_SECTION_AUTHORITY, *nscount); in ares_dns_parse_header() 882 *nscount = 0; in ares_dns_parse_header() 1139 unsigned short nscount; in ares_dns_parse_buf() local 1171 &nscount, &arcount); in ares_dns_parse_buf() 1206 for (i = 0; i < nscount; 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_sysconfig.c | 664 if (res->nscount > 0) { in ares__init_sysconfig_mvs() 665 count4 = (size_t)res->nscount; in ares__init_sysconfig_mvs() 844 int nscount; in ares__init_sysconfig_libresolv() local 855 nscount = res_getservers(&res, addr, MAXNS); in ares__init_sysconfig_libresolv() 857 for (i = 0; i < (size_t)nscount; ++i) { in ares__init_sysconfig_libresolv() 975 (unsigned int)(res.nscount > 0 ? res.nscount : 1); in ares__init_sysconfig_libresolv()
|
H A D | ares_dns_private.h | 228 size_t nscount; member
|
H A D | ares_dns_record.c | 216 for (i = 0; i < dnsrec->nscount; i++) { in ares_dns_record_destroy() 314 return dnsrec->nscount; in ares_dns_record_rr_cnt() 395 rr_len = &dnsrec->nscount; in ares_dns_record_rr_add() 446 rr_len = &dnsrec->nscount; in ares_dns_record_rr_del() 487 rr_len = dnsrec->nscount; in ares_dns_record_rr_get()
|
H A D | ares_dns_write.c | 122 status = ares__buf_append_be16(buf, (unsigned short)dnsrec->nscount); in ares_dns_write_header()
|
/third_party/ltp/lib/ |
H A D | tst_net.c | 230 int nscount = 1; in tst_setup_netns() local 234 &nscount); in tst_setup_netns() 237 if (!nscount) in tst_setup_netns()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | resolv.h | 30 int nscount; member 53 uint16_t nscount; member
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | resolv.h | 30 int nscount; member 53 uint16_t nscount; member
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | resolv.h | 30 int nscount; member 53 uint16_t nscount; member
|
/third_party/musl/include/ |
H A D | resolv.h | 30 int nscount; member 53 uint16_t nscount; member
|
/third_party/curl/lib/ |
H A D | doh.c | 611 unsigned short nscount; in doh_decode() local 685 nscount = get16bit(doh, 8); in doh_decode() 686 while(nscount) { in doh_decode() 704 nscount--; in doh_decode()
|
/third_party/musl/porting/liteos_m/kernel/include/arpa/ |
H A D | nameser.h | 351 unsigned nscount :16; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/arpa/ |
H A D | nameser.h | 351 unsigned nscount :16; member
|
/third_party/musl/porting/uniproton/kernel/include/arpa/ |
H A D | nameser.h | 351 unsigned nscount :16; member
|
/third_party/musl/include/arpa/ |
H A D | nameser.h | 386 unsigned nscount :16; member
|