Home
last modified time | relevance | path

Searched refs:event_base_get_method (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/lib/libevent/
H A Devent.h300 const char *event_base_get_method(struct event_base *);
H A Devent.c357 event_base_get_method(struct event_base *base) in event_base_get_method() function
/openbsd-src/usr.sbin/unbound/util/
H A Dub_event.c196 *m = event_base_get_method(b); in ub_get_event_sys()
H A Dub_event_pluggable.c468 *m = event_base_get_method(b); in ub_get_event_sys()
/openbsd-src/sbin/unwind/libunbound/util/
H A Dub_event_pluggable.c468 *m = event_base_get_method(b); in ub_get_event_sys()
/openbsd-src/usr.sbin/nsd/
H A Dconfig.h.in139 /* Define to 1 if you have the `event_base_get_method' function. */
H A Dconfigure.ac485 AC_CHECK_FUNCS([event_base_get_method]) # only in libevent 1.4.3 and later
H A Dserver.c3106 m = event_base_get_method(b); in nsd_event_method()
/openbsd-src/usr.sbin/unbound/
H A Dconfig.h.in213 /* Define to 1 if you have the `event_base_get_method' function. */
H A Dconfigure.ac1472 AC_CHECK_FUNCS([event_base_get_method]) # only in libevent 1.4.3 and later
/openbsd-src/usr.sbin/unbound/doc/
H A DChangelog10395 - fixup threadsafety for libevent-1.4.3+ (event_base_get_method).