Home | History | Annotate | Download | only in openssh

Lines Matching full:writesetp

1133 	fd_set *readsetp = NULL, *writesetp = NULL;
1359 prepare_select(&readsetp, &writesetp, &max_fd, &nalloc, &tvp);
1360 result = select(max_fd + 1, readsetp, writesetp, NULL, tvp);
1370 after_select(readsetp, writesetp);