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

/external/libevent/
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)) {

Completed in 409 milliseconds