Home
last modified time | relevance | path

Searched refs:MAX_POLLFDS (Results 1 – 8 of 8) sorted by last modified time

/dports/www/larbin/larbin-2.6.3/adns/
H A Dinternal.h73 #define MAX_POLLFDS ADNS_POLLFDS_RECOMMENDED macro
303 struct pollfd pollfds_buf[MAX_POLLFDS];
661 int adns__pollfds(adns_state ads, struct pollfd pollfds_buf[MAX_POLLFDS]);
H A Dpoll.c39 struct pollfd fds_tmp[MAX_POLLFDS]; in adns_beforepoll()
70 if (space >= MAX_POLLFDS) { in adns_beforepoll()
103 struct pollfd fds[MAX_POLLFDS]; in adns_wait_poll()
110 nfds= MAX_POLLFDS; to= -1; in adns_wait_poll()
H A Devent.c303 int adns__pollfds(adns_state ads, struct pollfd pollfds_buf[MAX_POLLFDS]) { in adns__pollfds() argument
306 assert(MAX_POLLFDS==2); in adns__pollfds()
549 struct pollfd pollfds[MAX_POLLFDS]; in adns_beforeselect()
580 struct pollfd pollfds[MAX_POLLFDS]; in adns_afterselect()
623 struct pollfd pollfds[MAX_POLLFDS]; in adns_processany()
/dports/security/krb5/krb5-1.19.2/src/lib/krb5/os/
H A Dsendto_kdc.c65 #define MAX_POLLFDS 1024 macro
93 struct pollfd fds[MAX_POLLFDS];
222 if (selstate->nfds >= MAX_POLLFDS) in cm_add_fd()
/dports/dns/adns/adns-1.6.0/src/
H A Devent.c325 int adns__pollfds(adns_state ads, struct pollfd pollfds_buf[MAX_POLLFDS]) { in adns__pollfds() argument
337 assert(MAX_POLLFDS == MAXUDP + 1); in adns__pollfds()
356 assert(nwanted<=MAX_POLLFDS); in adns__pollfds()
595 struct pollfd pollfds[MAX_POLLFDS]; in adns_beforeselect()
626 struct pollfd pollfds[MAX_POLLFDS]; in adns_afterselect()
683 struct pollfd pollfds[MAX_POLLFDS]; in adns_processany()
H A Dinternal.h73 #define MAX_POLLFDS ADNS_POLLFDS_RECOMMENDED macro
394 struct pollfd pollfds_buf[MAX_POLLFDS];
904 int adns__pollfds(adns_state ads, struct pollfd pollfds_buf[MAX_POLLFDS]);
H A Dpoll.c38 struct pollfd fds_tmp[MAX_POLLFDS]; in adns_beforepoll()
69 if (space >= MAX_POLLFDS) { in adns_beforepoll()
103 struct pollfd fds[MAX_POLLFDS]; in adns_wait_poll()
110 nfds= MAX_POLLFDS; to= -1; in adns_wait_poll()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/lib/krb5/os/
H A Dsendto_kdc.c65 #define MAX_POLLFDS 1024 macro
93 struct pollfd fds[MAX_POLLFDS];
222 if (selstate->nfds >= MAX_POLLFDS) in cm_add_fd()