Searched refs:inactive_base (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/libevent/test/
H A Dregress_dns.c971 struct event_base *base = data->base, *inactive_base; local
977 inactive_base = event_base_new();
978 tt_assert(inactive_base);
981 tt_assert(regress_dnsserver(inactive_base, &portnum, search_table));
1004 if (inactive_base)
1005 event_base_free(inactive_base);
H A Dregress_http.c1420 struct event_base *inactive_base = NULL; local
1454 inactive_base = event_base_new();
1455 inactive_http = http_setup(&port, inactive_base, 0);
1457 base_to_fill = inactive_base;
1558 if (inactive_base)
1559 event_base_free(inactive_base);
/freebsd-13-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_dns.c933 struct event_base *base = data->base, *inactive_base; local
939 inactive_base = event_base_new();
940 tt_assert(inactive_base);
943 tt_assert(regress_dnsserver(inactive_base, &portnum, search_table));
966 if (inactive_base)
967 event_base_free(inactive_base);

Completed in 90 milliseconds