Lines Matching refs:count
172 errno_t update_dn_list(struct dn_item *dn_list, const size_t count,
188 for(c = 0; c < count; c++) {
223 size_t count;
238 const size_t count,
266 state->count = count;
271 for (c = 0; c < count; c++) {
485 size_t count;
489 ret = sdap_get_generic_recv(subreq, state, &count, &netgroups);
496 switch (count) {
516 count);
546 size_t *count,
554 *count = state->count;
575 size_t count;
611 state->count = 0;
678 &state->count, &state->netgroups);
686 "Search for netgroups, returned %zu results.\n", state->count);
688 if (state->count == 0) {
706 state->count, state->netgroups);
727 ret = netgroup_translate_ldap_members_recv(subreq, state, &state->count,
736 for (c = 0; c < state->count; c++) {
750 DEBUG(SSSDBG_TRACE_ALL, "Saving %zu Netgroups - Done\n", state->count);
770 *reply_count = state->count;