Home
last modified time | relevance | path

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

/external/libevent/include/event2/
Devent.h551 struct event_base *event_base_new_with_config(const struct event_config *);
/external/libevent/
Devent.c434 struct event_base *base = event_base_new_with_config(NULL); in event_init()
452 base = event_base_new_with_config(cfg); in event_base_new()
552 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);
DChangeLog1123 …o The event_base_new() and event_base_new_with_config() functions now never call exit() on failure…
1289 o event_base_new_with_config() and corresponding config APIs.
1302 …o change failing behavior of event_base_new_with_config: if a config is provided and no backend is…