Home
last modified time | relevance | path

Searched refs:event_config_set_flag (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/ntp/sntp/libevent/test/
H A Dbench_http.c147 event_config_set_flag(cfg,EVENT_BASE_FLAG_STARTUP_IOCP); in main()
H A Dtest-ratelim.c291 if (event_config_set_flag(cfg, EVENT_BASE_FLAG_PRECISE_TIMER)) in timer_bias_calculate()
370 event_config_set_flag(base_cfg, EVENT_BASE_FLAG_STARTUP_IOCP); in test_ratelimiting()
H A Dregress.c2586 event_config_set_flag(cfg, EVENT_BASE_FLAG_IGNORE_ENV); in test_methods()
2753 event_config_set_flag(cfg, EVENT_BASE_FLAG_IGNORE_ENV); in test_base_environ()
3297 event_config_set_flag(cfg, EVENT_BASE_FLAG_NO_CACHE_TIME); in test_gettimeofday_cached()
/freebsd/contrib/libevent/test/
H A Dbench_http.c147 event_config_set_flag(cfg,EVENT_BASE_FLAG_STARTUP_IOCP); in main()
H A Dtest-ratelim.c291 if (event_config_set_flag(cfg, EVENT_BASE_FLAG_PRECISE_TIMER)) in timer_bias_calculate()
370 event_config_set_flag(base_cfg, EVENT_BASE_FLAG_STARTUP_IOCP); in test_ratelimiting()
H A Dregress.c2586 event_config_set_flag(cfg, EVENT_BASE_FLAG_IGNORE_ENV); in test_methods()
2753 event_config_set_flag(cfg, EVENT_BASE_FLAG_IGNORE_ENV); in test_base_environ()
3297 event_config_set_flag(cfg, EVENT_BASE_FLAG_NO_CACHE_TIME); in test_gettimeofday_cached()
/freebsd/contrib/ntp/sntp/libevent/include/event2/
H A Devent.h618 int event_config_set_flag(struct event_config *cfg, int flag);
/freebsd/contrib/libevent/include/event2/
H A Devent.h618 int event_config_set_flag(struct event_config *cfg, int flag);
/freebsd/contrib/ntp/sntp/libevent/sample/
H A Dhttp-server.c485 event_config_set_flag(cfg, EVENT_BASE_FLAG_STARTUP_IOCP); in main()
/freebsd/contrib/libevent/sample/
H A Dhttp-server.c485 event_config_set_flag(cfg, EVENT_BASE_FLAG_STARTUP_IOCP); in main()
/freebsd/contrib/ntp/sntp/libevent/
H A Devent.c1172 event_config_set_flag(struct event_config *cfg, int flag) in event_config_set_flag() function
H A DChangeLog-2.01094 o Actually define the event_config_set_flag() function.
/freebsd/contrib/libevent/
H A Devent.c1172 event_config_set_flag(struct event_config *cfg, int flag) in event_config_set_flag() function
H A DChangeLog-2.01094 o Actually define the event_config_set_flag() function.