Searched refs:ares_expand_name (Results 1 – 12 of 12) sorted by relevance
/external/c-ares/ |
D | adig.c | 512 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()
|
D | ares_parse_mx_reply.c | 78 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()
|
D | ares_parse_srv_reply.c | 83 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()
|
D | Makefile.inc | 9 ares_expand_name.c \ 76 ares_expand_name.3 \ 115 ares_expand_name.html \ 154 ares_expand_name.pdf \
|
D | ares_expand_name.c | 65 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()
|
D | ares_parse_txt_reply.c | 85 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()
|
D | NEWS | 16 * Fixed a couple of fenceposts fixed in ares_expand_name()'s
|
D | RELEASE-NOTES | 19 o ares_expand_name: Fix encoded length for indirect root
|
D | ares.h | 414 CARES_EXTERN int ares_expand_name(const unsigned char *encoded,
|
D | Makefile.in | 81 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@
|
D | ares_process.c | 1127 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()
|
D | CHANGES | 21 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
|