Home
last modified time | relevance | path

Searched refs:ev_loop (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/krb5/src/util/verto/
H A Dev.h172 struct ev_loop;
173 # define EV_P struct ev_loop *loop /* a loop as sole parameter in a declaration */
440 struct ev_loop *other; /* ro */
557 EV_API_DECL struct ev_loop *ev_default_loop (unsigned int flags EV_CPP (= 0)) EV_THROW;
560 EV_API_DECL struct ev_loop *ev_default_loop_ptr;
563 EV_INLINE struct ev_loop *
566 extern struct ev_loop *ev_default_loop_ptr;
578 EV_API_DECL struct ev_loop *ev_loop_new (unsigned int flags EV_CPP (= 0)) EV_THROW;
835 EV_INLINE void ev_loop (EV_P_ int flags) { ev_run (EV_A_ flags); }
846 typedef struct ev_loop ev_loop;
H A Dverto-libev.c31 typedef struct ev_loop verto_mod_ctx;
201 verto_convert_libev(struct ev_loop* loop) in verto_convert_libev()
H A Dev.c1821 struct ev_loop struct
1831 static struct ev_loop default_loop_struct; argument
1832 …EV_API_DECL struct ev_loop *ev_default_loop_ptr = 0; /* needs to be initialised to make it a defin…
3082 struct ev_loop * ecb_cold
3085 EV_P = (struct ev_loop *)ev_malloc (sizeof (struct ev_loop)); in ev_loop_new()
3087 memset (EV_A, 0, sizeof (struct ev_loop)); in ev_loop_new()
3223 struct ev_loop * ecb_cold
/freebsd/contrib/unbound/util/
H A Dub_event.c247 *m = ub_ev_backend2str(ev_backend((struct ev_loop*)b)); in ub_libevent_event_base()
H A Dub_event_pluggable.c462 *m = ub_ev_backend2str_pluggable(ev_backend((struct ev_loop*)b)); in ub_get_event_sys()
/freebsd/contrib/unbound/
H A Dconfig.h.in270 /* Define to 1 if you have the 'ev_loop' function. */
H A Dconfigure.ac1479 AC_CHECK_FUNCS([ev_loop]) # only in libev. (tested on 3.51)