Searched refs:counti (Results 1 – 1 of 1) sorted by relevance
238 int err, counti, counto; in init_seq() local248 counti = seqifds_count = snd_seq_poll_descriptors_count(handle, POLLIN); in init_seq()249 assert(counti > 0); in init_seq()252 seqifds = (struct pollfd *)calloc(counti, sizeof(struct pollfd)); in init_seq()256 err = snd_seq_poll_descriptors(handle, seqifds, counti, POLLIN); in init_seq()257 assert(err == counti); in init_seq()