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

/freebsd-10.2-release/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 93 milliseconds