Home
last modified time | relevance | path

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

/src/contrib/ntp/sntp/libevent/
H A Devent-internal.h48 #define ev_signal_next ev_.ev_signal.ev_signal_next
49 #define ev_io_next ev_.ev_io.ev_io_next
50 #define ev_io_timeout ev_.ev_io.ev_timeout
53 #define ev_ncalls ev_.ev_signal.ev_ncalls
54 #define ev_pncalls ev_.ev_signal.ev_pncalls
H A DChangeLog-2.0888 o Add ev_[u]intptr_t to include/event2/util.h (1fa4c81)
892 …o Add EV_*_MAX macros to event2/util.h to expose limits for ev_* types. (aba1fff) o Functions to v…
1010 o Use ev_[u]intptr_t types in place of [u]intptr_t (cef61a2)
H A Devent.c2567 evutil_timerclear(&ev->ev_.ev_io.ev_timeout); in event_remove_timer_nolock_()
/src/contrib/libevent/
H A Devent-internal.h48 #define ev_signal_next ev_.ev_signal.ev_signal_next
49 #define ev_io_next ev_.ev_io.ev_io_next
50 #define ev_io_timeout ev_.ev_io.ev_timeout
53 #define ev_ncalls ev_.ev_signal.ev_ncalls
54 #define ev_pncalls ev_.ev_signal.ev_pncalls
H A DChangeLog-2.0888 o Add ev_[u]intptr_t to include/event2/util.h (1fa4c81)
892 …o Add EV_*_MAX macros to event2/util.h to expose limits for ev_* types. (aba1fff) o Functions to v…
1010 o Use ev_[u]intptr_t types in place of [u]intptr_t (cef61a2)
H A Devent.c2567 evutil_timerclear(&ev->ev_.ev_io.ev_timeout); in event_remove_timer_nolock_()
/src/crypto/krb5/src/util/verto/
H A Dverto-libev.c121 w.type = malloc(sizeof(ev_ ## type)); \
123 ev_ ## type ## _init(w.type, (EV_CB(type, (*))) __VA_ARGS__); \
124 ev_ ## type ## _start(ctx, w.type); \
H A Dverto-k5ev.c155 w.type = malloc(sizeof(ev_ ## type)); \
157 ev_ ## type ## _init(w.type, (EV_CB(type, (*))) __VA_ARGS__); \
158 ev_ ## type ## _start(ctx, w.type); \
H A Dev.h256 #define EV_CB(type,name) void name (EV_P_ struct ev_ ## type *w, int revents)
/src/contrib/libevent/include/event2/
H A Devent_struct.h149 } ev_; member
/src/contrib/ntp/sntp/libevent/include/event2/
H A Devent_struct.h149 } ev_; member