Symbol: evTimerID
usr/src/lib/libresolv2/common/isc/ctl_clnt.c
85
evTimerID tiID;
usr/src/lib/libresolv2/common/isc/ctl_srvr.c
86
evTimerID rdtiID;
usr/src/lib/libresolv2/common/isc/ctl_srvr.c
87
evTimerID wrtiID;
usr/src/lib/libresolv2/common/isc/ev_streams.c
121
evTimeRW(evContext opaqueCtx, evStreamID id, evTimerID timer) /*ARGSUSED*/ {
usr/src/lib/libresolv2/common/isc/ev_timers.c
166
evTimerID *opaqueID
usr/src/lib/libresolv2/common/isc/ev_timers.c
221
evClearTimer(evContext opaqueCtx, evTimerID id) {
usr/src/lib/libresolv2/common/isc/ev_timers.c
254
evTimerID id,
usr/src/lib/libresolv2/common/isc/ev_timers.c
279
evTimerID id,
usr/src/lib/libresolv2/common/isc/ev_timers.c
342
evTimerID *opaqueID
usr/src/lib/libresolv2/common/isc/ev_timers.c
367
evClearIdleTimer(evContext opaqueCtx, evTimerID id) {
usr/src/lib/libresolv2/common/isc/ev_timers.c
377
evTimerID opaqueID,
usr/src/lib/libresolv2/common/isc/ev_timers.c
397
evTouchIdleTimer(evContext opaqueCtx, evTimerID id) {
usr/src/lib/libresolv2/common/isc/eventlib.c
608
evTimerID opaque;
usr/src/lib/libresolv2/common/isc/eventlib_p.h
128
evTimerID timer;
usr/src/lib/libresolv2/include/isc/eventlib.h
142
int evTimeRW __P((evContext, evStreamID, evTimerID timer));
usr/src/lib/libresolv2/include/isc/eventlib.h
176
struct timespec, evTimerID *));
usr/src/lib/libresolv2/include/isc/eventlib.h
177
int evClearTimer __P((evContext, evTimerID));
usr/src/lib/libresolv2/include/isc/eventlib.h
178
int evConfigTimer __P((evContext, evTimerID, const char *param,
usr/src/lib/libresolv2/include/isc/eventlib.h
180
int evResetTimer __P((evContext, evTimerID, evTimerFunc, void *,
usr/src/lib/libresolv2/include/isc/eventlib.h
183
evTimerID *));
usr/src/lib/libresolv2/include/isc/eventlib.h
184
int evClearIdleTimer __P((evContext, evTimerID));
usr/src/lib/libresolv2/include/isc/eventlib.h
185
int evResetIdleTimer __P((evContext, evTimerID, evTimerFunc, void *,
usr/src/lib/libresolv2/include/isc/eventlib.h
187
int evTouchIdleTimer __P((evContext, evTimerID));