OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fd_set_copy
(Results
1 - 1
of
1
) sorted by null
/external/libevent/
win32select.c
256
fd_set_copy
(struct win_fd_set *out, const struct win_fd_set *in)
function
293
fd_set_copy
(win32op->readset_out, win32op->readset_in);
294
fd_set_copy
(win32op->exset_out, win32op->writeset_in);
295
fd_set_copy
(win32op->writeset_out, win32op->writeset_in);
Completed in 47 milliseconds