Lines Matching refs:readsetp
279 wait_until_can_do_something(fd_set **readsetp, fd_set **writesetp, int *maxfdp, in wait_until_can_do_something() argument
289 channel_prepare_select(readsetp, writesetp, maxfdp, nallocp, in wait_until_can_do_something()
316 FD_SET(connection_in, *readsetp); in wait_until_can_do_something()
324 FD_SET(connection_in, *readsetp); in wait_until_can_do_something()
332 FD_SET(fdout, *readsetp); in wait_until_can_do_something()
334 FD_SET(fderr, *readsetp); in wait_until_can_do_something()
343 notify_prepare(*readsetp); in wait_until_can_do_something()
369 ret = select((*maxfdp)+1, *readsetp, *writesetp, NULL, tvp); in wait_until_can_do_something()
372 memset(*readsetp, 0, *nallocp); in wait_until_can_do_something()
381 FD_SET(fdout, *readsetp); in wait_until_can_do_something()
383 FD_SET(fderr, *readsetp); in wait_until_can_do_something()
387 notify_done(*readsetp); in wait_until_can_do_something()