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

/netbsd-current/external/bsd/ntp/dist/sntp/libevent/
H A Dselect.c108 static int select_resize(struct selectop *sop, int fdsz);
119 if (select_resize(sop, SELECT_ALLOC_SIZE(32 + 1))) {
214 select_resize(struct selectop *sop, int fdsz) function
228 * change the semantics of select_resize from "expand the
278 if (select_resize(sop, fdsz)) {
/netbsd-current/external/bsd/libevent/dist/
H A Dselect.c109 static int select_resize(struct selectop *sop, int fdsz);
120 if (select_resize(sop, SELECT_ALLOC_SIZE(32 + 1))) {
215 select_resize(struct selectop *sop, int fdsz) function
229 * change the semantics of select_resize from "expand the
279 if (select_resize(sop, fdsz)) {

Completed in 200 milliseconds