Searched defs:cindex (Results 1 - 3 of 3) sorted by relevance

/sssd/src/providers/ad/
H A Dad_access.c242 int cindex; member in struct:ad_access_state
287 ret = ad_sdap_access_step(req, state->clist[state->cindex]);
367 state->cindex++;
368 if (state->clist[state->cindex] == NULL) {
376 ret = ad_sdap_access_step(req, state->clist[state->cindex]);
H A Dad_common.c1295 int cindex = 0; local
1302 clist[cindex] = ad_ctx->gc_ctx;
1303 clist[cindex]->ignore_mark_offline = true;
1304 cindex++;
1307 clist[cindex] = ad_get_dom_ldap_conn(ad_ctx, dom);
1335 int cindex = 0; local
1347 clist[cindex] = ad_ctx->gc_ctx;
1348 clist[cindex]->ignore_mark_offline = true;
1349 cindex++;
1355 clist[cindex]
[all...]
H A Dad_id.c58 size_t cindex; member in struct:ad_handle_acct_info_state
91 state->cindex = 0;
126 if (state->conn[state->cindex] == NULL) {
130 if (state->conn[state->cindex+1] == NULL) {
146 state->conn[state->cindex],
163 state->conn[state->cindex],
192 && state->conn[state->cindex+1] != NULL
193 && state->conn[state->cindex]->ignore_mark_offline) {
220 state->cindex++;

Completed in 489 milliseconds