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

/sssd/src/providers/ad/
H A Dad_gpo.c1422 * uses the results to populate the output parameters with the sids_list and
1423 * the size of the sids_list.
1436 char **sids_list = NULL; local
1455 &sids_list, &sids_list_size);
1465 sids_list[i]++;
1469 *_sids_list = talloc_steal(mem_ctx, sids_list);

Completed in 23 milliseconds