Searched refs:event_base_new_with_config (Results 1 – 4 of 4) sorted by relevance
551 struct event_base *event_base_new_with_config(const struct event_config *);
434 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
173 base = event_base_new_with_config(config);
1123 …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…