Home
last modified time | relevance | path

Searched refs:activefds (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/apr-util/memcache/
H A Dapr_memcache.c1224 const apr_pollfd_t* activefds; in apr_memcache_multgetp() local
1349 rv = apr_pollset_poll(pollset, MULT_GET_TIMEOUT, &queries_recvd, &activefds); in apr_memcache_multgetp()
1357 server_query = activefds[i].client_data; in apr_memcache_multgetp()
1364 apr_pollset_remove (pollset, &activefds[i]); in apr_memcache_multgetp()
1393 apr_pollset_remove (pollset, &activefds[i]); in apr_memcache_multgetp()
1408 apr_pollset_remove (pollset, &activefds[i]); in apr_memcache_multgetp()
1417 apr_pollset_remove (pollset, &activefds[i]); in apr_memcache_multgetp()
1444 apr_pollset_remove (pollset, &activefds[i]); in apr_memcache_multgetp()
1454 apr_pollset_remove (pollset, &activefds[i]); in apr_memcache_multgetp()
/freebsd-13.1/contrib/ntp/ntpd/
H A Dntp_io.c198 static fd_set activefds; variable
370 FD_SET(fd, &activefds); in maintain_activefds()
373 FD_CLR(fd, &activefds); in maintain_activefds()
376 if (FD_ISSET(i, &activefds)) { in maintain_activefds()
2063 FD_ZERO(&activefds); in create_sockets()
3650 rdfdes = activefds;
3669 rdfdes = activefds;
3717 fds = activefds;
3722 fds = activefds;
3761 if (FD_ISSET(j, &activefds)) {
[all …]
/freebsd-13.1/crypto/openssh/
H A Dssh-agent.c1210 u_int socknum, activefds = npfd; in after_poll() local
1234 "skipping accept", activefds, maxfds); in after_poll()
1238 activefds++; in after_poll()
1248 if (activefds == 0) in after_poll()
1251 activefds--; in after_poll()
/freebsd-13.1/contrib/ntp/
H A DCommitLog-4.1.03520 * include/ntpd.h: #include "ntp_select.h" for declaration of activefds