Searched refs:reply_list (Results 1 - 6 of 6) sorted by relevance
| /sssd-io/src/resolv/ |
| H A D | async_resolv.c | 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) 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 D | async_resolv.h | 145 struct ares_srv_reply **reply_list, 162 struct ares_txt_reply **reply_list);
|
| H A D | async_resolv_utils.c | 165 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 D | fail_over_srv.c | 78 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 D | test_fo_srv.c | 95 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 D | sdap_async.h | 242 struct sysdb_attrs ***reply_list);
|
Completed in 147 milliseconds