Lines Matching defs:width
485 int i, rc, width;
491 memcpy(pollfds, seqifds, sizeof(*seqifds)*(width = seqifds_count));
493 sockfd_ptr = width;
494 pollfds[width].fd = sockfd;
495 pollfds[width].events = POLLIN;
496 width++;
498 netfd_ptr = width;
501 pollfds[width].fd = netfd[i];
502 pollfds[width].events = POLLIN;
503 width++;
507 rc = poll(pollfds, width, -1);