Searched refs:ares_addrttl (Results 1 – 6 of 6) sorted by relevance
/third_party/node/deps/cares/src/lib/ |
D | ares_parse_a_reply.c | 45 struct hostent **host, struct ares_addrttl *addrttls, in ares_parse_a_reply()
|
D | ares__addrinfo2hostent.c | 198 int req_naddrttls, struct ares_addrttl *addrttls, in ares__addrinfo2addrttl()
|
D | ares_private.h | 410 int req_naddrttls, struct ares_addrttl *addrttls,
|
/third_party/node/deps/cares/include/ |
D | ares.h | 521 struct ares_addrttl { struct 649 struct ares_addrttl *addrttls,
|
/third_party/node/src/ |
D | cares_wrap.cc | 218 static_cast<ares_addrttl*>(addrttls), in ParseGeneralReply() 907 ares_addrttl addrttls[256]; in Parse() 1070 ares_addrttl addrttls[256]; in Parse() 1085 Local<Array> ttls = AddrTTLToArray<ares_addrttl>(env, addrttls, naddrttls); in Parse()
|
/third_party/node/deps/cares/ |
D | CHANGES | 113 …ate struct ares_addrinfo into a struct hostent as well as into struct ares_addrttl/ares_addr6ttl t… 1022 where another AAAA and A responses exist, the resulting ares_addrttl 4988 - - Jakub Hrozek renamed addrttl and addr6ttl structs to ares_addrttl and
|