Searched refs:wset (Results 1 - 16 of 16) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/miniupnpc/
H A Dconnecthostport.c119 fd_set wset; local
121 FD_ZERO(&wset);
122 FD_SET(s, &wset);
123 if((n = select(s + 1, NULL, &wset, NULL, NULL)) == -1 && errno == EINTR)
216 fd_set wset; local
218 FD_ZERO(&wset);
219 FD_SET(s, &wset);
220 if((n = select(s + 1, NULL, &wset, NULL, NULL)) == -1 && errno == EINTR)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/miniupnpc/
H A Dconnecthostport.c119 fd_set wset; local
121 FD_ZERO(&wset);
122 FD_SET(s, &wset);
123 if((n = select(s + 1, NULL, &wset, NULL, NULL)) == -1 && errno == EINTR)
216 fd_set wset; local
218 FD_ZERO(&wset);
219 FD_SET(s, &wset);
220 if((n = select(s + 1, NULL, &wset, NULL, NULL)) == -1 && errno == EINTR)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/miniupnpc/
H A Dconnecthostport.c119 fd_set wset; local
121 FD_ZERO(&wset);
122 FD_SET(s, &wset);
123 if((n = select(s + 1, NULL, &wset, NULL, NULL)) == -1 && errno == EINTR)
216 fd_set wset; local
218 FD_ZERO(&wset);
219 FD_SET(s, &wset);
220 if((n = select(s + 1, NULL, &wset, NULL, NULL)) == -1 && errno == EINTR)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libgcrypt-1.5.1/src/
H A Dath.h96 ssize_t (*select) (int nfd, void *rset, void *wset, void *eset,
104 ssize_t (*select) (int nfd, fd_set *rset, fd_set *wset, fd_set *eset,
132 ssize_t ath_select (int nfd, void *rset, void *wset, void *eset,
140 ssize_t ath_select (int nfd, fd_set *rset, fd_set *wset, fd_set *eset,
H A Dath.c245 ath_select (int nfd, void *rset, void *wset, void *eset,
248 ath_select (int nfd, fd_set *rset, fd_set *wset, fd_set *eset,
253 return (*ops.select) (nfd, rset, wset, eset, timeout);
258 return select (nfd, rset, wset, eset, timeout);
243 ath_select(int nfd, void *rset, void *wset, void *eset, struct timeval *timeout) argument
H A Dgcrypt.h222 ssize_t (*select) (int nfd, void *rset, void *wset, void *eset,
230 ssize_t (*select) (int nfd, fd_set *rset, fd_set *wset, fd_set *eset,
242 static ssize_t gcry_pth_select (int nfd, void *rset, void *wset, \
244 { return pth_select (nfd, rset, wset, eset, timeout); } \
255 static ssize_t gcry_pth_select (int nfd, fd_set *rset, fd_set *wset, \
257 { return pth_select (nfd, rset, wset, eset, timeout); } \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libgcrypt-1.5.1/src/
H A Dath.h96 ssize_t (*select) (int nfd, void *rset, void *wset, void *eset,
104 ssize_t (*select) (int nfd, fd_set *rset, fd_set *wset, fd_set *eset,
132 ssize_t ath_select (int nfd, void *rset, void *wset, void *eset,
140 ssize_t ath_select (int nfd, fd_set *rset, fd_set *wset, fd_set *eset,
H A Dath.c245 ath_select (int nfd, void *rset, void *wset, void *eset,
248 ath_select (int nfd, fd_set *rset, fd_set *wset, fd_set *eset,
253 return (*ops.select) (nfd, rset, wset, eset, timeout);
258 return select (nfd, rset, wset, eset, timeout);
243 ath_select(int nfd, void *rset, void *wset, void *eset, struct timeval *timeout) argument
H A Dgcrypt.h222 ssize_t (*select) (int nfd, void *rset, void *wset, void *eset,
230 ssize_t (*select) (int nfd, fd_set *rset, fd_set *wset, fd_set *eset,
242 static ssize_t gcry_pth_select (int nfd, void *rset, void *wset, \
244 { return pth_select (nfd, rset, wset, eset, timeout); } \
255 static ssize_t gcry_pth_select (int nfd, fd_set *rset, fd_set *wset, \
257 { return pth_select (nfd, rset, wset, eset, timeout); } \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libgcrypt-1.5.1/src/
H A Dath.h96 ssize_t (*select) (int nfd, void *rset, void *wset, void *eset,
104 ssize_t (*select) (int nfd, fd_set *rset, fd_set *wset, fd_set *eset,
132 ssize_t ath_select (int nfd, void *rset, void *wset, void *eset,
140 ssize_t ath_select (int nfd, fd_set *rset, fd_set *wset, fd_set *eset,
H A Dath.c245 ath_select (int nfd, void *rset, void *wset, void *eset,
248 ath_select (int nfd, fd_set *rset, fd_set *wset, fd_set *eset,
253 return (*ops.select) (nfd, rset, wset, eset, timeout);
258 return select (nfd, rset, wset, eset, timeout);
243 ath_select(int nfd, void *rset, void *wset, void *eset, struct timeval *timeout) argument
H A Dgcrypt.h222 ssize_t (*select) (int nfd, void *rset, void *wset, void *eset,
230 ssize_t (*select) (int nfd, fd_set *rset, fd_set *wset, fd_set *eset,
242 static ssize_t gcry_pth_select (int nfd, void *rset, void *wset, \
244 { return pth_select (nfd, rset, wset, eset, timeout); } \
255 static ssize_t gcry_pth_select (int nfd, fd_set *rset, fd_set *wset, \
257 { return pth_select (nfd, rset, wset, eset, timeout); } \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/
H A Dser-tcp.c152 fd_set rset, wset, eset; local
172 wset = rset;
178 wset. Windows systems return success in wset and failure in
185 n = select (scb->fd + 1, &rset, &wset, &eset, &t);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/
H A Dser-tcp.c152 fd_set rset, wset, eset; local
172 wset = rset;
178 wset. Windows systems return success in wset and failure in
185 n = select (scb->fd + 1, &rset, &wset, &eset, &t);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/
H A Dser-tcp.c152 fd_set rset, wset, eset; local
172 wset = rset;
178 wset. Windows systems return success in wset and failure in
185 n = select (scb->fd + 1, &rset, &wset, &eset, &t);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/tools/misc/
H A Depi_ttcp.c1309 fd_set wset; local
1315 FD_ZERO(&wset);
1317 FD_SET(fd,&wset);
1325 ret = select(fd+1, (fd_set *) 0, &wset, (fd_set *) 0, &ConnectTimeout);
2544 fd_set wset;
2548 FD_ZERO(&wset);
2549 FD_SET(s,&wset);
2553 ret = select(s+1, (fd_set *) 0, &wset, (fd_set *) 0, &SendTimeout);
2555 if (FD_ISSET(s, &wset) ) {

Completed in 433 milliseconds