Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/libevent/
H A Dselect.c88 static void *select_init(struct event_base *);
96 select_init,
110 select_init(struct event_base *base) in select_init() function
H A DChangeLog-2.0307 o Correctly free selectop fields when select_resize fails in select_init (0c0ec0b)
H A DChangeLog1736 o Correctly free selectop fields when select_resize fails in select_init (0c0ec0b)
/freebsd/contrib/libevent/
H A Dselect.c88 static void *select_init(struct event_base *);
96 select_init,
110 select_init(struct event_base *base) in select_init() function
H A DChangeLog-2.0307 o Correctly free selectop fields when select_resize fails in select_init (0c0ec0b)
H A DChangeLog1736 o Correctly free selectop fields when select_resize fails in select_init (0c0ec0b)
/freebsd/contrib/pf/libevent/
H A Dselect.c73 void *select_init (void);
82 select_init,
93 select_init(void) in select_init() function
/freebsd/crypto/krb5/src/util/verto/
H A Dev_select.c275 select_init (EV_P_ int flags) in select_init() function
H A Dev.c2917 if (!backend && (flags & EVBACKEND_SELECT)) backend = select_init (EV_A_ flags); in loop_init()