/reactos/sdk/lib/3rdparty/adns/src/ |
H A D | poll.c | 35 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 D | adns.h | 725 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 D | internal.h | 315 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 D | config.h | 44 struct pollfd { int fd; short events; short revents; }; argument
|
H A D | event.c | 312 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 D | config.h.in | 43 struct pollfd { int fd; short events; short revents; }; argument
|
/reactos/dll/3rdparty/libtirpc/src/ |
H A D | svc_vc.c | 488 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 D | svc.c | 746 struct pollfd *pfdp; in svc_getreq_poll() 754 struct pollfd *p = &pfdp[i];
|
H A D | clnt_bcast.c | 304 struct pollfd pfd[MAXBCAST];
|
H A D | clnt_dg.c | 329 struct pollfd fd;
|
H A D | clnt_vc.c | 969 struct pollfd fd;
|
/reactos/dll/3rdparty/libtirpc/tirpc/rpc/ |
H A D | svc.h | 317 struct pollfd; 318 extern void svc_getreq_poll(struct pollfd *, int);
|
/reactos/sdk/lib/3rdparty/adns/ |
H A D | acconfig.h | 58 struct pollfd { int fd; short events; short revents; };
|
/reactos/drivers/network/tcpip/lwip/src/include/lwip/priv/ |
H A D | sockets_priv.h | 162 struct pollfd *poll_fds;
|
/reactos/drivers/network/tcpip/lwip/src/include/lwip/ |
H A D | sockets.h | 516 struct pollfd struct 623 int lwip_poll(struct pollfd *fds, nfds_t nfds, int timeout);
|
/reactos/drivers/network/tcpip/lwip/src/api/ |
H A D | sockets.c | 2238 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 D | winhttp_ros.diff | 85 struct pollfd pfd;
|
/reactos/sdk/lib/3rdparty/adns/client/ |
H A D | adnstest.c | 68 int poll(struct pollfd *ufds, int nfds, int timeout) { in poll()
|
/reactos/sdk/lib/3rdparty/libxml2/ |
H A D | nanohttp.c | 456 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 D | sockets_stresstest.c | 222 struct pollfd pfd; in sockets_stresstest_wait_readable_poll()
|
/reactos/dll/directx/wine/dinput/ |
H A D | joystick_linux.c | 848 struct pollfd plfd; in joy_polldev()
|
H A D | joystick_linuxinput.c | 840 struct pollfd plfd; in joy_polldev()
|
/reactos/drivers/network/tcpip/include/ |
H A D | linux.h | 1867 struct pollfd { struct
|
/reactos/sdk/include/psdk/ |
H A D | winsock2.h | 1009 typedef struct pollfd { struct
|