Searched refs:activefds (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/apr-util/memcache/ |
| H A D | apr_memcache.c | 1207 const apr_pollfd_t* activefds; in apr_memcache_multgetp() local 1332 rv = apr_pollset_poll(pollset, MULT_GET_TIMEOUT, &queries_recvd, &activefds); in apr_memcache_multgetp() 1340 server_query = activefds[i].client_data; in apr_memcache_multgetp() 1347 apr_pollset_remove (pollset, &activefds[i]); in apr_memcache_multgetp() 1384 apr_pollset_remove (pollset, &activefds[i]); in apr_memcache_multgetp() 1396 apr_pollset_remove (pollset, &activefds[i]); in apr_memcache_multgetp() 1405 apr_pollset_remove (pollset, &activefds[i]); in apr_memcache_multgetp() 1433 apr_pollset_remove (pollset, &activefds[i]); in apr_memcache_multgetp()
|
| /freebsd-12.1/crypto/openssh/ |
| H A D | ssh-agent.c | 916 u_int socknum, activefds = npfd; in after_poll() local 940 "skipping accept", activefds, maxfds); in after_poll() 944 activefds++; in after_poll() 954 if (activefds == 0) in after_poll() 957 activefds--; in after_poll()
|
| /freebsd-12.1/contrib/ntp/ntpd/ |
| H A D | ntp_io.c | 198 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() 3642 rdfdes = activefds; 3661 rdfdes = activefds; 3709 fds = activefds; 3714 fds = activefds; 3753 if (FD_ISSET(j, &activefds)) { [all …]
|
| /freebsd-12.1/contrib/ntp/ |
| H A D | CommitLog-4.1.0 | 3520 * include/ntpd.h: #include "ntp_select.h" for declaration of activefds
|