Home
last modified time | relevance | path

Searched refs:ARES_ENOMEM (Results 1 – 24 of 24) sorted by relevance

/external/c-ares/
Dares_init.c145 return ARES_ENOMEM; in ares_init_options()
366 return ARES_ENOMEM; in ares_save_options()
382 return ARES_ENOMEM; in ares_save_options()
389 return ARES_ENOMEM; in ares_save_options()
398 return ARES_ENOMEM; in ares_save_options()
405 return ARES_ENOMEM; in ares_save_options()
458 return ARES_ENOMEM; in init_by_options()
480 return ARES_ENOMEM; in init_by_options()
486 return ARES_ENOMEM; in init_by_options()
497 return ARES_ENOMEM; in init_by_options()
[all …]
Dares_search.c84 callback(arg, ARES_ENOMEM, 0, NULL, 0); in ares_search()
92 callback(arg, ARES_ENOMEM, 0, NULL, 0); in ares_search()
221 return ARES_ENOMEM; in cat_domain()
250 return (*s) ? ARES_SUCCESS : ARES_ENOMEM; in single_domain()
284 return (*s) ? ARES_SUCCESS : ARES_ENOMEM; in single_domain()
316 return (*s) ? ARES_SUCCESS : ARES_ENOMEM; in single_domain()
Dares_options.c49 status = ARES_ENOMEM; in ares_get_servers()
113 return ARES_ENOMEM; in ares_set_servers()
202 rv = ARES_ENOMEM; in ares_set_servers_csv()
212 rv = ARES_ENOMEM; in ares_set_servers_csv()
Dares_parse_ptr_reply.c91 return ARES_ENOMEM; in ares_parse_ptr_reply()
129 status = ARES_ENOMEM; in ares_parse_ptr_reply()
140 status = ARES_ENOMEM; in ares_parse_ptr_reply()
207 status = ARES_ENOMEM; in ares_parse_ptr_reply()
Dares_send.c59 callback(arg, ARES_ENOMEM, 0, NULL, 0); in ares_send()
66 callback(arg, ARES_ENOMEM, 0, NULL, 0); in ares_send()
75 callback(arg, ARES_ENOMEM, 0, NULL, 0); in ares_send()
Dares_parse_ns_reply.c91 return ARES_ENOMEM; in ares_parse_ns_reply()
131 status=ARES_ENOMEM; in ares_parse_ns_reply()
175 status = ARES_ENOMEM; in ares_parse_ns_reply()
Dares__read_line.c43 return ARES_ENOMEM; in ares__read_line()
66 return ARES_ENOMEM; in ares__read_line()
Dares_parse_a_reply.c106 return ARES_ENOMEM; in ares_parse_a_reply()
113 return ARES_ENOMEM; in ares_parse_a_reply()
251 status = ARES_ENOMEM; in ares_parse_a_reply()
Dares_parse_aaaa_reply.c107 return ARES_ENOMEM; in ares_parse_aaaa_reply()
114 return ARES_ENOMEM; in ares_parse_aaaa_reply()
247 status = ARES_ENOMEM; in ares_parse_aaaa_reply()
Dares_parse_txt_reply.c123 status = ARES_ENOMEM; in ares_parse_txt_reply()
157 status = ARES_ENOMEM; in ares_parse_txt_reply()
Dares_expand_string.c64 return ARES_ENOMEM; in ares_expand_string()
Dares_gethostbyname.c111 callback(arg, ARES_ENOMEM, 0, NULL); in ares_gethostbyname()
120 callback(arg, ARES_ENOMEM, 0, NULL); in ares_gethostbyname()
296 callback(arg, ARES_ENOMEM, 0, NULL); in fake_hostent()
Dares_mkquery.c135 return ARES_ENOMEM; in ares_mkquery()
Dares_expand_name.c82 return ARES_ENOMEM; in ares_expand_name()
Dares_parse_mx_reply.c123 status = ARES_ENOMEM; in ares_parse_mx_reply()
Dares_parse_srv_reply.c128 status = ARES_ENOMEM; in ares_parse_srv_reply()
Dares_query.c133 callback(arg, ARES_ENOMEM, 0, NULL, 0); in ares_query()
Dares__get_hostent.c259 return ARES_ENOMEM; in ares__get_hostent()
Dares_gethostbyaddr.c92 callback(arg, ARES_ENOMEM, 0, NULL); in ares_gethostbyaddr()
Dares.h116 #define ARES_ENOMEM 15 macro
Dares_getnameinfo.c181 callback(arg, ARES_ENOMEM, 0, NULL, NULL); in ares_getnameinfo()
Dares_process.c749 end_query(channel, query, ARES_ENOMEM, NULL, 0); in ares__send_query()
DCHANGES653 NULL, but on AIX it does, so ares_save_options would return ARES_ENOMEM.
/external/curl/lib/
Dasyn-ares.c135 if(status == ARES_ENOMEM) in Curl_resolver_init()
607 case ARES_ENOMEM: in Curl_set_dns_servers()