Home
last modified time | relevance | path

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

/external/libevent/
Dwin32select.c79 struct win_fd_set *exset_out; member
197 if (!(winop->exset_out = mm_malloc(size))) in win32_init()
201 = winop->exset_out->fd_count = 0; in win32_init()
214 XFREE(winop->exset_out); in win32_init()
292 if (!(win32op->exset_out = mm_realloc(win32op->exset_out, size))) in win32_dispatch()
300 fd_set_copy(win32op->exset_out, win32op->writeset_in); in win32_dispatch()
322 (struct fd_set*)win32op->exset_out, tv); in win32_dispatch()
342 if (win32op->exset_out->fd_count) { in win32_dispatch()
344 win32op->exset_out->fd_count); in win32_dispatch()
345 for (j=0; j<win32op->exset_out->fd_count; ++j) { in win32_dispatch()
[all …]