HomeSort by relevance Sort by last modified time
    Searched refs:readset_out (Results 1 - 3 of 3) sorted by null

  /external/libevent/
win32select.c 73 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);
284 if (!(win32op->readset_out = mm_realloc(win32op->readset_out, size)))
293 fd_set_copy(win32op->readset_out, win32op->readset_in);
298 (win32op->readset_out->fd_count > win32op->writeset_out->fd_count) ?
299 win32op->readset_out->fd_count : win32op->writeset_out->fd_count;
314 (struct fd_set*)win32op->readset_out,
    [all...]
select.c 136 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
  /external/syslinux/core/lwip/src/api/
sockets.c 1007 * @param readset_out: set of sockets that had read events
1014 fd_set *readset_out, fd_set *writeset_out, fd_set *exceptset_out)
    [all...]

Completed in 66 milliseconds