Home
last modified time | relevance | path

Searched refs:ares_expand_name (Results 1 – 12 of 12) sorted by relevance

/external/c-ares/
Dadig.c512 status = ares_expand_name(aptr, abuf, alen, &name, &len); in display_question()
555 status = ares_expand_name(aptr, abuf, alen, &name.as_char, &len); in display_rr()
601 status = ares_expand_name(aptr, abuf, alen, &name.as_char, &len); in display_rr()
633 status = ares_expand_name(p, abuf, alen, &name.as_char, &len); in display_rr()
639 status = ares_expand_name(p, abuf, alen, &name.as_char, &len); in display_rr()
653 status = ares_expand_name(aptr + 2, abuf, alen, &name.as_char, &len); in display_rr()
665 status = ares_expand_name(p, abuf, alen, &name.as_char, &len); in display_rr()
671 status = ares_expand_name(p, abuf, alen, &name.as_char, &len); in display_rr()
730 status = ares_expand_name(aptr + 6, abuf, alen, &name.as_char, &len); in display_rr()
764 status = ares_expand_name(p, abuf, alen, &name.as_char, &len); in display_rr()
Dares_parse_mx_reply.c78 status = ares_expand_name (aptr, abuf, alen, &hostname, &len); in ares_parse_mx_reply()
93 status = ares_expand_name (aptr, abuf, alen, &rr_name, &len); in ares_parse_mx_reply()
140 status = ares_expand_name (vptr, abuf, alen, &mx_curr->host, &len); in ares_parse_mx_reply()
Dares_parse_srv_reply.c83 status = ares_expand_name (aptr, abuf, alen, &hostname, &len); in ares_parse_srv_reply()
98 status = ares_expand_name (aptr, abuf, alen, &rr_name, &len); in ares_parse_srv_reply()
149 status = ares_expand_name (vptr, abuf, alen, &srv_curr->host, &len); in ares_parse_srv_reply()
DMakefile.inc9 ares_expand_name.c \
76 ares_expand_name.3 \
115 ares_expand_name.html \
154 ares_expand_name.pdf \
Dares_expand_name.c65 int ares_expand_name(const unsigned char *encoded, const unsigned char *abuf, in ares_expand_name() function
196 int status = ares_expand_name(encoded, abuf, alen, s, enclen); in ares__expand_name_for_response()
Dares_parse_txt_reply.c85 status = ares_expand_name (aptr, abuf, alen, &hostname, &len); in ares_parse_txt_reply()
100 status = ares_expand_name (aptr, abuf, alen, &rr_name, &len); in ares_parse_txt_reply()
DNEWS16 * Fixed a couple of fenceposts fixed in ares_expand_name()'s
DRELEASE-NOTES19 o ares_expand_name: Fix encoded length for indirect root
Dares.h414 CARES_EXTERN int ares_expand_name(const unsigned char *encoded,
DMakefile.in81 ares_data.lo ares_destroy.lo ares_expand_name.lo \
369 ares_expand_name.c \
436 ares_expand_name.3 \
475 ares_expand_name.html \
514 ares_expand_name.pdf \
728 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ares_expand_name.Plo@am__quote@
Dares_process.c1127 if (ares_expand_name(q.p, qbuf, qlen, &q.name, &q.namelen) in same_questions()
1145 if (ares_expand_name(a.p, abuf, alen, &a.name, &a.namelen) in same_questions()
DCHANGES21 o ares_expand_name: Fix encoded length for indirect root
324 ares_expand_name() simply to easier return ARES_EBADRESP for the cases where
929 ares_expand_name() on the record. Here's a patch which guarantees to
932 after calling ares_expand_name() and getting ARES_SUCCESS as the return