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

/sssd/src/providers/ipa/
H A Dipa_hbac_hosts.c46 size_t num_hostgroups = 0; local
180 new_hosts->groups[num_hostgroups] =
182 if (new_hosts->groups[num_hostgroups] == NULL) {
190 num_hostgroups++;
201 new_hosts->groups[num_hostgroups] = NULL;
212 const char *, num_hostgroups + 1);
H A Dipa_sudo_async.c36 size_t num_hostgroups; member in struct:ipa_hostinfo
114 for (i = 0; i < host->num_hostgroups; i++) {
1012 &host->num_hostgroups, &host->hostgroups);

Completed in 1242 milliseconds