Searched defs:next (Results 1 - 25 of 28) sorted by relevance

12

/sssd/src/providers/ldap/
H A Dsdap_async_private.h34 struct dn_item *next; member in struct:dn_item
H A Dldap_common.h57 struct sdap_id_conn_ctx *prev, *next; member in struct:sdap_id_conn_ctx
H A Dsdap_id_op.c46 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 */
829 "communication error on cached connection, moving to next server\n");
/sssd/src/tests/
H A Dleak_check.c35 struct size_snapshot *next; member in struct:size_snapshot
/sssd/src/providers/
H A Ddata_provider_callbacks.c32 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 Dbackend.h55 struct be_svc_data *next; member in struct:be_svc_data
203 * Instruct fail-over to try next server on the next connect attempt.
H A Ddata_provider.h160 struct response_data *next; member in struct:response_data
H A Ddata_provider_fo.c29 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 Dbe_dyndns.c49 struct sss_iface_addr *next; member in struct:sss_iface_addr
68 return address->next;
306 /* AAAA addresses next */
H A Dfail_over.c66 struct fo_service *next; member in struct:fo_service
85 struct fo_server *next; member in struct:fo_server
105 struct server_common *next; member in struct:server_common
130 struct resolve_service_request *next; member in struct:resolve_service_request
250 while (server->next && server->next->srv_data == meta->srv_data) {
251 tmp = server->next;
530 common->next = NULL;
562 server->next = NULL;
895 DLIST_FOR_EACH(server, service->last_tried_server->next) {
[all...]
/sssd/src/providers/ipa/
H A Dipa_subdomains.h50 struct ipa_ad_server_ctx *next, *prev; member in struct:ipa_ad_server_ctx
H A Dipa_sudo_conversion.c66 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/src/providers/krb5/
H A Dkrb5_wait_queue.c36 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 Dkrb5_renew_tgt.c73 /* 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,
478 struct timeval next; local
505 next = tevent_timeval_current_ofs(krb5_ctx->renew_tgt_ctx->timer_interval,
508 next, renew_tgt_timer_handler,
H A Dkrb5_ccache.c37 struct string_list *next; member in struct:string_list
/sssd/src/sbus/
H A Dsssd_dbus_private.h79 struct sbus_watch_ctx *prev, *next; member in struct:sbus_watch_ctx
114 struct sbus_interface_list *prev, *next; member in struct:sbus_interface_list
/sssd/src/providers/data_provider/
H A Ddp_private.h86 /* 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 Ddp_request.c50 struct dp_req *next; member in struct:dp_req
426 struct dp_req *next; local
433 for (cur = provider->requests.active; cur != NULL; cur = next) {
434 next = cur->next;
/sssd/src/responder/common/
H A Dresponder_cmd.c182 struct setent_req_list *next; member in struct:setent_req_list
248 /* Skip to the next since a memory leak is non-fatal */
249 *list = (*list)->next;
H A Dresponder_dp.c36 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;
807 /* Skip to the next since a memory leak is non-fatal */
808 sdp_req->cb_list = sdp_req->cb_list->next;
H A Dresponder.h79 struct be_conn *next; member in struct:be_conn
/sssd/src/confdb/
H A Dconfdb.h312 struct sss_domain_info *next; member in struct:sss_domain_info
/sssd/src/ldb_modules/
H A Dmemberof.c51 struct mbof_dn *next; member in struct:mbof_dn
65 struct mbof_add_operation *next; member in struct:mbof_add_operation
357 lastop = lastop->next;
367 } while (lastop->next);
380 lastop->next = addop;
610 else if (add_ctx->current_op->next) {
611 /* next operation */
612 ret = mbof_next_add(add_ctx->current_op->next);
728 /* now try the next operation */
729 if (add_ctx->current_op->next) {
3855 struct mbof_member *next; member in struct:mbof_member
[all...]
/sssd/src/lib/idmap/
H A Dsss_idmap.c45 struct idmap_range_params *next; member in struct:idmap_range_params
52 struct idmap_domain_info *next; member in struct:idmap_domain_info
128 dst->next = NULL;
269 tmp = it->next;
283 for (it = helpers; it != NULL; it = it->next) {
311 struct idmap_domain_info *next; local
315 next = ctx->idmap_domain_info;
316 while (next) {
317 dom = next;
318 next
[all...]
/sssd/src/monitor/
H A Dmonitor.c101 struct mt_svc *next; member in struct:mt_svc
134 struct config_file_callback *next; member in struct:config_file_callback
199 for (iter = ctx->svc_list; iter; iter = iter->next) {
274 svc = svc->next;
416 for (iter = ctx->svc_list; iter; iter = iter->next) {
584 for(cur_svc = file_ctx->mt_ctx->svc_list; cur_svc; cur_svc = cur_svc->next) {
753 "domain [%s], trying next domain.\n", domain_names[c]);
762 "domain [%s], trying next domain.\n",
1255 for(cur_svc = ctx->svc_list; cur_svc; cur_svc = cur_svc->next) {
1405 for(cur_svc = monitor->svc_list; cur_svc; cur_svc = cur_svc->next) {
[all...]

Completed in 182 milliseconds

12