Home
last modified time | relevance | path

Searched refs:UB_EVENT_MAGIC (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/unbound/util/
H A Dub_event_pluggable.c290 my_ev->super.magic = UB_EVENT_MAGIC; in my_event_new()
310 my_ev->super.magic = UB_EVENT_MAGIC; in my_signal_new()
332 my_ev->super.magic = UB_EVENT_MAGIC; in my_winsock_register_wsaevent()
385 my_base->super.magic = UB_EVENT_MAGIC; in ub_default_event_base()
402 my_base->super.magic = UB_EVENT_MAGIC; in ub_libevent_event_base()
478 if (base && base->magic == UB_EVENT_MAGIC) { in ub_event_base_free()
488 if (base->magic == UB_EVENT_MAGIC) { in ub_event_base_dispatch()
499 if (base->magic == UB_EVENT_MAGIC) { in ub_event_base_loopexit()
511 if (base->magic == UB_EVENT_MAGIC) { in ub_event_new()
523 if (base->magic == UB_EVENT_MAGIC) { in ub_signal_new()
[all …]
/freebsd/contrib/unbound/libunbound/
H A Dunbound-event.h78 #define UB_EVENT_MAGIC 0x44d74d78 macro