Home
last modified time | relevance | path

Searched refs:event_base_new_with_config (Results 1 – 10 of 10) sorted by relevance

/freebsd-10-stable/contrib/ntp/sntp/libevent/test/
Dtest-closed.c92 base = event_base_new_with_config(cfg); in main()
Dbench_http.c151 base = event_base_new_with_config(cfg); in main()
Dregress.c2414 base = event_base_new_with_config(cfg); in test_methods()
2462 base = event_base_new_with_config(cfg); in test_base_features()
2565 base = event_base_new_with_config(cfg); in test_base_environ()
2580 base = event_base_new_with_config(cfg); in test_base_environ()
2863 b = event_base_new_with_config(cfg); in test_mm_functions()
3096 cached_time_base = base = event_base_new_with_config(cfg); in test_gettimeofday_cached()
Dtest-ratelim.c287 base = event_base_new_with_config(base_cfg); in test_ratelimiting()
Dregress_thread.c466 base = event_base_new_with_config(cfg); in thread_deferred_cb_skew()
/freebsd-10-stable/contrib/ntp/sntp/libevent/include/event2/
Devent.h678 struct event_base *event_base_new_with_config(const struct event_config *);
/freebsd-10-stable/contrib/ntp/sntp/libevent/
Devent.c451 struct event_base *base = event_base_new_with_config(NULL); in event_init()
469 base = event_base_new_with_config(cfg); in event_base_new()
549 event_base_new_with_config(const struct event_config *cfg) in event_base_new_with_config() function
Dwhatsnew-2.0.txt173 base = event_base_new_with_config(config);
DChangeLog-2.01059 …o The event_base_new() and event_base_new_with_config() functions now never call exit() on failure…
1225 o event_base_new_with_config() and corresponding config APIs.
1238 …o change failing behavior of event_base_new_with_config: if a config is provided and no backend is…
/freebsd-10-stable/contrib/ntp/sntp/
Dmain.c238 base = event_base_new_with_config(evcfg); in sntp_main()