Searched refs:nfds (Results 51 - 68 of 68) sorted by relevance

123

/macosx-10.10.1/mDNSResponder-561.1.1/mDNSPosix/
H A Dnss_mdns.c1003 int nfds = dns_sd_fd + 1; local
1016 select (nfds, &readfds, (fd_set*)NULL, (fd_set*)NULL, &tv);
/macosx-10.10.1/cups-408/cups/cups/
H A Ddest.c836 int nfds, /* Number of files responded */ local
998 nfds = poll(&pfd, 1, remaining > 250 ? 250 : remaining);
1007 nfds = select(main_fd + 1, &input, NULL, NULL, &timeout);
1010 if (nfds > 0)
1012 else if (nfds == 0)
/macosx-10.10.1/mDNSResponder-561.1.1/Clients/
H A Ddns-sd.c1250 int nfds = dns_sd_fd + 1;
1255 if (dns_sd_fd2 > dns_sd_fd) nfds = dns_sd_fd2 + 1;
1272 result = select(nfds, &readfds, (fd_set*)NULL, (fd_set*)NULL, &tv);
/macosx-10.10.1/dcerpc-61/dcerpc/include/dce/
H A Ddcethread.h477 int dcethread_select(int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, struct timeval *timeout);
/macosx-10.10.1/emacs-93/emacs/src/
H A Dw32proc.c1062 sys_select (int nfds, SELECT_TYPE *rfds, SELECT_TYPE *wfds, SELECT_TYPE *efds, argument
1099 for (i = 0; i < nfds; i++)
H A Dsysdep.c2573 sys_select (nfds, rfds, wfds, efds, timeout)
2574 int nfds;
2594 return select (nfds, rfds, wfds, efds, timeout);
2615 for (fd = 1; fd < nfds; ++fd)
2635 for (to_check = nfds, fd = 0; --to_check >= 0; fd++)
H A Dmsdos.c5126 sys_select (nfds, rfds, wfds, efds, timeout)
5127 int nfds;
5145 if (nfds != 1)
/macosx-10.10.1/SmartcardCCID-55008/libusb/libusb/libusb/os/
H A Ddarwin_usb.c1620 static int op_handle_events(struct libusb_context *ctx, struct pollfd *fds, POLL_NFDS_TYPE nfds, int num_ready) { argument
1629 for (i = 0; i < nfds && num_ready > 0; i++) {
H A Dlinux_usbfs.c2335 struct pollfd *fds, POLL_NFDS_TYPE nfds, int num_ready)
2341 for (i = 0; i < nfds && num_ready > 0; i++) {
2334 op_handle_events(struct libusb_context *ctx, struct pollfd *fds, POLL_NFDS_TYPE nfds, int num_ready) argument
H A Dwindows_usb.c1920 static int windows_handle_events(struct libusb_context *ctx, struct pollfd *fds, POLL_NFDS_TYPE nfds, int num_ready) argument
1929 for (i = 0; i < nfds && num_ready > 0; i++) {
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSShared/
H A Ddnsextd.c2844 int staticMaxFD, nfds; local
2904 nfds = select( maxFD + 1, &rset, NULL, NULL, &timeout);
2905 if (nfds < 0)
2956 else if (nfds)
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSMacOSX/
H A Dhelper.c1497 int nfds = fd + 1; local
1510 result = select(nfds, &fds, (fd_set*)NULL, (fd_set*)NULL, &tv);
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Ddaemon.c2619 ber_socket_t nfds; local
2724 nfds = SLAP_EVENT_MAX(tid);
2896 for ( i = 0; i < nfds; i++ ) {
/macosx-10.10.1/apache-793/httpd/modules/proxy/
H A Dproxy_util.c2319 apr_int32_t nfds; local
2326 status = apr_poll(&pfds[0], 1, &nfds, 0);
2329 if (status == APR_SUCCESS && nfds == 1 &&
/macosx-10.10.1/ruby-106/ruby/
H A Dthread.c3108 * select(2) returns EINVAL if nfds is greater than FD_SET_SIZE and
3230 int select(int nfds, fd_set *readfds, fd_set *writefds,
3533 ppoll(struct pollfd *fds, nfds_t nfds, argument
3555 return poll(fds, nfds, timeout_ms);
/macosx-10.10.1/tcl-105/tcl84/tcl/win/
H A DtclWinSock.c76 typedef int (PASCAL FAR *LPFN_SELECT)(int nfds,
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/unix/
H A Dsocket.c123 int nfds; member in struct:isc_socketwait
/macosx-10.10.1/ntp-92/lib/isc/unix/
H A Dsocket.c109 int nfds; member in struct:isc_socketwait

Completed in 317 milliseconds

123