Searched refs:evConsTime (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/lib/libresolv2/common/isc/ |
H A D | ev_timers.c | 65 evConsTime(time_t sec, long nsec) { in evConsTime() function 124 return (evConsTime(0, 0)); in evNowTime() 137 return (evConsTime(0, 0)); in evUTCTime() 239 del->inter = evConsTime(0, 0); in evClearTimer() 491 this->timer->inter = evConsTime(0, 0); in idle_timeout()
|
H A D | ctl_clnt.c | 167 ctx->timeout = evConsTime(timeout, 0); in ctl_client()
|
H A D | ctl_srvr.c | 203 ctx->timeout = evConsTime(timeout, 0); in ctl_server()
|
/titanic_41/usr/src/lib/libresolv2/include/isc/ |
H A D | eventlib.h | 147 #define evConsTime __evConsTime macro 166 struct timespec evConsTime __P((time_t sec, long nsec));
|
/titanic_41/usr/src/lib/libresolv2/common/resolv/ |
H A D | res_send.c | 890 timeout = evConsTime(seconds, 0); in send_dg() 902 timeout = evConsTime(0, 0); in send_dg() 907 timeout = evConsTime(0, 0); in send_dg()
|