HomeSort by: relevance | last modified time | path
    Searched refs:writeset_out (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/libevent/dist/
win32select.c 81 struct win_fd_set *writeset_out; member in struct:win32op
198 if (!(winop->writeset_out = mm_malloc(size)))
203 winop->readset_out->fd_count = winop->writeset_out->fd_count
216 XFREE(winop->writeset_out);
297 if (!(win32op->writeset_out = mm_realloc(win32op->writeset_out, size)))
304 fd_set_copy(win32op->writeset_out, win32op->writeset_in);
307 (win32op->readset_out->fd_count > win32op->writeset_out->fd_count) ?
308 win32op->readset_out->fd_count : win32op->writeset_out->fd_count;
324 (struct fd_set*)win32op->writeset_out,
    [all...]
select.c 150 fd_set *readset_out=NULL, *writeset_out=NULL; local
155 if (!(writeset_out = mm_realloc(sop->event_writeset_out, sz))) {
162 sop->event_writeset_out = writeset_out;
  /src/external/bsd/ntp/dist/sntp/libevent/
win32select.c 80 struct win_fd_set *writeset_out; member in struct:win32op
197 if (!(winop->writeset_out = mm_malloc(size)))
202 winop->readset_out->fd_count = winop->writeset_out->fd_count
215 XFREE(winop->writeset_out);
296 if (!(win32op->writeset_out = mm_realloc(win32op->writeset_out, size)))
303 fd_set_copy(win32op->writeset_out, win32op->writeset_in);
306 (win32op->readset_out->fd_count > win32op->writeset_out->fd_count) ?
307 win32op->readset_out->fd_count : win32op->writeset_out->fd_count;
323 (struct fd_set*)win32op->writeset_out,
    [all...]
select.c 149 fd_set *readset_out=NULL, *writeset_out=NULL; local
154 if (!(writeset_out = mm_realloc(sop->event_writeset_out, sz))) {
161 sop->event_writeset_out = writeset_out;

Completed in 28 milliseconds