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

/external/libevent/
H A Dwin32select.c74 struct win_fd_set *writeset_out; member in struct:win32op
191 if (!(winop->writeset_out = mm_malloc(size)))
196 winop->readset_out->fd_count = winop->writeset_out->fd_count
207 XFREE(winop->writeset_out);
288 if (!(win32op->writeset_out = mm_realloc(win32op->writeset_out, size)))
295 fd_set_copy(win32op->writeset_out, win32op->writeset_in);
298 (win32op->readset_out->fd_count > win32op->writeset_out->fd_count) ?
299 win32op->readset_out->fd_count : win32op->writeset_out->fd_count;
315 (struct fd_set*)win32op->writeset_out,
[all...]
H A Dselect.c136 fd_set *readset_out=NULL, *writeset_out=NULL; local
141 if (!(writeset_out = mm_realloc(sop->event_writeset_out, sz))) {
148 sop->event_writeset_out = writeset_out;
/external/syslinux/core/lwip/src/api/
H A Dsockets.c1008 * @param writeset_out: set of sockets that had write events
1014 fd_set *readset_out, fd_set *writeset_out, fd_set *exceptset_out)
1064 *writeset_out = lwriteset;
1013 lwip_selscan(int maxfdp1, fd_set *readset_in, fd_set *writeset_in, fd_set *exceptset_in, fd_set *readset_out, fd_set *writeset_out, fd_set *exceptset_out) argument

Completed in 246 milliseconds