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

/freebsd-13-stable/contrib/libevent/
H A Dwin32select.c262 fd_set_copy(struct win_fd_set *out, const struct win_fd_set *in) function
299 fd_set_copy(win32op->readset_out, win32op->readset_in);
300 fd_set_copy(win32op->exset_out, win32op->writeset_in);
301 fd_set_copy(win32op->writeset_out, win32op->writeset_in);
/freebsd-13-stable/contrib/ntp/sntp/libevent/
H A Dwin32select.c262 fd_set_copy(struct win_fd_set *out, const struct win_fd_set *in) function
299 fd_set_copy(win32op->readset_out, win32op->readset_in);
300 fd_set_copy(win32op->exset_out, win32op->writeset_in);
301 fd_set_copy(win32op->writeset_out, win32op->writeset_in);

Completed in 145 milliseconds