Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libresolv2/include/isc/
H A Deventlib.h133 #define evTimeRW __evTimeRW macro
142 int evTimeRW __P((evContext, evStreamID, evTimerID timer));
/titanic_41/usr/src/lib/libresolv2/common/isc/
H A Dev_streams.c125 evTimeRW(evContext opaqueCtx, evStreamID id, evTimerID timer) /*ARGSUSED*/ { in evTimeRW() function
H A Dctl_clnt.c330 if (evTimeRW(ctx->ev, ctx->wrID, ctx->tiID) < 0) { in start_write()
H A Dctl_srvr.c363 if (evTimeRW(ctx->ev, sess->wrID, sess->wrtiID) < 0) { in ctl_response()