Searched refs:evctx (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/bsnmp/snmpd/ |
H A D | main.c | 185 static evContext evctx; variable 917 (void)evDeselectFD(evctx, f->id); in fd_suspend() 941 if (evSelectFD(evctx, f->fd, EV_READ, input, f, &f->id)) { in fd_resume() 1672 if (evCreate(&evctx)) { in main() 1677 evSetDebug(evctx, 10, stderr); in main() 1737 if (evGetNext(evctx, &event, EV_WAIT) == 0) { in main() 1738 if (evDispatch(evctx, event)) in main() 1754 if (evWaitFor(evctx, &work, info_func, in main() 1765 if (evWaitFor(evctx, &work, config_func, in main() 1775 if (evDo(evctx, &work) == -1) { in main() [all …]
|