Home
last modified time | relevance | path

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

/minix3/external/bsd/bind/dist/lib/isc/include/isc/
H A Dtimer.h106 #define ISC_TIMEREVENT_LIFE (ISC_EVENTCLASS_TIMER + 3) macro
/minix3/external/bsd/bind/dist/bin/tests/
H A Dtimer_test.c81 event->ev_type == ISC_TIMEREVENT_LIFE); in timeout()
/minix3/external/bsd/bind/dist/bin/tests/timers/
H A Dt_timers.c112 expected_event_type = ISC_TIMEREVENT_LIFE; in tx_te()
676 if (event->ev_type != ISC_TIMEREVENT_LIFE) { in t4_te()
/minix3/external/bsd/bind/dist/lib/isc/
H A Dtimer.c692 type = ISC_TIMEREVENT_LIFE; in dispatch()
703 type = ISC_TIMEREVENT_LIFE; in dispatch()
/minix3/external/bsd/bind/dist/bin/named/
H A Dclient.c1173 REQUIRE(event->ev_type == ISC_TIMEREVENT_LIFE || in client_delay()
2358 REQUIRE(event->ev_type == ISC_TIMEREVENT_LIFE || in client_timeout()
/minix3/external/bsd/bind/dist/lib/dns/
H A Dresolver.c3525 if (event->ev_type == ISC_TIMEREVENT_LIFE) { in fctx_timeout()