Searched refs:new_count (Results 1 - 1 of 1) sorted by relevance

/sssd/src/util/
H A Dutil.c849 size_t new_count = 0; local
861 new_count = l1_count + l2_count;
863 new = talloc_array(mem_ctx, char *, new_count + 1);
868 new [new_count] = NULL;

Completed in 686 milliseconds