Searched refs:reply_list (Results 1 - 6 of 6) sorted by relevance

/sssd-io/src/resolv/
H A Dasync_resolv.c1497 * 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) argument
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; member in struct:getsrv_state
1600 state->reply_list
1713 struct ares_srv_reply *reply_list; local
1769 resolv_getsrv_recv(TALLOC_CTX *mem_ctx, struct tevent_req *req, int *status, int *timeouts, struct ares_srv_reply **reply_list, uint32_t *ttl) argument
1840 rewrite_talloc_txt_reply(TALLOC_CTX *mem_ctx, struct ares_txt_reply **reply_list) argument
1904 struct ares_txt_reply *reply_list; member in struct:gettxt_state
1964 struct ares_txt_reply *reply_list; local
2015 resolv_gettxt_recv(TALLOC_CTX *mem_ctx, struct tevent_req *req, int *status, int *timeouts, struct ares_txt_reply **reply_list) argument
[all...]
H A Dasync_resolv.h145 struct ares_srv_reply **reply_list,
162 struct ares_txt_reply **reply_list);
H A Dasync_resolv_utils.c165 struct ares_srv_reply *reply_list; member in struct:resolv_discover_srv_state
278 &state->reply_list, &state->ttl);
335 *_reply_list = talloc_steal(mem_ctx, state->reply_list);
/sssd-io/src/providers/
H A Dfail_over_srv.c78 struct ares_srv_reply *reply_list = NULL; local
87 &reply_list, &state->ttl, &state->dns_domain);
102 ret = resolv_sort_srv_reply(&reply_list);
110 for (record = reply_list; record != NULL; record = record->next) {
123 for (record = reply_list, i = 0;
131 talloc_zfree(reply_list);
/sssd-io/src/tests/cmocka/
H A Dtest_fo_srv.c95 struct ares_srv_reply *reply_list; local
100 reply_list = sss_mock_ptr_type(struct ares_srv_reply *);
105 *_reply_list = reply_list;
292 /* reply_list and dns_domain must be a talloc context so it can be used as
295 static void mock_srv_results(struct ares_srv_reply *reply_list, argument
299 will_return(resolv_discover_srv_recv, reply_list);
/sssd-io/src/providers/ldap/
H A Dsdap_async.h242 struct sysdb_attrs ***reply_list);

Completed in 147 milliseconds