Home
last modified time | relevance | path

Searched refs:event_base_foreach_event (Results 1 – 5 of 5) sorted by relevance

/freebsd-9-stable/contrib/ntp/sntp/libevent/include/event2/
Devent.h1625 int event_base_foreach_event(struct event_base *base, event_base_foreach_event_cb fn, void *arg);
/freebsd-9-stable/contrib/ntp/sntp/libevent/test/
Dregress.c3031 tt_int_op(-1, ==, event_base_foreach_event(NULL, foreach_count_cb, NULL)); in test_event_foreach()
3032 tt_int_op(-1, ==, event_base_foreach_event(base, NULL, NULL)); in test_event_foreach()
3041 tt_int_op(0, ==, event_base_foreach_event(base, foreach_count_cb, in test_event_foreach()
3053 tt_int_op(101, ==, event_base_foreach_event(base, foreach_find_cb, in test_event_foreach()
/freebsd-9-stable/contrib/ntp/sntp/libevent/
DChangeLog425 o Clarify an important point about event_base_foreach_event() (920a5e6)
470 o New tests for event_base_foreach_event() (0b096ef)
530 o Expose event_base_foreach_event() as a public API. (84fd6d7 Roman
Dwhatsnew-2.1.txt140 There's a function, event_base_foreach_event(), that can iterate over
Devent.c3697 event_base_foreach_event(struct event_base *base, in event_base_foreach_event() function