Home
last modified time | relevance | path

Searched refs:exit_base (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/external/bsd/ntp/dist/sntp/libevent/test/
Dregress_http.c74 static struct event_base *exit_base; variable
284 if (exit_base) in http_readcb()
285 event_base_loopexit(exit_base, NULL); in http_readcb()
393 event_base_once(exit_base, -1, EV_TIMEOUT, in http_timeout_cb()
520 exit_base = data->base; in http_basic_test_impl()
682 event_base_loopexit(exit_base, NULL); in http_badreq_successcb()
697 exit_base = data->base; in http_bad_request_test()
818 exit_base = data->base; in http_delete_test()
902 exit_base = data->base; in http_on_complete_test()
948 event_base_loopexit(exit_base, NULL); in http_allowed_methods_eventcb()
[all …]
Dregress_dns.c472 static struct event_base *exit_base; variable
520 event_base_loopexit(exit_base, NULL); in generic_dns_callback()
569 exit_base = base; in dns_search_test_impl()
616 exit_base = base; in dns_search_empty_test()
677 exit_base = base; in dns_search_cancel_test()
716 event_base_loopexit(exit_base, NULL); in fail_server_cb()
756 exit_base = base; in dns_retry_test_impl()
861 exit_base = base; in dns_reissue_test_impl()
935 exit_base = base; in dns_inflight_test_impl()
991 exit_base = base; in dns_disable_when_inactive_no_ns_test()
[all …]
Dregress_thread.c502 static struct event_base *exit_base = NULL; variable
508 event_base_loopbreak(exit_base); in note_time_cb()
537 exit_base = data->base; in thread_no_events()
Dregress_ssl.c196 static struct event_base *exit_base; variable
248 exit_base = NULL; in ssl_test_cleanup()
387 event_base_loopexit(exit_base, NULL); in eventcb()
514 exit_base = data->base; in regress_bufferevent_openssl()
/netbsd/src/external/bsd/libevent/dist/test/
Dregress_http.c76 static struct event_base *exit_base; variable
287 if (exit_base) in http_readcb()
288 event_base_loopexit(exit_base, NULL); in http_readcb()
396 event_base_once(exit_base, -1, EV_TIMEOUT, in http_timeout_cb()
523 exit_base = data->base; in http_basic_test_impl()
685 event_base_loopexit(exit_base, NULL); in http_badreq_successcb()
700 exit_base = data->base; in http_bad_request_test()
821 exit_base = data->base; in http_delete_test()
905 exit_base = data->base; in http_on_complete_test()
951 event_base_loopexit(exit_base, NULL); in http_allowed_methods_eventcb()
[all …]
Dregress_dns.c474 static struct event_base *exit_base; variable
522 event_base_loopexit(exit_base, NULL); in generic_dns_callback()
571 exit_base = base; in dns_search_test_impl()
618 exit_base = base; in dns_search_empty_test()
679 exit_base = base; in dns_search_cancel_test()
718 event_base_loopexit(exit_base, NULL); in fail_server_cb()
758 exit_base = base; in dns_retry_test_impl()
863 exit_base = base; in dns_reissue_test_impl()
937 exit_base = base; in dns_inflight_test_impl()
993 exit_base = base; in dns_disable_when_inactive_no_ns_test()
[all …]
Dregress_thread.c508 static struct event_base *exit_base = NULL; variable
514 event_base_loopbreak(exit_base); in note_time_cb()
543 exit_base = data->base; in thread_no_events()
Dregress_ssl.c197 static struct event_base *exit_base; variable
249 exit_base = NULL; in ssl_test_cleanup()
387 event_base_loopexit(exit_base, NULL); in eventcb()
514 exit_base = data->base; in regress_bufferevent_openssl()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-ssa-loop-manip.cc1007 tree *exit_base, tree *exit_step, in determine_exit_conditions() argument
1026 *exit_base = NULL_TREE; in determine_exit_conditions()
1114 *exit_base = base; in determine_exit_conditions()
1253 tree enter_main_cond, exit_base, exit_step, exit_bound; in tree_transform_and_unroll_loop() local
1255 &enter_main_cond, &exit_base, &exit_step, in tree_transform_and_unroll_loop()
1257 bool single_loop_p = !exit_base; in tree_transform_and_unroll_loop()
1441 create_iv (exit_base, exit_step, NULL_TREE, loop, in tree_transform_and_unroll_loop()