Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libresolv2/include/isc/
H A Deventlib.h149 #define evSubTime __evSubTime macro
168 struct timespec evSubTime __P((struct timespec, struct timespec));
/titanic_44/usr/src/lib/libresolv2/common/isc/
H A Dev_timers.c87 evSubTime(struct timespec minuend, struct timespec subtrahend) { in evSubTime() function
483 idle = evSubTime(ctx->lastEventTime, this->lastTouched); in idle_timeout()
495 this->timer->inter = evSubTime(this->max_idle, idle); in idle_timeout()
H A Deventlib.c300 interval = evSubTime(ctx->lastEventTime, in evGetNext()
325 t = evSubTime(nextTime, ctx->lastEventTime); in evGetNext()
570 interval = evSubTime(evNowTime(), start_time); in evDispatch()
/titanic_44/usr/src/lib/libresolv2/common/resolv/
H A Dres_send.c900 timeout = evSubTime(finish, now); in send_dg()
905 timeout = evSubTime(finish, now); in send_dg()