Lines Matching refs:netgroups_count
63 int netgroups_count;
303 size_t netgroups_count;
313 ret = sdap_get_generic_recv(subreq, state, &netgroups_count, &netgroups);
320 netgroups_count);
322 if (netgroups_count == 0) {
344 for (i = 0; i < netgroups_count; i++) {
684 state->netgroups[state->netgroups_count] = talloc_get_type(entry->value.ptr,
686 state->netgroups_count++;
869 for (i = 0; i < state->netgroups_count; i++) {
1018 *reply_count = state->netgroups_count;