Lines Matching refs:reply_list

1497  * is freed and the talloc one is put into 'reply_list' instead.
1500 rewrite_talloc_srv_reply(TALLOC_CTX *mem_ctx, struct ares_srv_reply **reply_list)
1504 struct ares_srv_reply *old_list = *reply_list;
1517 ares_free_data(*reply_list);
1524 ares_free_data(*reply_list);
1536 ares_free_data(*reply_list);
1545 ares_free_data(*reply_list);
1548 *reply_list = new_list;
1564 struct ares_srv_reply *reply_list;
1600 state->reply_list = NULL;
1713 struct ares_srv_reply *reply_list;
1741 ret = ares_parse_srv_reply(abuf, alen, &reply_list);
1748 ret = rewrite_talloc_srv_reply(req, &reply_list);
1752 state->reply_list = reply_list;
1764 state->reply_list = NULL;
1770 int *timeouts, struct ares_srv_reply **reply_list,
1779 if (reply_list)
1780 *reply_list = talloc_steal(mem_ctx, state->reply_list);
1837 * is freed and the talloc one is put into 'reply_list' instead.
1840 rewrite_talloc_txt_reply(TALLOC_CTX *mem_ctx, struct ares_txt_reply **reply_list)
1844 struct ares_txt_reply *old_list = *reply_list;
1858 ares_free_data(*reply_list);
1866 ares_free_data(*reply_list);
1877 ares_free_data(*reply_list);
1885 ares_free_data(*reply_list);
1888 *reply_list = new_list;
1904 struct ares_txt_reply *reply_list;
1939 state->reply_list = NULL;
1964 struct ares_txt_reply *reply_list;
1993 ret = ares_parse_txt_reply(abuf, alen, &reply_list);
2000 ret = rewrite_talloc_txt_reply(req, &reply_list);
2004 state->reply_list = reply_list;
2010 state->reply_list = NULL;
2016 int *timeouts, struct ares_txt_reply **reply_list)
2024 if (reply_list)
2025 *reply_list = talloc_steal(mem_ctx, state->reply_list);