Searched refs:exit_base (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/bsd/libevent/dist/test/ |
| H A D | regress_http.c | 76 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 …]
|
| H A D | regress_dns.c | 474 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 …]
|
| H A D | regress_thread.c | 508 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()
|
| H A D | regress_ssl.c | 197 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/ |
| H A D | tree-ssa-loop-manip.cc | 1007 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()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree-ssa-loop-manip.c | 1007 tree *exit_base, tree *exit_step, in determine_exit_conditions() argument 1026 *exit_base = NULL_TREE; in determine_exit_conditions() 1104 *exit_base = base; in determine_exit_conditions() 1240 tree enter_main_cond, exit_base, exit_step, exit_bound; in tree_transform_and_unroll_loop() local 1260 &enter_main_cond, &exit_base, &exit_step, in tree_transform_and_unroll_loop() 1425 create_iv (exit_base, exit_step, NULL_TREE, loop, in tree_transform_and_unroll_loop()
|