Lines Matching refs:TT_BLATHER
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()
1235 TT_BLATHER(("DNS error %d: %s", r, in be_connect_hostname_event_cb()
1239 TT_BLATHER(("Got %d connections or errors.", total_connected_or_failed)); in be_connect_hostname_event_cb()
1414 TT_BLATHER(("Got an answer; expecting %d more.", in gai_cb()
1469 TT_BLATHER(("Apparently we have no getservbyname.")); in test_getaddrinfo_async()
1859 TT_BLATHER(("evutil_freeaddrinfo(%p)", res)); in gaic_getaddrinfo_cb()