Searched refs:ARES_ENOTIMP (Results 1 – 7 of 7) sorted by relevance
/third_party/node/deps/cares/src/lib/ |
D | ares_gethostbyaddr.c | 65 callback(arg, ARES_ENOTIMP, 0, NULL); in ares_gethostbyaddr() 72 callback(arg, ARES_ENOTIMP, 0, NULL); in ares_gethostbyaddr()
|
D | ares_options.c | 157 return ARES_ENOTIMP; in ares_set_servers() 209 return ARES_ENOTIMP; in ares_set_servers_ports()
|
D | ares_query.c | 171 status = ARES_ENOTIMP; in qcallback()
|
D | ares_getnameinfo.c | 100 callback(arg, ARES_ENOTIMP, 0, NULL, NULL); in ares_getnameinfo()
|
D | ares_getaddrinfo.c | 601 callback(arg, ARES_ENOTIMP, 0, NULL); in ares_getaddrinfo()
|
/third_party/node/deps/cares/include/ |
D | ares.h | 105 #define ARES_ENOTIMP 5 macro
|
/third_party/node/deps/cares/ |
D | CHANGES | 4621 Upon socket address family and length validation failure return ARES_ENOTIMP
|