Searched refs:event_base_new_with_config (Results 1 – 7 of 7) sorted by relevance
152 base = event_base_new_with_config(cfg); in main()
1916 base = event_base_new_with_config(cfg); in test_methods()1964 base = event_base_new_with_config(cfg); in test_base_features()2067 base = event_base_new_with_config(cfg); in test_base_environ()2082 base = event_base_new_with_config(cfg); in test_base_environ()2321 b = event_base_new_with_config(cfg); in test_mm_functions()
213 base = event_base_new_with_config(base_cfg); in test_ratelimiting()
553 struct event_base *event_base_new_with_config(const struct event_config *);
437 struct event_base *base = event_base_new_with_config(NULL); in event_init()455 base = event_base_new_with_config(cfg); in event_base_new()555 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…