Searched defs:num_subdomains (Results 1 - 1 of 1) sorted by relevance
/sssd-io/src/providers/ad/ |
H A D | ad_subdomains.c | 490 size_t num_subdomains, 498 bool handled[num_subdomains]; 506 memset(handled, 0, sizeof(bool) * num_subdomains); 530 for (c = 0; c < num_subdomains; c++) { 545 if (c >= num_subdomains) { 596 if (num_subdomains == h) { 606 for (c = 0; c < num_subdomains; c++) { 486 ad_subdomains_refresh(struct be_ctx *be_ctx, struct sdap_idmap_ctx *idmap_ctx, struct sdap_options *opts, struct sysdb_attrs **subdomains, size_t num_subdomains, bool root_domain, time_t *_last_refreshed, bool *_changes) argument
|
Completed in 16 milliseconds