Searched refs:ares__expand_name_for_response (Results 1 - 6 of 6) sorted by relevance

/external/c-ares/
H A Dares_parse_ns_reply.c76 status = ares__expand_name_for_response( aptr, abuf, alen, &hostname, &len);
99 status = ares__expand_name_for_response( aptr, abuf, alen, &rr_name, &len );
117 status = ares__expand_name_for_response( aptr, abuf, alen, &rr_data,
H A Dares_parse_ptr_reply.c75 status = ares__expand_name_for_response(aptr, abuf, alen, &ptrname, &len);
96 status = ares__expand_name_for_response(aptr, abuf, alen, &rr_name, &len);
115 status = ares__expand_name_for_response(aptr, abuf, alen, &rr_data,
150 status = ares__expand_name_for_response(aptr, abuf, alen, &rr_data,
H A Dares_expand_name.c192 int ares__expand_name_for_response(const unsigned char *encoded, function
H A Dares_parse_a_reply.c88 status = ares__expand_name_for_response(aptr, abuf, alen, &hostname, &len);
129 status = ares__expand_name_for_response(aptr, abuf, alen, &rr_name, &len);
185 status = ares__expand_name_for_response(aptr, abuf, alen, &rr_data,
H A Dares_parse_aaaa_reply.c90 status = ares__expand_name_for_response(aptr, abuf, alen, &hostname, &len);
129 status = ares__expand_name_for_response(aptr, abuf, alen, &rr_name, &len);
185 status = ares__expand_name_for_response(aptr, abuf, alen, &rr_data,
H A Dares_private.h329 int ares__expand_name_for_response(const unsigned char *encoded,

Completed in 141 milliseconds