HomeSort by relevance Sort by last modified time
    Searched refs:ares__expand_name_for_response (Results 1 - 6 of 6) sorted by null

  /external/c-ares/
ares_parse_ns_reply.c 76 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,
ares_parse_ptr_reply.c 75 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,
ares_expand_name.c 192 int ares__expand_name_for_response(const unsigned char *encoded, function
ares_parse_a_reply.c 88 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,
ares_parse_aaaa_reply.c 90 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,
ares_private.h 329 int ares__expand_name_for_response(const unsigned char *encoded,

Completed in 191 milliseconds