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

/freebsd-10.1-release/contrib/ntp/sntp/libevent/
H A Dselect.c106 static int select_resize(struct selectop *sop, int fdsz);
117 if (select_resize(sop, SELECT_ALLOC_SIZE(32 + 1))) {
212 select_resize(struct selectop *sop, int fdsz) function
226 * change the semantics of select_resize from "expand the
276 if (select_resize(sop, fdsz)) {
/freebsd-10.1-release/contrib/pf/libevent/
H A Dselect.c90 static int select_resize(struct selectop *sop, int fdsz);
104 select_resize(sop, howmany(32 + 1, NFDBITS)*sizeof(fd_mask));
214 select_resize(struct selectop *sop, int fdsz) function
296 if (select_resize(sop, fdsz)) {

Completed in 168 milliseconds