Home
last modified time | relevance | path

Searched refs:nscount (Results 1 - 16 of 16) sorted by relevance

/third_party/node/deps/cares/src/lib/
H A Dares_parse_ns_reply.c47 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 Dares_dns_parse.c725 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 Dares_sysconfig.c664 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 Dares_dns_private.h228 size_t nscount; member
H A Dares_dns_record.c216 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 Dares_dns_write.c122 status = ares__buf_append_be16(buf, (unsigned short)dnsrec->nscount); in ares_dns_write_header()
/third_party/ltp/lib/
H A Dtst_net.c230 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 Dresolv.h30 int nscount; member
53 uint16_t nscount; member
/third_party/musl/porting/liteos_m/kernel/include/
H A Dresolv.h30 int nscount; member
53 uint16_t nscount; member
/third_party/musl/porting/uniproton/kernel/include/
H A Dresolv.h30 int nscount; member
53 uint16_t nscount; member
/third_party/musl/include/
H A Dresolv.h30 int nscount; member
53 uint16_t nscount; member
/third_party/curl/lib/
H A Ddoh.c611 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 Dnameser.h351 unsigned nscount :16; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/arpa/
H A Dnameser.h351 unsigned nscount :16; member
/third_party/musl/porting/uniproton/kernel/include/arpa/
H A Dnameser.h351 unsigned nscount :16; member
/third_party/musl/include/arpa/
H A Dnameser.h386 unsigned nscount :16; member

Completed in 15 milliseconds