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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Dselect.c76 fd_set *event_writeset_out; member in struct:selectop
141 if (!(writeset_out = mm_realloc(sop->event_writeset_out, sz))) {
148 sop->event_writeset_out = writeset_out;
154 memcpy(sop->event_writeset_out, sop->event_writeset_in,
162 sop->event_writeset_out, NULL, tv);
187 if (FD_ISSET(i, sop->event_writeset_out))
320 if (sop->event_writeset_out)
321 mm_free(sop->event_writeset_out);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/
H A Dselect.c76 fd_set *event_writeset_out; member in struct:selectop
155 memcpy(sop->event_writeset_out, sop->event_writeset_in,
159 sop->event_writeset_out, NULL, tv);
189 if (FD_ISSET(i, sop->event_writeset_out)) {
233 if ((writeset_out = realloc(sop->event_writeset_out, fdsz)) == NULL)
235 sop->event_writeset_out = writeset_out;
355 if (sop->event_writeset_out)
356 free(sop->event_writeset_out);

Completed in 134 milliseconds