Searched refs:new_num_fds (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/libevent/
H A Dwin32select.c104 grow_fd_sets(struct win32op *op, unsigned new_num_fds) argument
108 EVUTIL_ASSERT(new_num_fds >= op->readset_in->fd_count &&
109 new_num_fds >= op->writeset_in->fd_count);
110 EVUTIL_ASSERT(new_num_fds >= 1);
112 size = FD_SET_ALLOC_SIZE(new_num_fds);
118 op->num_fds_in_fd_sets = new_num_fds;
/freebsd-13-stable/contrib/ntp/sntp/libevent/
H A Dwin32select.c104 grow_fd_sets(struct win32op *op, unsigned new_num_fds) argument
108 EVUTIL_ASSERT(new_num_fds >= op->readset_in->fd_count &&
109 new_num_fds >= op->writeset_in->fd_count);
110 EVUTIL_ASSERT(new_num_fds >= 1);
112 size = FD_SET_ALLOC_SIZE(new_num_fds);
118 op->num_fds_in_fd_sets = new_num_fds;

Completed in 26 milliseconds