Home
last modified time | relevance | path

Searched refs:ev_default_loop (Results 1 – 9 of 9) sorted by relevance

/freebsd/crypto/krb5/src/util/verto/
H A DSymbols.ev13 ev_default_loop
H A Dev.h179 # define EV_DEFAULT ev_default_loop (0) /* the default loop as sole arg */
557 EV_API_DECL struct ev_loop *ev_default_loop (unsigned int flags EV_CPP (= 0)) EV_THROW;
584 EV_API_DECL int ev_default_loop (unsigned int flags EV_CPP (= 0)) EV_THROW; /* returns true when su…
H A Dverto-libev.c44 return ev_default_loop(EVFLAG_AUTO); in libev_ctx_default()
H A Dverto-k5ev.c78 return ev_default_loop(EVFLAG_AUTO); in k5ev_ctx_default()
H A Dev.c3227 ev_default_loop (unsigned int flags) EV_THROW in ev_default_loop() function
/freebsd/contrib/unbound/util/
H A Dub_event.c245 b = (struct event_base*)ev_default_loop(EVFLAG_AUTO); in ub_libevent_event_base()
284 base = ev_default_loop(EVFLAG_AUTO); in ub_event_base_loopexit()
H A Dub_event_pluggable.c369 my_base->base = (struct event_base*)ev_default_loop(EVFLAG_AUTO); in ub_default_event_base()
/freebsd/contrib/unbound/
H A Dconfig.h.in267 /* Define to 1 if you have the 'ev_default_loop' function. */
H A Dconfigure.ac1480 AC_CHECK_FUNCS([ev_default_loop]) # only in libev. (tested on 4.00)