Lines Matching refs:int_fd
54 int int_fd;
131 * NOTE: fake_fd and int_fd are socketpair(), thus writing to one will
159 if (fd > s->int_fd)
162 max_fd = s->int_fd;
177 FD_SET(s->int_fd, s->sread);
194 if (FD_ISSET(s->int_fd, s->sread))
196 r = read(s->int_fd, buf, sizeof(buf));
220 assert(events != 0 || FD_ISSET(s->int_fd, s->sread));
362 s->int_fd = fds[1];
1520 uv__close(s->int_fd);