selectop 97 third_party/libevent/select.c static int select_resize(struct selectop *sop, int fdsz); selectop 102 third_party/libevent/select.c struct selectop *sop; selectop 108 third_party/libevent/select.c if (!(sop = calloc(1, sizeof(struct selectop)))) selectop 120 third_party/libevent/select.c check_selectop(struct selectop *sop) selectop 149 third_party/libevent/select.c struct selectop *sop = arg; selectop 207 third_party/libevent/select.c select_resize(struct selectop *sop, int fdsz) selectop 268 third_party/libevent/select.c struct selectop *sop = arg; selectop 318 third_party/libevent/select.c struct selectop *sop = arg; selectop 346 third_party/libevent/select.c struct selectop *sop = arg; selectop 362 third_party/libevent/select.c memset(sop, 0, sizeof(struct selectop));