Home
last modified time | relevance | path

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

/openbsd/usr.bin/dig/lib/isc/include/isc/
H A Devent.h77 struct isc_event { struct
78 ISC_EVENT_COMMON(struct isc_event);
H A Dtypes.h37 typedef struct isc_event isc_event_t; /*%< Event */
H A Dtimer.h86 struct isc_event common;
/openbsd/usr.bin/dig/lib/isc/
H A Devent.c44 REQUIRE(size >= sizeof(struct isc_event)); in isc_event_allocate()