Searched refs:event_base_foreach_event (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/ntp/sntp/libevent/include/event2/ |
H A D | event.h | 1618 int event_base_foreach_event(struct event_base *base, event_base_foreach_event_cb fn, void *arg);
|
/freebsd/contrib/libevent/include/event2/ |
H A D | event.h | 1618 int event_base_foreach_event(struct event_base *base, event_base_foreach_event_cb fn, void *arg);
|
/freebsd/contrib/ntp/sntp/libevent/test/ |
H A D | regress.c | 3234 tt_int_op(-1, ==, event_base_foreach_event(NULL, foreach_count_cb, NULL)); in test_event_foreach() 3235 tt_int_op(-1, ==, event_base_foreach_event(base, NULL, NULL)); in test_event_foreach() 3244 tt_int_op(0, ==, event_base_foreach_event(base, foreach_count_cb, in test_event_foreach() 3256 tt_int_op(101, ==, event_base_foreach_event(base, foreach_find_cb, in test_event_foreach()
|
/freebsd/contrib/libevent/test/ |
H A D | regress.c | 3234 tt_int_op(-1, ==, event_base_foreach_event(NULL, foreach_count_cb, NULL)); in test_event_foreach() 3235 tt_int_op(-1, ==, event_base_foreach_event(base, NULL, NULL)); in test_event_foreach() 3244 tt_int_op(0, ==, event_base_foreach_event(base, foreach_count_cb, in test_event_foreach() 3256 tt_int_op(101, ==, event_base_foreach_event(base, foreach_find_cb, in test_event_foreach()
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | whatsnew-2.1.txt | 140 There's a function, event_base_foreach_event(), that can iterate over
|
H A D | ChangeLog | 1185 o Clarify an important point about event_base_foreach_event() (920a5e6) 1230 o New tests for event_base_foreach_event() (0b096ef) 1290 o Expose event_base_foreach_event() as a public API. (84fd6d7 Roman
|
H A D | event.c | 3799 event_base_foreach_event(struct event_base *base, in event_base_foreach_event() function
|
/freebsd/contrib/libevent/ |
H A D | whatsnew-2.1.txt | 140 There's a function, event_base_foreach_event(), that can iterate over
|
H A D | ChangeLog | 1185 o Clarify an important point about event_base_foreach_event() (920a5e6) 1230 o New tests for event_base_foreach_event() (0b096ef) 1290 o Expose event_base_foreach_event() as a public API. (84fd6d7 Roman
|
H A D | event.c | 3799 event_base_foreach_event(struct event_base *base, in event_base_foreach_event() function
|