Lines Matching refs:count

120     size_t count;
135 search_attrs, &count, &msgs);
145 localdn = talloc_array(mem_ctx, char *, count);
151 for (i=0; i < count; i++) {
163 *_ndn = count;
1171 size_t count;
1481 state->count = state->check_count;
1514 size_t count;
1537 attrs, &count, &msgs);
1538 if (ret == EOK && count > 0) {
1541 if (count != 1) {
1664 size_t count;
1676 ret = sdap_get_generic_recv(subreq, state, &count, &usr_attrs);
1681 if (count != 1) {
1684 "Expected one user entry and got %zu\n", count);
1716 state->count--;
1797 size_t count;
1845 state->count = 0;
1978 size_t count);
1990 size_t count;
1995 &count, &groups);
2003 "Search for groups, returned %zu results.\n", count);
2007 count == 0) {
2013 if (count > 0) {
2018 state->count + count + 1);
2024 sdap_search_group_copy_batch(state, groups, count);
2042 if (state->count == 0) {
2049 state->groups, state->count,
2061 state->count);
2100 state->check_count = state->count;
2136 state->groups, state->count, false,
2145 for (i = 0; i < state->count; i++) {
2161 size_t count)
2171 state->count,
2173 groups, count, filter);
2175 state->count += copied;
2176 state->groups[state->count] = NULL;
2214 state->groups, state->count,
2223 DEBUG(SSSDBG_TRACE_ALL, "Saving %zu Groups - Done\n", state->count);
2254 size_t count = 0;
2259 &count, &users);
2294 state->opts, users, count,
2310 member_el->values = talloc_zero_array(tmp_ctx, struct ldb_val, count);
2317 for (i = 0; i < count; i++) {
2335 member_el->num_values = count;
2515 size_t count;
2585 search_attrs, &count, &msgs);
2595 if (count != 1) {