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

/sssd-io/src/providers/ad/
H A Dad_gpo.c2473 int som_idx = 0; local
2518 som_list[som_idx] = talloc_zero(som_list, struct gp_som);
2519 if (som_list[som_idx] == NULL) {
2523 som_list[som_idx]->som_dn = talloc_steal(som_list[som_idx],
2525 if (som_list[som_idx]->som_dn == NULL) {
2529 som_idx++;
2538 som_list[som_idx] = NULL;
2540 *_num_soms = som_idx;

Completed in 24 milliseconds