HomeSort by relevance Sort by last modified time
    Searched refs:readsetp (Results 1 - 4 of 4) sorted by null

  /external/openssh/
serverloop.c 279 wait_until_can_do_something(fd_set **readsetp, fd_set **writesetp, int *maxfdp,
289 channel_prepare_select(readsetp, writesetp, maxfdp, nallocp,
316 FD_SET(connection_in, *readsetp);
324 FD_SET(connection_in, *readsetp);
332 FD_SET(fdout, *readsetp);
334 FD_SET(fderr, *readsetp);
343 notify_prepare(*readsetp);
369 ret = select((*maxfdp)+1, *readsetp, *writesetp, NULL, tvp);
372 memset(*readsetp, 0, *nallocp);
381 FD_SET(fdout, *readsetp);
    [all...]
clientloop.c 594 client_wait_until_can_do_something(fd_set **readsetp, fd_set **writesetp,
603 channel_prepare_select(readsetp, writesetp, maxfdp, nallocp,
611 FD_SET(connection_in, *readsetp);
617 FD_SET(fileno(stdin), *readsetp); local
629 memset(*readsetp, 0, *nallocp);
633 FD_SET(connection_in, *readsetp);
671 ret = select((*maxfdp)+1, *readsetp, *writesetp, NULL, tvp);
680 memset(*readsetp, 0, *nallocp);
    [all...]
ssh-agent.c 1179 fd_set *readsetp = NULL, *writesetp = NULL; local
    [all...]
channels.c     [all...]

Completed in 2087 milliseconds