sel 201 src/ftmod/ftmod_libpri/lpwrap_pri.c int sel; sel 204 src/ftmod/ftmod_libpri/lpwrap_pri.c if ((sel = spri->on_loop(spri)) < 0) { sel 205 src/ftmod/ftmod_libpri/lpwrap_pri.c return sel; sel 233 src/ftmod/ftmod_libpri/lpwrap_pri.c sel = select(pri_fd(spri->pri) + 1, &rfds, NULL, &efds, &now); sel 237 src/ftmod/ftmod_libpri/lpwrap_pri.c if (!sel) { sel 245 src/ftmod/ftmod_libpri/lpwrap_pri.c } else if (sel > 0) { sel 259 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;