/external/libevent/test/ |
D | regress_ssl.c | 314 TT_BLATHER(("free_on_cb: %p", bev)); in free_on_cb() 335 TT_BLATHER(("The number was %d", n)); in respond_to_number() 347 TT_BLATHER(("Done reading; now writing.")); in respond_to_number() 358 TT_BLATHER(("Done writing.")); in done_writing_cb() 371 TT_BLATHER(("Got event %d", (int)what)); in eventcb() 391 TT_BLATHER(("Got a good EOF")); in eventcb() 401 TT_BLATHER(("Got an error.")); in eventcb() 411 TT_BLATHER(("Got timeout.")); in eventcb() 631 TT_BLATHER(("bio_rwcount_free: %p", b)); in bio_rwcount_free() 821 TT_BLATHER(("wm_transfer-%s(%p): break", in wm_transfer() [all …]
|
D | regress_thread.c | 218 TT_BLATHER(("Waitpid okay\n")); in thread_basic() 247 TT_BLATHER(("notifiations==%d", notification_fd_used)); in thread_basic() 353 TT_BLATHER(("%d looks like a timeout\n", i)); in thread_conditions_simple() 365 TT_BLATHER(("%d looks like a signal\n", i)); in thread_conditions_simple() 369 TT_BLATHER(("%d looks like a broadcast\n", i)); in thread_conditions_simple() 480 TT_BLATHER(("callback count, %u", callback_count)); in thread_deferred_cb_skew() 483 TT_BLATHER(("elapsed time, %u usec", elapsed_usec)); in thread_deferred_cb_skew() 554 TT_BLATHER(("event %d at %.4f seconds", i, sec)); in thread_no_events()
|
D | regress_bufferevent.c | 621 TT_BLATHER(("Flushed %d: freeing it.", (int)bufferevent_getfd(bev))); in sender_writecb() 647 TT_BLATHER(("Got a request on socket %d", (int)fd )); in listen_cb() 691 TT_BLATHER(("connected on %d", (int)bufferevent_getfd(bev))); in reader_eventcb() 703 TT_BLATHER(("EOF on %d: %d strings read.", in reader_eventcb() 713 TT_BLATHER(("Read eventcb simple invoked on %d.", in reader_eventcb_simple() 721 TT_BLATHER(("Read invoked on %d.", (int)bufferevent_getfd(bev))); in reader_readcb() 877 TT_BLATHER(("connection failure on "EV_SOCK_FMT": %s", in want_fail_eventcb() 1087 TT_BLATHER(("Event successfully triggered.")); in trigger_eventcb() 1097 TT_BLATHER(("Read successfully triggered.")); in trigger_readcb_triggered() 1110 TT_BLATHER(("Read invoked on %d.", (int)bufferevent_getfd(bev))); in trigger_readcb()
|
D | regress_util.c | 210 TT_BLATHER(("Skipping IPv6 address parsing.")); in regress_ipv6_parse() 268 TT_BLATHER(("Skipping IPv6 address parsing.")); in regress_ipv6_parse_scope() 919 TT_BLATHER(("Wanted %s, got %s:%d on line %d", sockaddr_port, in test_ai_eq_() 1165 TT_BLATHER(("www.google.com resolved to %s", in test_evutil_getaddrinfo_live() 1174 TT_BLATHER(("Couldn't do an ipv6 lookup for ipv6.google.com")); in test_evutil_getaddrinfo_live() 1184 TT_BLATHER(("ipv6.google.com resolved to %s", in test_evutil_getaddrinfo_live() 1417 TT_BLATHER(("Precise = %d", precise)); in test_evutil_monotonic_res() 1418 TT_BLATHER(("Fallback = %d", fallback)); in test_evutil_monotonic_res() 1438 TT_BLATHER(("Difference = %d", (int)diff.tv_usec)); in test_evutil_monotonic_res() 1480 TT_BLATHER(("Step difference = %d", (int)diff.tv_usec)); in test_evutil_monotonic_prc() [all …]
|
D | regress_dns.c | 106 TT_BLATHER(("type: %d, count: %d, ttl: %d: ", type, count, ttl)); in dns_gethostbyname_cb() 120 TT_BLATHER(("%s ", b)); in dns_gethostbyname_cb() 122 TT_BLATHER(("%s ", strerror(errno))); in dns_gethostbyname_cb() 134 TT_BLATHER(("%s ", inet_ntoa(in_addrs[i]))); in dns_gethostbyname_cb() 142 TT_BLATHER(("%s ", *(char **)addresses)); in dns_gethostbyname_cb() 639 TT_BLATHER(("got question, %s", question)); in search_cancel_server_cb() 1084 TT_BLATHER(("Got question about %s, type=%d", qname, qtype)); in be_getaddrinfo_server_cb() 1187 TT_BLATHER(("answering")); in be_getaddrinfo_server_cb() 1190 TT_BLATHER(("saying nexist.")); in be_getaddrinfo_server_cb() 1226 TT_BLATHER(("Got a bufferevent event %d", what)); in be_connect_hostname_event_cb() [all …]
|
D | tinytest_macros.h | 52 #define TT_BLATHER(args) \ macro 96 TT_BLATHER(("%s",msg)); \
|
D | regress.c | 371 TT_BLATHER(("Closing")); in simpleclose_close_fd_cb() 386 TT_BLATHER(("Recorded %d on socket %d", (int)what, (int)s)); in record_event_cb() 433 TT_BLATHER(("Waiting for read on %d", (int)pair1[1])); in test_simpleclose_rw() 436 TT_BLATHER(("Waiting for write on %d", (int)pair2[1])); in test_simpleclose_rw() 905 TT_BLATHER(("Before waitpid")); in fork_wait_check() 916 TT_BLATHER(("After waitpid")); in fork_wait_check() 962 TT_BLATHER(("Before fork")); in test_fork() 965 TT_BLATHER(("In child, before reinit")); in test_fork() 971 TT_BLATHER(("After reinit")); in test_fork() 973 TT_BLATHER(("After assert-ok")); in test_fork() [all …]
|
D | regress_listener.c | 63 TT_BLATHER(("Got one for %p", ptr)); in acceptcb() 195 TT_BLATHER(("Got one for %p", ptr)); in acceptcb_free()
|
D | regress_http.c | 323 TT_BLATHER(("%s: called\n", __func__)); in http_basic_cb() 445 TT_BLATHER(("%s: called\n", __func__)); in http_chunked_cb() 633 TT_BLATHER(("%s: called (what=%04x, arg=%p)", __func__, what, arg)); in http_badreq_errorcb() 679 TT_BLATHER(("%s: called (what=%04x, arg=%p)", __func__, what, arg)); in http_badreq_successcb() 796 TT_BLATHER(("%s: called\n", __func__)); in http_delete_cb() 867 TT_BLATHER(("%s: called\n", __func__)); in http_sent_cb() 879 TT_BLATHER(("%s: called\n", __func__)); in http_on_complete_cb() 1872 TT_BLATHER(("%s: called\n", __func__)); in http_dispatcher_cb() 2030 TT_BLATHER(("%s: called\n", __func__)); in http_post_cb() 2147 TT_BLATHER(("%s: called\n", __func__)); in http_put_cb() [all …]
|
D | regress_et.c | 101 TT_BLATHER(("Checking for edge-triggered events with %s, which should %s" in test_edgetriggered()
|
D | regress_main.c | 126 TT_BLATHER(("%s", m)); in dnslogcb()
|
D | regress_rpc.c | 803 TT_BLATHER(("(%.1f us/add) ", in rpc_test()
|
D | regress_buffer.c | 1073 TT_BLATHER(("Wrote %d/%d bytes", r, addfile_test_total_written)); in addfile_test_writecb() 1098 TT_BLATHER(("Read %d/%d bytes", r, addfile_test_total_read)); in addfile_test_readcb()
|