Home
last modified time | relevance | path

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

/external/chromium/third_party/libevent/
Dselect.c76 fd_set *event_writeset_out; member
155 memcpy(sop->event_writeset_out, sop->event_writeset_in, in select_dispatch()
159 sop->event_writeset_out, NULL, tv); in select_dispatch()
189 if (FD_ISSET(i, sop->event_writeset_out)) { in select_dispatch()
233 if ((writeset_out = realloc(sop->event_writeset_out, fdsz)) == NULL) in select_resize()
235 sop->event_writeset_out = writeset_out; in select_resize()
355 if (sop->event_writeset_out) in select_dealloc()
356 free(sop->event_writeset_out); in select_dealloc()