Home
last modified time | relevance | path

Searched refs:ARES_ECANCELLED (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/cares/src/lib/
Dares_cancel.c51 query->callback(query->arg, ARES_ECANCELLED, 0, NULL, 0); in ares_cancel()
Dares_gethostbyaddr.c154 else if (status == ARES_EDESTRUCTION || status == ARES_ECANCELLED) in addr_callback()
/third_party/node/deps/cares/include/
Dares.h136 #define ARES_ECANCELLED 24 /* introduced in 1.7.0 */ macro
/third_party/node/deps/cares/
DCHANGES3631 Documentation: properly document ARES_ECANCELLED
3634 callbacks and adds missing documentation of ARES_ECANCELLED to the man