Searched refs:event_base_foreach_event (Results 1 – 5 of 5) sorted by relevance
| /freebsd-9-stable/contrib/ntp/sntp/libevent/include/event2/ |
| D | event.h | 1625 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/ |
| D | regress.c | 3031 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/ |
| D | ChangeLog | 425 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
|
| D | whatsnew-2.1.txt | 140 There's a function, event_base_foreach_event(), that can iterate over
|
| D | event.c | 3697 event_base_foreach_event(struct event_base *base, in event_base_foreach_event() function
|