Home
last modified time | relevance | path

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

/external/libevent/
Dwin32select.c256 fd_set_copy(struct win_fd_set *out, const struct win_fd_set *in) in fd_set_copy() function
293 fd_set_copy(win32op->readset_out, win32op->readset_in); in win32_dispatch()
294 fd_set_copy(win32op->exset_out, win32op->writeset_in); in win32_dispatch()
295 fd_set_copy(win32op->writeset_out, win32op->writeset_in); in win32_dispatch()