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

/sssd/src/providers/ad/
H A Dad_gpo.c2455 int som_idx = 0; local
2500 som_list[som_idx] = talloc_zero(som_list, struct gp_som);
2501 if (som_list[som_idx] == NULL) {
2505 som_list[som_idx]->som_dn = talloc_steal(som_list[som_idx],
2507 if (som_list[som_idx]->som_dn == NULL) {
2511 som_idx++;
2520 som_list[som_idx] = NULL;
2522 *_num_soms = som_idx;

Completed in 24 milliseconds