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

  /external/c-ares/
ares_parse_mx_reply.c 78 status = ares_expand_name (aptr, abuf, alen, &hostname, &len);
93 status = ares_expand_name (aptr, abuf, alen, &rr_name, &len);
140 status = ares_expand_name (vptr, abuf, alen, &mx_curr->host, &len);
ares_parse_srv_reply.c 83 status = ares_expand_name (aptr, abuf, alen, &hostname, &len);
98 status = ares_expand_name (aptr, abuf, alen, &rr_name, &len);
149 status = ares_expand_name (vptr, abuf, alen, &srv_curr->host, &len);
ares_expand_name.c 65 int ares_expand_name(const unsigned char *encoded, const unsigned char *abuf, function
191 /* Like ares_expand_name but returns EBADRESP in case of invalid input. */
196 int status = ares_expand_name(encoded, abuf, alen, s, enclen);
ares_parse_txt_reply.c 85 status = ares_expand_name (aptr, abuf, alen, &hostname, &len);
100 status = ares_expand_name (aptr, abuf, alen, &rr_name, &len);
adig.c 512 status = ares_expand_name(aptr, abuf, alen, &name, &len);
555 status = ares_expand_name(aptr, abuf, alen, &name.as_char, &len);
601 status = ares_expand_name(aptr, abuf, alen, &name.as_char, &len);
633 status = ares_expand_name(p, abuf, alen, &name.as_char, &len);
639 status = ares_expand_name(p, abuf, alen, &name.as_char, &len);
653 status = ares_expand_name(aptr + 2, abuf, alen, &name.as_char, &len);
665 status = ares_expand_name(p, abuf, alen, &name.as_char, &len);
671 status = ares_expand_name(p, abuf, alen, &name.as_char, &len);
730 status = ares_expand_name(aptr + 6, abuf, alen, &name.as_char, &len);
764 status = ares_expand_name(p, abuf, alen, &name.as_char, &len)
    [all...]
ares.h 414 CARES_EXTERN int ares_expand_name(const unsigned char *encoded,
ares_process.c     [all...]

Completed in 69 milliseconds