Searched refs:wfds (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dtcp.c40 fd_set wfds; local
81 FD_ZERO(&wfds);
82 FD_SET(fd, &wfds);
85 ret = select(fd_max + 1, NULL, &wfds, NULL, &tv);
86 if (ret > 0 && FD_ISSET(fd, &wfds))
145 fd_set wfds; local
153 FD_ZERO(&wfds);
154 FD_SET(s->fd, &wfds);
157 ret = select(fd_max + 1, NULL, &wfds, NULL, &tv);
158 if (ret > 0 && FD_ISSET(s->fd, &wfds)) {
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/compat/
H A Dpselect.c51 pselect(int count, fd_set * __restrict rfds, fd_set * __restrict wfds, argument
71 rv = select(count, rfds, wfds, efds, tvp);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/demos/state_machine/
H A Dstate_machine.c319 fd_set rfds,wfds; local
324 FD_ZERO(&wfds);
335 FD_SET(1,&wfds);
339 FD_SET(nFD,&wfds);
345 n=select(nFD+1,&rfds,&wfds,NULL,NULL);
363 if(FD_ISSET(1,&wfds))
388 if(FD_ISSET(nFD,&wfds))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/demos/state_machine/
H A Dstate_machine.c319 fd_set rfds,wfds; local
324 FD_ZERO(&wfds);
335 FD_SET(1,&wfds);
339 FD_SET(nFD,&wfds);
345 n=select(nFD+1,&rfds,&wfds,NULL,NULL);
363 if(FD_ISSET(1,&wfds))
388 if(FD_ISSET(nFD,&wfds))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/cnid/dbd/
H A Dcnid_dbd.c122 fd_set wfds; local
123 FD_ZERO(&wfds);
124 FD_SET(sock, &wfds);
126 if ((err = select(sock + 1, NULL, &wfds, NULL, &tv)) == 0) {
143 if ( ! FD_ISSET(sock, &wfds)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-dnsconfd/
H A Dmain.c456 fd_set rfds, wfds; local
459 FD_ZERO(&wfds);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/
H A Dconfigure25197 $sel_arg234 wfds=0;
25199 $sel_retv res = select(nfds, rfds, wfds, efds, 0);
[all...]

Completed in 225 milliseconds