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

/sssd/src/db/
H A Dsysdb_ssh.c282 size_t *num_hosts,
306 *num_hosts = 0;
311 *num_hosts = num_results;
331 size_t num_hosts; local
345 &num_hosts, &hosts);
350 if (num_hosts > 1) {
372 size_t *num_hosts)
395 num_hosts, hosts);
278 sysdb_search_ssh_hosts(TALLOC_CTX *mem_ctx, struct sss_domain_info *domain, const char *filter, const char **attrs, size_t *num_hosts, struct ldb_message ***hosts) argument
367 sysdb_get_ssh_known_hosts(TALLOC_CTX *mem_ctx, struct sss_domain_info *domain, time_t now, const char **attrs, struct ldb_message ***hosts, size_t *num_hosts) argument
/sssd/src/providers/ipa/
H A Dipa_hbac_hosts.c45 size_t num_hosts = 0; local
144 new_hosts->names[num_hosts] = talloc_strdup(new_hosts->names,
146 if (new_hosts->names[num_hosts] == NULL) {
152 num_hosts++;
200 new_hosts->names[num_hosts] = NULL;
205 const char *, num_hosts + 1);
223 if (host_count) *host_count = num_hosts;
H A Dipa_sudo_async.c35 size_t num_hosts; member in struct:ipa_hostinfo
105 for (i = 0; i < host->num_hosts; i++) {
1011 ret = ipa_host_info_recv(subreq, host, &host->num_hosts, &host->hosts,
/sssd/src/responder/ssh/
H A Dsshsrv_cmd.c575 size_t num_hosts, i; local
619 &hosts, &num_hosts);
628 for (i = 0; i < num_hosts; i++) {

Completed in 1592 milliseconds