| /sssd-io/src/providers/ldap/ |
| H A D | sdap_async_private.h | 34 struct dn_item *next; member in struct:dn_item
|
| H A D | ldap_common.h | 57 struct sdap_id_conn_ctx *prev, *next; member in struct:sdap_id_conn_ctx
|
| H A D | sdap_id_op.c | 46 struct sdap_id_op *prev, *next; member in struct:sdap_id_op 64 struct sdap_id_conn_data *prev, *next; member in struct:sdap_id_conn_data 218 /* Check whether connection can be reused for next LDAP ID operation */ 841 "communication error on cached connection, moving to next server\n");
|
| /sssd-io/src/responder/common/cache_req/ |
| H A D | cache_req_domain.h | 32 struct cache_req_domain *next; member in struct:cache_req_domain
|
| /sssd-io/src/responder/kcm/ |
| H A D | kcmsrv_ccache_pvt.h | 39 struct kcm_cred *next; member in struct:kcm_cred
|
| H A D | kcmsrv_op_queue.c | 33 struct kcm_ops_queue_entry *next; member in struct:kcm_ops_queue_entry 125 /* Take the next entry from the queue */ 126 next_entry = entry->next; 145 /* Otherwise, mark the current head as done to run the next request */ 314 * the next request in the queue
|
| H A D | kcmsrv_ccache_mem.c | 40 struct ccache_mem_wrap *next; member in struct:ccache_mem_wrap 47 /* Both ccaches and the next-id are kept in memory */
|
| /sssd-io/src/tests/ |
| H A D | leak_check.c | 35 struct size_snapshot *next; member in struct:size_snapshot
|
| /sssd-io/src/providers/ |
| H A D | data_provider_callbacks.c | 32 struct be_cb *next; member in struct:be_cb 92 /* Store next callback in case this callback frees itself */ 93 next_cb = cb_ctx->callback->next; 184 /* Store next callback in case this callback frees itself */ 185 next_cb = callback->next;
|
| H A D | backend.h | 56 struct be_svc_data *next; member in struct:be_svc_data 211 * Instruct fail-over to try next server on the next connect attempt.
|
| H A D | data_provider.h | 156 struct response_data *next; member in struct:response_data
|
| H A D | data_provider_fo.c | 29 struct be_svc_callback *next; member in struct:be_svc_callback 620 /* now try next one */ 621 DEBUG(SSSDBG_TRACE_LIBS, "Trying with the next one!\n"); 816 * available servers next time */
|
| H A D | be_dyndns.c | 49 struct sss_iface_addr *next; member in struct:sss_iface_addr 68 return address->next; 306 /* AAAA addresses next */
|
| /sssd-io/src/providers/ipa/ |
| H A D | ipa_subdomains.h | 50 struct ipa_ad_server_ctx *next, *prev; member in struct:ipa_ad_server_ctx
|
| H A D | ipa_sudo_conversion.c | 66 struct ipa_sudo_dn_list *prev, *next; member in struct:ipa_sudo_dn_list 92 for (i = 0, item = list; item != NULL; item = item->next, i++) {
|
| /sssd-io/src/providers/krb5/ |
| H A D | krb5_wait_queue.c | 36 struct queue_entry *next; member in struct:queue_entry 170 if (head->next == NULL) { 205 if (head->next == NULL) { 209 queue_entry = head->next;
|
| H A D | krb5_renew_tgt.c | 73 /* Give back the pam data to the renewal item to be able to retry at the next 266 struct timeval next; local 291 next = tevent_timeval_current_ofs(renew_tgt_ctx->timer_interval, 294 next, renew_tgt_timer_handler, 477 struct timeval next; local 504 next = tevent_timeval_current_ofs(krb5_ctx->renew_tgt_ctx->timer_interval, 507 next, renew_tgt_timer_handler,
|
| H A D | krb5_ccache.c | 37 struct string_list *next; member in struct:string_list
|
| /sssd-io/src/sbus/ |
| H A D | sssd_dbus_private.h | 85 struct sbus_watch_ctx *prev, *next; member in struct:sbus_watch_ctx 120 struct sbus_interface_list *prev, *next; member in struct:sbus_interface_list
|
| /sssd-io/src/providers/data_provider/ |
| H A D | dp_private.h | 86 /* Numeric identificator that will be assigned to next request. */ 158 struct dp_sbus_req_item *next; member in struct:dp_sbus_req_item
|
| H A D | dp_request.c | 51 struct dp_req *next; member in struct:dp_req 431 struct dp_req *next; local 438 for (cur = provider->requests.active; cur != NULL; cur = next) { 439 next = cur->next;
|
| /sssd-io/src/responder/common/ |
| H A D | responder_cmd.c | 181 struct setent_req_list *next; member in struct:setent_req_list 243 /* Skip to the next since a memory leak is non-fatal */ 244 *list = (*list)->next;
|
| H A D | responder_dp.c | 36 struct sss_dp_callback *next; member in struct:sss_dp_callback 109 /* Skip to the next since a memory leak is non-fatal */ 110 sdp_req->cb_list = sdp_req->cb_list->next; 919 /* Skip to the next since a memory leak is non-fatal */ 920 sdp_req->cb_list = sdp_req->cb_list->next;
|
| H A D | responder.h | 90 struct be_conn *next; member in struct:be_conn
|
| /sssd-io/src/lib/certmap/ |
| H A D | sss_certmap_int.h | 85 struct component_list *next; member in struct:component_list 114 struct ldap_mapping_rule_comp *next; member in struct:ldap_mapping_rule_comp 129 struct match_map_rule *next; member in struct:match_map_rule 136 struct priority_list *next; member in struct:priority_list 155 struct san_list *next; member in struct:san_list
|