select_resize 97 third_party/libevent/select.c static int select_resize(struct selectop *sop, int fdsz); select_resize 111 third_party/libevent/select.c select_resize(sop, howmany(32 + 1, NFDBITS)*sizeof(fd_mask)); select_resize 289 third_party/libevent/select.c if (select_resize(sop, fdsz)) {