Searched refs:select_resize (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.c97 static int select_resize(struct selectop *sop, int fdsz);
108 if (select_resize(sop, SELECT_ALLOC_SIZE(32 + 1))) {
201 select_resize(struct selectop *sop, int fdsz) function
215 * change the semantics of select_resize from "expand the
265 if (select_resize(sop, fdsz)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/
H A Dselect.c97 static int select_resize(struct selectop *sop, int fdsz);
111 select_resize(sop, howmany(32 + 1, NFDBITS)*sizeof(fd_mask));
207 select_resize(struct selectop *sop, int fdsz) function
289 if (select_resize(sop, fdsz)) {

Completed in 109 milliseconds