Searched refs:readset_out (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Dwin32select.c73 struct win_fd_set *readset_out; member in struct:win32op
189 if (!(winop->readset_out = mm_malloc(size)))
196 winop->readset_out->fd_count = winop->writeset_out->fd_count
206 XFREE(winop->readset_out);
283 if (!(win32op->readset_out = mm_realloc(win32op->readset_out, size)))
292 fd_set_copy(win32op->readset_out, win32op->readset_in);
297 (win32op->readset_out->fd_count > win32op->writeset_out->fd_count) ?
298 win32op->readset_out->fd_count : win32op->writeset_out->fd_count;
313 (struct fd_set*)win32op->readset_out,
[all...]
H A Dselect.c136 fd_set *readset_out=NULL, *writeset_out=NULL; local
138 if (!(readset_out = mm_realloc(sop->event_readset_out, sz)))
140 sop->event_readset_out = readset_out;
142 /* We don't free readset_out here, since it was
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/WIN32-Code/
H A Dwin32.c101 struct win_fd_set *readset_out; member in struct:win32op
144 if (!(op->readset_out = realloc(op->readset_out, size)))
247 if (!(winop->readset_out = malloc(size)))
255 winop->readset_out->fd_count = winop->writeset_out->fd_count
265 XFREE(winop->readset_out);
360 fd_set_copy(win32op->readset_out, win32op->readset_in);
365 (win32op->readset_out->fd_count > win32op->writeset_out->fd_count) ?
366 win32op->readset_out->fd_count : win32op->writeset_out->fd_count;
376 (struct fd_set*)win32op->readset_out,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/
H A Dselect.c213 fd_set *readset_out = NULL; local
227 if ((readset_out = realloc(sop->event_readset_out, fdsz)) == NULL)
229 sop->event_readset_out = readset_out;

Completed in 69 milliseconds