Home
last modified time | relevance | path

Searched refs:pollfd (Results 1 – 24 of 24) sorted by relevance

/reactos/sdk/lib/3rdparty/adns/src/
H A Dpoll.c35 int adns_beforepoll(adns_state ads, struct pollfd *fds, int *nfds_io, int *timeout_io, in adns_beforepoll()
39 struct pollfd fds_tmp[MAX_POLLFDS]; in adns_beforepoll()
77 memcpy(fds,fds_tmp,sizeof(struct pollfd)*found); in adns_beforepoll()
85 void adns_afterpoll(adns_state ads, const struct pollfd *fds, int nfds, in adns_afterpoll()
103 struct pollfd fds[MAX_POLLFDS]; in adns_wait_poll()
H A Dadns.h725 struct pollfd;
732 ADNS_API int adns_beforepoll(adns_state ads, struct pollfd *fds, int *nfds_io, int *timeout_io,
784 ADNS_API void adns_afterpoll(adns_state ads, const struct pollfd *fds, int nfds,
H A Dinternal.h315 struct pollfd pollfds_buf[MAX_POLLFDS];
673 int adns__pollfds(adns_state ads, struct pollfd pollfds_buf[MAX_POLLFDS]);
675 const struct pollfd *pollfds, int npollfds,
H A Dconfig.h44 struct pollfd { int fd; short events; short revents; }; argument
H A Devent.c312 int adns__pollfds(adns_state ads, struct pollfd pollfds_buf[MAX_POLLFDS]) { in adns__pollfds()
543 const struct pollfd *pollfds, int npollfds, in adns__fdevents()
567 struct pollfd pollfds[MAX_POLLFDS]; in adns_beforeselect()
599 struct pollfd pollfds[MAX_POLLFDS]; in adns_afterselect()
642 struct pollfd pollfds[MAX_POLLFDS]; in adns_processany()
H A Dconfig.h.in43 struct pollfd { int fd; short events; short revents; }; argument
/reactos/dll/3rdparty/libtirpc/src/
H A Dsvc_vc.c488 struct pollfd pollfd; local
517 pollfd.fd = sock;
518 pollfd.events = POLLIN;
519 pollfd.revents = 0;
520 switch (poll(&pollfd, 1, milliseconds)) {
545 } while ((pollfd.revents & POLLIN) == 0);
H A Dsvc.c746 struct pollfd *pfdp; in svc_getreq_poll()
754 struct pollfd *p = &pfdp[i];
H A Dclnt_bcast.c304 struct pollfd pfd[MAXBCAST];
H A Dclnt_dg.c329 struct pollfd fd;
H A Dclnt_vc.c969 struct pollfd fd;
/reactos/dll/3rdparty/libtirpc/tirpc/rpc/
H A Dsvc.h317 struct pollfd;
318 extern void svc_getreq_poll(struct pollfd *, int);
/reactos/sdk/lib/3rdparty/adns/
H A Dacconfig.h58 struct pollfd { int fd; short events; short revents; };
/reactos/drivers/network/tcpip/lwip/src/include/lwip/priv/
H A Dsockets_priv.h162 struct pollfd *poll_fds;
/reactos/drivers/network/tcpip/lwip/src/include/lwip/
H A Dsockets.h516 struct pollfd struct
623 int lwip_poll(struct pollfd *fds, nfds_t nfds, int timeout);
/reactos/drivers/network/tcpip/lwip/src/api/
H A Dsockets.c2238 lwip_pollscan(struct pollfd *fds, nfds_t nfds, enum lwip_pollscan_opts opts) in lwip_pollscan()
2329 lwip_poll_inc_sockets_used(struct pollfd *fds, nfds_t nfds) in lwip_poll_inc_sockets_used()
2344 lwip_poll_dec_sockets_used(struct pollfd *fds, nfds_t nfds) in lwip_poll_dec_sockets_used()
2364 lwip_poll(struct pollfd *fds, nfds_t nfds, int timeout) in lwip_poll()
2487 const struct pollfd *pollfd = &scb->poll_fds[fdi]; in lwip_poll_should_wake() local
2488 if (pollfd->fd == fd) { in lwip_poll_should_wake()
2492 if (has_recvevent && (pollfd->events & POLLIN) != 0) { in lwip_poll_should_wake()
2495 if (has_sendevent && (pollfd->events & POLLOUT) != 0) { in lwip_poll_should_wake()
/reactos/dll/win32/winhttp/
H A Dwinhttp_ros.diff85 struct pollfd pfd;
/reactos/sdk/lib/3rdparty/adns/client/
H A Dadnstest.c68 int poll(struct pollfd *ufds, int nfds, int timeout) { in poll()
/reactos/sdk/lib/3rdparty/libxml2/
H A Dnanohttp.c456 struct pollfd p; in xmlNanoHTTPSend()
529 struct pollfd p; in xmlNanoHTTPRecv()
860 struct pollfd p; in xmlNanoHTTPConnectAttempt()
/reactos/drivers/network/tcpip/lwip/test/sockets/
H A Dsockets_stresstest.c222 struct pollfd pfd; in sockets_stresstest_wait_readable_poll()
/reactos/dll/directx/wine/dinput/
H A Djoystick_linux.c848 struct pollfd plfd; in joy_polldev()
H A Djoystick_linuxinput.c840 struct pollfd plfd; in joy_polldev()
/reactos/drivers/network/tcpip/include/
H A Dlinux.h1867 struct pollfd { struct
/reactos/sdk/include/psdk/
H A Dwinsock2.h1009 typedef struct pollfd { struct