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

  /external/c-ares/
ares_data.h 20 ARES_DATATYPE_TXT_REPLY, /* struct ares_txt_reply - introduced in 1.7.0 */
56 struct ares_txt_reply txt_reply;
ares_parse_txt_reply.c 55 struct ares_txt_reply **txt_out)
64 struct ares_txt_reply *txt_head = NULL;
65 struct ares_txt_reply *txt_last = NULL;
66 struct ares_txt_reply *txt_curr;
ares.h 463 struct ares_txt_reply { struct
464 struct ares_txt_reply *next;
510 struct ares_txt_reply** txt_out);

Completed in 49 milliseconds