Searched refs:clist (Results 1 - 4 of 4) sorted by relevance

/sssd/src/providers/ad/
H A Dad_common.c1294 struct sdap_id_conn_ctx **clist; local
1297 clist = talloc_zero_array(mem_ctx, struct sdap_id_conn_ctx *, 3);
1298 if (clist == NULL) return NULL;
1302 clist[cindex] = ad_ctx->gc_ctx;
1303 clist[cindex]->ignore_mark_offline = true;
1307 clist[cindex] = ad_get_dom_ldap_conn(ad_ctx, dom);
1309 return clist;
1317 struct sdap_id_conn_ctx **clist; local
1319 clist = talloc_zero_array(mem_ctx, struct sdap_id_conn_ctx *, 2);
1320 if (clist
1334 struct sdap_id_conn_ctx **clist; local
[all...]
H A Dad_access.c241 struct sdap_id_conn_ctx **clist; member in struct:ad_access_state
281 state->clist = ad_gc_conn_list(state, ctx->ad_id_ctx, domain);
282 if (state->clist == NULL) {
287 ret = ad_sdap_access_step(req, state->clist[state->cindex]);
368 if (state->clist[state->cindex] == NULL) {
376 ret = ad_sdap_access_step(req, state->clist[state->cindex]);
H A Dad_id.c279 struct sdap_id_conn_ctx **clist; local
283 clist = ad_user_conn_list(ad_ctx, dom);
289 clist = ad_gc_conn_list(mem_ctx, ad_ctx, dom);
293 clist = ad_ldap_conn_list(mem_ctx, ad_ctx, dom);
297 return clist;
379 struct sdap_id_conn_ctx **clist; local
428 clist = get_conn_list(state, id_ctx, domain, data);
429 if (clist == NULL) {
443 id_ctx->ad_options, sdom, clist);
/sssd/src/providers/ipa/
H A Dipa_subdomains_id.c671 struct sdap_id_conn_ctx **clist; local
710 clist = ad_gc_conn_list(req, ad_id_ctx, state->obj_dom);
713 clist = ad_ldap_conn_list(req, ad_id_ctx, state->obj_dom);
717 if (clist == NULL) {
731 ad_id_ctx->ad_options, sdom, clist);

Completed in 48 milliseconds