Home
last modified time | relevance | path

Searched refs:TT_BLATHER (Results 1 – 12 of 12) sorted by relevance

/external/libevent/test/
Dregress_thread.c218 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()
Dregress_ssl.c275 TT_BLATHER(("The number was %d", n)); in respond_to_number()
287 TT_BLATHER(("Done reading; now writing.")); in respond_to_number()
298 TT_BLATHER(("Done writing.")); in done_writing_cb()
309 TT_BLATHER(("Got event %d", (int)what)); in eventcb()
330 TT_BLATHER(("Got a good EOF")); in eventcb()
340 TT_BLATHER(("Got an error.")); in eventcb()
350 TT_BLATHER(("Got timeout.")); in eventcb()
Dregress_util.c206 TT_BLATHER(("Skipping IPv6 address parsing.")); in regress_ipv6_parse()
856 TT_BLATHER(("Wanted %s, got %s:%d on line %d", sockaddr_port, in test_ai_eq_()
1092 TT_BLATHER(("www.google.com resolved to %s", in test_evutil_getaddrinfo_live()
1101 TT_BLATHER(("Couldn't do an ipv6 lookup for ipv6.google.com")); in test_evutil_getaddrinfo_live()
1111 TT_BLATHER(("ipv6.google.com resolved to %s", in test_evutil_getaddrinfo_live()
1309 TT_BLATHER(("Precise = %d", precise)); in test_evutil_monotonic_res()
1310 TT_BLATHER(("Fallback = %d", fallback)); in test_evutil_monotonic_res()
1330 TT_BLATHER(("Difference = %d", (int)diff.tv_usec)); in test_evutil_monotonic_res()
1372 TT_BLATHER(("Step difference = %d", (int)diff.tv_usec)); in test_evutil_monotonic_prc()
1374 TT_BLATHER(("Average step difference = %d", total_diff / 9)); in test_evutil_monotonic_prc()
Dregress_bufferevent.c608 TT_BLATHER(("Flushed %d: freeing it.", (int)bufferevent_getfd(bev))); in sender_writecb()
634 TT_BLATHER(("Got a request on socket %d", (int)fd )); in listen_cb()
678 TT_BLATHER(("connected on %d", (int)bufferevent_getfd(bev))); in reader_eventcb()
690 TT_BLATHER(("EOF on %d: %d strings read.", in reader_eventcb()
700 TT_BLATHER(("Read eventcb simple invoked on %d.", in reader_eventcb_simple()
708 TT_BLATHER(("Read invoked on %d.", (int)bufferevent_getfd(bev))); in reader_readcb()
839 TT_BLATHER(("connection failure on "EV_SOCK_FMT": %s", in want_fail_eventcb()
1060 TT_BLATHER(("Event successfully triggered.")); in trigger_eventcb()
1070 TT_BLATHER(("Read successfully triggered.")); in trigger_readcb_triggered()
1083 TT_BLATHER(("Read invoked on %d.", (int)bufferevent_getfd(bev))); in trigger_readcb()
Dregress_dns.c99 TT_BLATHER(("type: %d, count: %d, ttl: %d: ", type, count, ttl)); in dns_gethostbyname_cb()
113 TT_BLATHER(("%s ", b)); in dns_gethostbyname_cb()
115 TT_BLATHER(("%s ", strerror(errno))); in dns_gethostbyname_cb()
127 TT_BLATHER(("%s ", inet_ntoa(in_addrs[i]))); in dns_gethostbyname_cb()
135 TT_BLATHER(("%s ", *(char **)addresses)); in dns_gethostbyname_cb()
640 TT_BLATHER(("got question, %s", question)); in search_cancel_server_cb()
1032 TT_BLATHER(("Got question about %s, type=%d", qname, qtype)); in be_getaddrinfo_server_cb()
1135 TT_BLATHER(("answering")); in be_getaddrinfo_server_cb()
1138 TT_BLATHER(("saying nexist.")); in be_getaddrinfo_server_cb()
1169 TT_BLATHER(("Got a bufferevent event %d", what)); in be_connect_hostname_event_cb()
[all …]
Dregress.c373 TT_BLATHER(("Closing")); in simpleclose_close_fd_cb()
388 TT_BLATHER(("Recorded %d on socket %d", (int)what, (int)s)); in record_event_cb()
435 TT_BLATHER(("Waiting for read on %d", (int)pair1[1])); in test_simpleclose()
438 TT_BLATHER(("Waiting for write on %d", (int)pair2[1])); in test_simpleclose()
896 TT_BLATHER(("Before fork")); in test_fork()
899 TT_BLATHER(("In child, before reinit")); in test_fork()
905 TT_BLATHER(("After reinit")); in test_fork()
907 TT_BLATHER(("After assert-ok")); in test_fork()
936 TT_BLATHER(("Before waitpid")); in test_fork()
941 TT_BLATHER(("After waitpid")); in test_fork()
[all …]
Dtinytest_macros.h52 #define TT_BLATHER(args) \ macro
96 TT_BLATHER(("%s",msg)); \
Dregress_et.c116 TT_BLATHER(("Checking for edge-triggered events with %s, which should %s" in test_edgetriggered()
Dregress_listener.c63 TT_BLATHER(("Got one for %p", ptr)); in acceptcb()
Dregress_main.c116 TT_BLATHER(("%s", m)); in dnslogcb()
Dregress_rpc.c804 TT_BLATHER(("(%.1f us/add) ", in rpc_test()
Dregress_buffer.c883 TT_BLATHER(("Wrote %d/%d bytes", r, addfile_test_total_written)); in addfile_test_writecb()
908 TT_BLATHER(("Read %d/%d bytes", r, addfile_test_total_read)); in addfile_test_readcb()