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

/sssd/src/providers/ipa/
H A Dipa_selinux_maps.c158 size_t total_count; local
171 total_count = count + state->map_count;
172 state->maps = talloc_realloc(state, state->maps, struct sysdb_attrs *, total_count);
179 while (state->map_count < total_count) {
H A Dipa_hbac_rules.c245 size_t total_count; local
258 total_count = rule_count + state->rule_count;
261 total_count);
268 while (state->rule_count < total_count) {
H A Dipa_hbac_services.c286 size_t total_count; local
317 total_count = state->servicegroup_count + group_count;
320 total_count);
327 while (state->servicegroup_count < total_count) {
/sssd/src/providers/ldap/
H A Dsdap_async.c1465 ber_int_t total_count; local
1584 &total_count, &cookie);
1591 DEBUG(SSSDBG_TRACE_INTERNAL, "Total count [%d]\n", total_count);

Completed in 28 milliseconds