Searched refs:new_count (Results 1 – 1 of 1) sorted by relevance
425 unsigned int new_count = cpfds->count + inc; in cpfds_increase() local427 new_fds = calloc(new_count, sizeof(struct pollfd)); in cpfds_increase()435 cpfds->count = new_count; in cpfds_increase()
Completed in 5 milliseconds