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

/sssd-io/src/responder/ifp/
H A Difp_components.c595 int num_providers = sizeof(providers) / sizeof(providers[0]); local
631 out = talloc_zero_array(tmp_ctx, const char*, num_providers);
637 for (i = 0; i < num_providers; i++) {
/sssd-io/src/monitor/
H A Dmonitor.c1967 int num_providers; local
2100 num_providers = 0;
2107 num_providers++;
2111 if (num_providers > 0) {
2132 /* When the only provider set up is the local one (num_providers == 0) and
2137 if (num_providers == 0 && ctx->services == NULL) {

Completed in 17 milliseconds