Home
last modified time | relevance | path

Searched refs:ARES_EDESTRUCTION (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/cares/src/lib/
Dares_destroy.c58 query->callback(query->arg, ARES_EDESTRUCTION, 0, NULL, 0); in ares_destroy()
Dares_gethostbyaddr.c154 else if (status == ARES_EDESTRUCTION || status == ARES_ECANCELLED) in addr_callback()
Dares_getaddrinfo.c560 else if (status == ARES_EDESTRUCTION) in host_callback()
/third_party/node/deps/cares/include/
Dares.h118 #define ARES_EDESTRUCTION 16 macro
/third_party/curl/lib/
Dasyn-ares.c543 if(ARES_EDESTRUCTION == status) in query_completed_cb()