sel 245 src/ftmod/ftmod_libpri/lpwrap_pri.c int sel; sel 248 src/ftmod/ftmod_libpri/lpwrap_pri.c if ((sel = spri->on_loop(spri)) < 0) { sel 249 src/ftmod/ftmod_libpri/lpwrap_pri.c return sel; sel 277 src/ftmod/ftmod_libpri/lpwrap_pri.c sel = select(pri_fd(spri->pri) + 1, &rfds, NULL, &efds, &now); sel 278 src/ftmod/ftmod_libpri/lpwrap_pri.c if (!sel) { sel 286 src/ftmod/ftmod_libpri/lpwrap_pri.c } else if (sel > 0) { sel 306 src/ftmod/ftmod_libpri/lpwrap_pri.c return sel; sel 159 src/sangoma_pri.c int sel; sel 195 src/sangoma_pri.c sel = select(spri->pri->fd + 1, &rfds, NULL, &efds, next ? &now : NULL); sel 198 src/sangoma_pri.c if (!sel) { sel 200 src/sangoma_pri.c } else if (sel > 0) { sel 214 src/sangoma_pri.c return sel;