Home
last modified time | relevance | path

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

/third_party/node/deps/cares/src/lib/
Dares_parse_txt_reply.c36 struct ares_txt_ext *txt_head = NULL; in ares__parse_txt_reply() local
85 txt_head = txt_curr; in ares__parse_txt_reply()
109 if (txt_head) { in ares__parse_txt_reply()
110 ares_free_data(txt_head); in ares__parse_txt_reply()
114 *txt_out = txt_head; in ares__parse_txt_reply()