Home
last modified time | relevance | path

Searched refs:POLLRDHUP (Results 1 – 25 of 2479) sorted by relevance

12345678910>>...100

/dports/net/haproxy/haproxy-2.4.10/src/
H A Dev_poll.c28 #ifndef POLLRDHUP
30 #define POLLRDHUP 0 macro
195 poll_events[nbfd].events = (sr ? (POLLIN | POLLRDHUP) : 0) | (sw ? POLLOUT : 0); in _do_poll()
224 if (!(e & ( POLLOUT | POLLIN | POLLERR | POLLHUP | POLLRDHUP ))) in _do_poll()
244 ((e & POLLRDHUP) ? FD_EV_SHUT_R : 0) | in _do_poll()
248 if ((e & POLLRDHUP) && !(cur_poller.flags & HAP_POLL_F_RDHUP)) in _do_poll()
/dports/net/haproxy21/haproxy-2.1.12/src/
H A Dev_poll.c32 #ifndef POLLRDHUP
34 #define POLLRDHUP 0 macro
202 poll_events[nbfd].events = (sr ? (POLLIN | POLLRDHUP) : 0) | (sw ? POLLOUT : 0); in _do_poll()
223 if (!(e & ( POLLOUT | POLLIN | POLLERR | POLLHUP | POLLRDHUP ))) in _do_poll()
236 ((e & POLLRDHUP) ? FD_EV_SHUT_R : 0) | in _do_poll()
240 if ((e & POLLRDHUP) && !(cur_poller.flags & HAP_POLL_F_RDHUP)) in _do_poll()
/dports/net/nuster/nuster-5.0.4.21/src/
H A Dev_poll.c32 #ifndef POLLRDHUP
34 #define POLLRDHUP 0 macro
202 poll_events[nbfd].events = (sr ? (POLLIN | POLLRDHUP) : 0) | (sw ? POLLOUT : 0); in _do_poll()
223 if (!(e & ( POLLOUT | POLLIN | POLLERR | POLLHUP | POLLRDHUP ))) in _do_poll()
236 ((e & POLLRDHUP) ? FD_EV_SHUT_R : 0) | in _do_poll()
240 if ((e & POLLRDHUP) && !(cur_poller.flags & HAP_POLL_F_RDHUP)) in _do_poll()
/dports/science/gchemutils/gnome-chemistry-utils-0.14.16/openbabel/
H A Dbabelserv.cc115 #ifdef POLLRDHUP in main()
116 _fds.events = POLLIN | POLLRDHUP; in main()
134 #ifdef POLLRDHUP in main()
135 if (fds[i].revents & POLLRDHUP) { in main()
/dports/irc/anope/anope-2.0.9/src/socketengines/
H A Dsocketengine_poll.cpp26 # ifndef POLLRDHUP
27 # define POLLRDHUP 0 macro
31 # define POLLRDHUP POLLHUP macro
125 if (ev->revents & (POLLERR | POLLRDHUP)) in Process()
/dports/net/haproxy23/haproxy-2.3.16/src/
H A Dev_poll.c28 #ifndef POLLRDHUP
30 #define POLLRDHUP 0 macro
195 poll_events[nbfd].events = (sr ? (POLLIN | POLLRDHUP) : 0) | (sw ? POLLOUT : 0); in _do_poll()
224 if (!(e & ( POLLOUT | POLLIN | POLLERR | POLLHUP | POLLRDHUP ))) in _do_poll()
244 ((e & POLLRDHUP) ? FD_EV_SHUT_R : 0) | in _do_poll()
248 if ((e & POLLRDHUP) && !(cur_poller.flags & HAP_POLL_F_RDHUP)) in _do_poll()
/dports/net/haproxy22/haproxy-2.2.19/src/
H A Dev_poll.c28 #ifndef POLLRDHUP
30 #define POLLRDHUP 0 macro
195 poll_events[nbfd].events = (sr ? (POLLIN | POLLRDHUP) : 0) | (sw ? POLLOUT : 0); in _do_poll()
224 if (!(e & ( POLLOUT | POLLIN | POLLERR | POLLHUP | POLLRDHUP ))) in _do_poll()
244 ((e & POLLRDHUP) ? FD_EV_SHUT_R : 0) | in _do_poll()
248 if ((e & POLLRDHUP) && !(cur_poller.flags & HAP_POLL_F_RDHUP)) in _do_poll()
/dports/comms/ebusd/ebusd-21.3/src/ebusd/
H A Dnetwork.cpp34 #ifndef POLLRDHUP
35 #define POLLRDHUP 0 macro
89 fds[0].events = POLLIN | POLLERR | POLLHUP | POLLRDHUP; in run()
92 fds[1].events = POLLIN | POLLERR | POLLHUP | POLLRDHUP; in run()
127 if (ret < 0 || (fds[0].revents & (POLLIN | POLLERR | POLLHUP | POLLRDHUP)) in run()
133 closed = fds[1].revents & POLLRDHUP; in run()
/dports/net/haproxy20/haproxy-2.0.26/src/
H A Dev_poll.c32 #ifndef POLLRDHUP
34 #define POLLRDHUP 0 macro
190 poll_events[nbfd].events = (sr ? (POLLIN | POLLRDHUP) : 0) | (sw ? POLLOUT : 0); in _do_poll()
211 if (!(e & ( POLLOUT | POLLIN | POLLERR | POLLHUP | POLLRDHUP ))) in _do_poll()
237 if (e & POLLRDHUP) { in _do_poll()
/dports/net/haproxy19/haproxy-1.9.16/src/
H A Dev_poll.c32 #ifndef POLLRDHUP
34 #define POLLRDHUP 0 macro
190 poll_events[nbfd].events = (sr ? (POLLIN | POLLRDHUP) : 0) | (sw ? POLLOUT : 0); in _do_poll()
211 if (!(e & ( POLLOUT | POLLIN | POLLERR | POLLHUP | POLLRDHUP ))) in _do_poll()
237 if (e & POLLRDHUP) { in _do_poll()
/dports/lang/gnatdroid-sysroot/android-19-arm/usr/include/asm-generic/
H A Dpoll.h36 #ifndef POLLRDHUP
37 #define POLLRDHUP 0x2000 macro
/dports/lang/gnatdroid-sysroot-x86/android-19-x86/usr/include/asm-generic/
H A Dpoll.h36 #ifndef POLLRDHUP
37 #define POLLRDHUP 0x2000 macro
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-linux-any/asm-generic/
H A Dpoll.h28 #ifndef POLLRDHUP
29 #define POLLRDHUP 0x2000 macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-linux-any/asm-generic/
H A Dpoll.h28 #ifndef POLLRDHUP
29 #define POLLRDHUP 0x2000 macro
/dports/net/haproxy21/haproxy-2.1.12/contrib/debug/
H A Dpoll.c16 #ifndef POLLRDHUP
17 #define POLLRDHUP 0 macro
188 struct pollfd fds = { .fd = fd, .events = POLLIN|POLLOUT|POLLRDHUP, .revents=0 }; in do_pol()
207 #if POLLRDHUP in do_pol()
208 case POLLRDHUP: printf("RDHUP"); break; in do_pol()
/dports/net/haproxy22/haproxy-2.2.19/contrib/debug/
H A Dpoll.c16 #ifndef POLLRDHUP
17 #define POLLRDHUP 0 macro
188 struct pollfd fds = { .fd = fd, .events = POLLIN|POLLOUT|POLLRDHUP, .revents=0 }; in do_pol()
207 #if POLLRDHUP in do_pol()
208 case POLLRDHUP: printf("RDHUP"); break; in do_pol()
/dports/net/haproxy/haproxy-2.4.10/dev/poll/
H A Dpoll.c16 #ifndef POLLRDHUP
17 #define POLLRDHUP 0 macro
188 struct pollfd fds = { .fd = fd, .events = POLLIN|POLLOUT|POLLRDHUP, .revents=0 }; in do_pol()
207 #if POLLRDHUP in do_pol()
208 case POLLRDHUP: printf("RDHUP"); break; in do_pol()
/dports/net-mgmt/lldpd/lldpd-1.0.8/libevent/
H A Dpoll.c59 #if !defined(POLLRDHUP)
60 #define POLLRDHUP 0 macro
218 if (what & POLLRDHUP) in poll_dispatch()
282 pfd->events |= POLLRDHUP; in poll_add()
316 pfd->events &= ~POLLRDHUP; in poll_del()
/dports/net/haproxy23/haproxy-2.3.16/contrib/debug/
H A Dpoll.c16 #ifndef POLLRDHUP
17 #define POLLRDHUP 0 macro
188 struct pollfd fds = { .fd = fd, .events = POLLIN|POLLOUT|POLLRDHUP, .revents=0 }; in do_pol()
207 #if POLLRDHUP in do_pol()
208 case POLLRDHUP: printf("RDHUP"); break; in do_pol()
/dports/devel/libevent/libevent-2.1.12-stable/
H A Dpoll.c59 #if !defined(POLLRDHUP)
60 #define POLLRDHUP 0 macro
218 if (what & POLLRDHUP) in poll_dispatch()
282 pfd->events |= POLLRDHUP; in poll_add()
316 pfd->events &= ~POLLRDHUP; in poll_del()
/dports/net/nuster/nuster-5.0.4.21/contrib/debug/
H A Dpoll.c16 #ifndef POLLRDHUP
17 #define POLLRDHUP 0 macro
181 struct pollfd fds = { .fd = fd, .events = POLLIN|POLLOUT|POLLRDHUP, .revents=0 }; in do_pol()
200 #if POLLRDHUP in do_pol()
201 case POLLRDHUP: printf("RDHUP"); break; in do_pol()
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/uapi/asm-generic/
H A Dpoll.h28 #ifndef POLLRDHUP
29 #define POLLRDHUP 0x2000 macro
/dports/multimedia/libv4l/linux-5.13-rc2/include/uapi/asm-generic/
H A Dpoll.h28 #ifndef POLLRDHUP
29 #define POLLRDHUP 0x2000 macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/uapi/asm-generic/
H A Dpoll.h28 #ifndef POLLRDHUP
29 #define POLLRDHUP 0x2000 macro
/dports/net/mptsd/mptsd-1.1/libfuncs/
H A Dlibfuncs.h30 #ifndef POLLRDHUP
31 #define POLLRDHUP 0 macro

12345678910>>...100