Searched refs:ARES_ENOTIMP (Results 1 - 13 of 13) sorted by relevance
/third_party/node/deps/cares/src/lib/ |
H A D | ares__threads.c | 468 return ARES_ENOTIMP; in ares__thread_cond_wait() 478 return ARES_ENOTIMP; in ares__thread_cond_timedwait() 487 return ARES_ENOTIMP; in ares__thread_create() 494 return ARES_ENOTIMP; in ares__thread_join() 557 return ARES_ENOTIMP; in ares_queue_wait_empty()
|
H A D | ares_strerror.c | 46 case ARES_ENOTIMP: in ares_strerror()
|
H A D | ares_gethostbyaddr.c | 78 callback(arg, ARES_ENOTIMP, 0, NULL); in ares_gethostbyaddr_int() 84 callback(arg, ARES_ENOTIMP, 0, NULL); in ares_gethostbyaddr_int()
|
H A D | ares_qcache.c | 326 return ARES_ENOTIMP; in ares__qcache_insert() 331 return ARES_ENOTIMP; in ares__qcache_insert()
|
H A D | ares_query.c | 128 status = ARES_ENOTIMP; in qcallback()
|
H A D | ares_event_thread.c | 423 return ARES_ENOTIMP; in ares_event_thread_init()
|
H A D | ares_getnameinfo.c | 109 callback(arg, ARES_ENOTIMP, 0, NULL, NULL); in ares_getnameinfo_int()
|
H A D | ares_options.c | 279 return ARES_ENOTIMP; in ares__init_by_options()
|
H A D | ares__iface_ips.c | 516 return ARES_ENOTIMP; in ares__iface_ips_enumerate()
|
H A D | ares_getaddrinfo.c | 557 callback(arg, ARES_ENOTIMP, 0, NULL); in ares_getaddrinfo_int()
|
H A D | ares_process.c | 710 query->error_status = ARES_ENOTIMP; in process_answer()
|
/third_party/cares/include/ |
H A D | ares.h | 105 #define ARES_ENOTIMP 5 macro
|
/third_party/node/deps/cares/include/ |
H A D | ares.h | 130 ARES_ENOTIMP = 5, enumerator 786 * \return ARES_ENOTIMP if not built with threading support, ARES_ETIMEOUT
|
Completed in 11 milliseconds