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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Dwin32select.c255 fd_set_copy(struct win_fd_set *out, const struct win_fd_set *in) function
292 fd_set_copy(win32op->readset_out, win32op->readset_in);
293 fd_set_copy(win32op->exset_out, win32op->writeset_in);
294 fd_set_copy(win32op->writeset_out, win32op->writeset_in);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/WIN32-Code/
H A Dwin32.c332 fd_set_copy(struct win_fd_set *out, const struct win_fd_set *in) function
360 fd_set_copy(win32op->readset_out, win32op->readset_in);
361 fd_set_copy(win32op->exset_out, win32op->readset_in);
362 fd_set_copy(win32op->writeset_out, win32op->writeset_in);

Completed in 97 milliseconds