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

/sssd-io/src/providers/ad/
H A Dad_gpo.c1439 * uses the results to populate the output parameters with the sids_list and
1440 * the size of the sids_list.
1453 char **sids_list = NULL; local
1472 &sids_list, &sids_list_size);
1482 sids_list[i]++;
1486 *_sids_list = talloc_steal(mem_ctx, sids_list);

Completed in 24 milliseconds