Home
last modified time | relevance | path

Searched refs:evctx (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/bsnmp/snmpd/
H A Dmain.c186 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()
1669 if (evCreate(&evctx)) { in main()
1674 evSetDebug(evctx, 10, stderr); in main()
1734 if (evGetNext(evctx, &event, EV_WAIT) == 0) { in main()
1735 if (evDispatch(evctx, event)) in main()
1751 if (evWaitFor(evctx, &work, info_func, in main()
1762 if (evWaitFor(evctx, &work, config_func, in main()
1772 if (evDo(evctx, &work) == -1) { in main()
[all …]