Home
last modified time | relevance | path

Searched refs:maxevents (Results 1 – 25 of 1094) sorted by relevance

12345678910>>...44

/dports/security/openvpn/openvpn-2.5.6/src/openvpn/
H A Devent.c503 ASSERT(*maxevents > 0); in we_init()
505 *maxevents = min_int(*maxevents, WSA_MAXIMUM_WAIT_EVENTS); in we_init()
528 int maxevents; member
607 if (outlen > eps->maxevents) in ep_wait()
609 outlen = eps->maxevents; in ep_wait()
674 ASSERT(*maxevents > 0); in ep_init()
675 eps->maxevents = *maxevents; in ep_init()
880 ASSERT(*maxevents > 0); in po_init()
881 pos->capacity = *maxevents; in po_init()
1107 ASSERT(*maxevents > 0); in se_init()
[all …]
/dports/security/openvpn-mbedtls/openvpn-2.5.6/src/openvpn/
H A Devent.c503 ASSERT(*maxevents > 0); in we_init()
505 *maxevents = min_int(*maxevents, WSA_MAXIMUM_WAIT_EVENTS); in we_init()
528 int maxevents; member
607 if (outlen > eps->maxevents) in ep_wait()
609 outlen = eps->maxevents; in ep_wait()
674 ASSERT(*maxevents > 0); in ep_init()
675 eps->maxevents = *maxevents; in ep_init()
880 ASSERT(*maxevents > 0); in po_init()
881 pos->capacity = *maxevents; in po_init()
1107 ASSERT(*maxevents > 0); in se_init()
[all …]
/dports/security/openvpn-devel/openvpn-0033811e0215af76f469d78912c95a2f59813454/src/openvpn/
H A Devent.c507 ASSERT(*maxevents > 0); in we_init()
509 *maxevents = min_int(*maxevents, WSA_MAXIMUM_WAIT_EVENTS); in we_init()
532 int maxevents; member
614 if (outlen > eps->maxevents) in ep_wait()
616 outlen = eps->maxevents; in ep_wait()
681 ASSERT(*maxevents > 0); in ep_init()
682 eps->maxevents = *maxevents; in ep_init()
888 ASSERT(*maxevents > 0); in po_init()
889 pos->capacity = *maxevents; in po_init()
1115 ASSERT(*maxevents > 0); in se_init()
[all …]
/dports/databases/tokyotyrant/tokyotyrant-1.1.41/
H A Dmyconf.c86 int _tt_epoll_wait(int epfd, struct epoll_event *events, int maxevents, int timeout){ in _tt_epoll_wait() argument
91 struct kevent kevs[maxevents]; in _tt_epoll_wait()
92 int num = kevent(epfd, NULL, 0, kevs, maxevents, &ts); in _tt_epoll_wait()
141 int _tt_epoll_wait(int epfd, struct epoll_event *events, int maxevents, int timeout){ in _tt_epoll_wait() argument
146 port_event_t list[maxevents]; in _tt_epoll_wait()
147 unsigned int actevents = maxevents; in _tt_epoll_wait()
150 if(actevents > maxevents) actevents = maxevents; in _tt_epoll_wait()
151 if(port_getn(epfd, list, maxevents, &actevents, &ts) == -1){ in _tt_epoll_wait()
/dports/sysutils/cmogstored/cmogstored-1.8.1/
H A Dcompat_epoll_pwait.h12 int maxevents, int timeout, const sigset_t *sigmask) in my_epoll_pwait() argument
34 return rc > 0 ? epoll_wait(epfd, events, maxevents, 0) : 0; in my_epoll_pwait()
36 #define epoll_pwait(epfd,events,maxevents,timeout,sigmask) \ argument
37 my_epoll_pwait((epfd),(events),(maxevents),(timeout),(sigmask))
/dports/net/pen/pen-0.34.1/
H A Dkqueue.c17 static int nfds, maxevents; variable
70 count = kevent(kq, kev, nfds, kev_out, maxevents, &tv); in kqueue_event_wait()
98 maxevents = connections_max*2+2; in kqueue_init()
99 kev = pen_malloc(maxevents*sizeof *kev); in kqueue_init()
100 kev_out = pen_malloc(maxevents*sizeof *kev_out); in kqueue_init()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/extra/libevent/
H A Depoll_sub.c59 epoll_wait(int epfd, struct epoll_event *events, int maxevents, int timeout) in epoll_wait() argument
62 return (syscall(__NR_epoll_pwait, epfd, events, maxevents, timeout, NULL, 0)); in epoll_wait()
64 return (syscall(__NR_epoll_wait, epfd, events, maxevents, timeout)); in epoll_wait()
/dports/net-mgmt/lldpd/lldpd-1.0.8/libevent/
H A Depoll_sub.c59 epoll_wait(int epfd, struct epoll_event *events, int maxevents, int timeout) in epoll_wait() argument
62 return (syscall(__NR_epoll_pwait, epfd, events, maxevents, timeout, NULL, 0)); in epoll_wait()
64 return (syscall(__NR_epoll_wait, epfd, events, maxevents, timeout)); in epoll_wait()
/dports/net/ntp/ntp-4.2.8p15/sntp/libevent/
H A Depoll_sub.c59 epoll_wait(int epfd, struct epoll_event *events, int maxevents, int timeout) in epoll_wait() argument
62 return (syscall(__NR_epoll_pwait, epfd, events, maxevents, timeout, NULL, 0)); in epoll_wait()
64 return (syscall(__NR_epoll_wait, epfd, events, maxevents, timeout)); in epoll_wait()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/extra/libevent/
H A Depoll_sub.c59 epoll_wait(int epfd, struct epoll_event *events, int maxevents, int timeout) in epoll_wait() argument
62 return (syscall(__NR_epoll_pwait, epfd, events, maxevents, timeout, NULL, 0)); in epoll_wait()
64 return (syscall(__NR_epoll_wait, epfd, events, maxevents, timeout)); in epoll_wait()
/dports/databases/percona57-server/percona-server-5.7.36-39/extra/libevent/libevent-2.1.11-stable/
H A Depoll_sub.c59 epoll_wait(int epfd, struct epoll_event *events, int maxevents, int timeout) in epoll_wait() argument
62 return (syscall(__NR_epoll_pwait, epfd, events, maxevents, timeout, NULL, 0)); in epoll_wait()
64 return (syscall(__NR_epoll_wait, epfd, events, maxevents, timeout)); in epoll_wait()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/extra/libevent/libevent-2.1.11-stable/
H A Depoll_sub.c59 epoll_wait(int epfd, struct epoll_event *events, int maxevents, int timeout) in epoll_wait() argument
62 return (syscall(__NR_epoll_pwait, epfd, events, maxevents, timeout, NULL, 0)); in epoll_wait()
64 return (syscall(__NR_epoll_wait, epfd, events, maxevents, timeout)); in epoll_wait()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/extra/libevent/
H A Depoll_sub.c59 epoll_wait(int epfd, struct epoll_event *events, int maxevents, int timeout) in epoll_wait() argument
62 return (syscall(__NR_epoll_pwait, epfd, events, maxevents, timeout, NULL, 0)); in epoll_wait()
64 return (syscall(__NR_epoll_wait, epfd, events, maxevents, timeout)); in epoll_wait()
/dports/www/firefox-esr/firefox-91.8.0/ipc/chromium/src/third_party/libevent/
H A Depoll_sub.c59 epoll_wait(int epfd, struct epoll_event *events, int maxevents, int timeout) in epoll_wait() argument
62 return (syscall(__NR_epoll_pwait, epfd, events, maxevents, timeout, NULL, 0)); in epoll_wait()
64 return (syscall(__NR_epoll_wait, epfd, events, maxevents, timeout)); in epoll_wait()
/dports/lang/spidermonkey78/firefox-78.9.0/ipc/chromium/src/third_party/libevent/
H A Depoll_sub.c59 epoll_wait(int epfd, struct epoll_event *events, int maxevents, int timeout) in epoll_wait() argument
62 return (syscall(__NR_epoll_pwait, epfd, events, maxevents, timeout, NULL, 0)); in epoll_wait()
64 return (syscall(__NR_epoll_wait, epfd, events, maxevents, timeout)); in epoll_wait()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/extra/libevent/libevent-2.1.11-stable/
H A Depoll_sub.c59 epoll_wait(int epfd, struct epoll_event *events, int maxevents, int timeout) in epoll_wait() argument
62 return (syscall(__NR_epoll_pwait, epfd, events, maxevents, timeout, NULL, 0)); in epoll_wait()
64 return (syscall(__NR_epoll_wait, epfd, events, maxevents, timeout)); in epoll_wait()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/extra/libevent/libevent-2.1.11-stable/
H A Depoll_sub.c59 epoll_wait(int epfd, struct epoll_event *events, int maxevents, int timeout) in epoll_wait() argument
62 return (syscall(__NR_epoll_pwait, epfd, events, maxevents, timeout, NULL, 0)); in epoll_wait()
64 return (syscall(__NR_epoll_wait, epfd, events, maxevents, timeout)); in epoll_wait()
/dports/databases/percona57-client/percona-server-5.7.36-39/extra/libevent/libevent-2.1.11-stable/
H A Depoll_sub.c59 epoll_wait(int epfd, struct epoll_event *events, int maxevents, int timeout) in epoll_wait() argument
62 return (syscall(__NR_epoll_pwait, epfd, events, maxevents, timeout, NULL, 0)); in epoll_wait()
64 return (syscall(__NR_epoll_wait, epfd, events, maxevents, timeout)); in epoll_wait()
/dports/net/openmpi3/openmpi-3.1.6/opal/mca/event/libevent2022/libevent/
H A Depoll_sub.c58 epoll_wait(int epfd, struct epoll_event *events, int maxevents, int timeout) in epoll_wait() argument
61 return (syscall(__NR_epoll_pwait, epfd, events, maxevents, timeout, NULL, 0)); in epoll_wait()
63 return (syscall(__NR_epoll_wait, epfd, events, maxevents, timeout)); in epoll_wait()
/dports/www/firefox/firefox-99.0/ipc/chromium/src/third_party/libevent/
H A Depoll_sub.c59 epoll_wait(int epfd, struct epoll_event *events, int maxevents, int timeout) in epoll_wait() argument
62 return (syscall(__NR_epoll_pwait, epfd, events, maxevents, timeout, NULL, 0)); in epoll_wait()
64 return (syscall(__NR_epoll_wait, epfd, events, maxevents, timeout)); in epoll_wait()
/dports/net/openmpi/openmpi-4.1.1/opal/mca/event/libevent2022/libevent/
H A Depoll_sub.c58 epoll_wait(int epfd, struct epoll_event *events, int maxevents, int timeout) in epoll_wait() argument
61 return (syscall(__NR_epoll_pwait, epfd, events, maxevents, timeout, NULL, 0)); in epoll_wait()
63 return (syscall(__NR_epoll_wait, epfd, events, maxevents, timeout)); in epoll_wait()
/dports/devel/libevent/libevent-2.1.12-stable/
H A Depoll_sub.c59 epoll_wait(int epfd, struct epoll_event *events, int maxevents, int timeout) in epoll_wait() argument
62 return (syscall(__NR_epoll_pwait, epfd, events, maxevents, timeout, NULL, 0)); in epoll_wait()
64 return (syscall(__NR_epoll_wait, epfd, events, maxevents, timeout)); in epoll_wait()
/dports/mail/thunderbird/thunderbird-91.8.0/ipc/chromium/src/third_party/libevent/
H A Depoll_sub.c59 epoll_wait(int epfd, struct epoll_event *events, int maxevents, int timeout) in epoll_wait() argument
62 return (syscall(__NR_epoll_pwait, epfd, events, maxevents, timeout, NULL, 0)); in epoll_wait()
64 return (syscall(__NR_epoll_wait, epfd, events, maxevents, timeout)); in epoll_wait()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/extra/libevent/
H A Depoll_sub.c59 epoll_wait(int epfd, struct epoll_event *events, int maxevents, int timeout) in epoll_wait() argument
62 return (syscall(__NR_epoll_pwait, epfd, events, maxevents, timeout, NULL, 0)); in epoll_wait()
64 return (syscall(__NR_epoll_wait, epfd, events, maxevents, timeout)); in epoll_wait()
/dports/databases/mysql57-client/mysql-5.7.36/extra/libevent/libevent-2.1.11-stable/
H A Depoll_sub.c59 epoll_wait(int epfd, struct epoll_event *events, int maxevents, int timeout) in epoll_wait() argument
62 return (syscall(__NR_epoll_pwait, epfd, events, maxevents, timeout, NULL, 0)); in epoll_wait()
64 return (syscall(__NR_epoll_wait, epfd, events, maxevents, timeout)); in epoll_wait()

12345678910>>...44