Lines Matching full:logs
559 char* logs = client_stream_string(str); in client_stream_print_short() local
560 printf("%s has error, there is no answer\n", logs); in client_stream_print_short()
561 free(logs); in client_stream_print_short()
565 char* logs = client_stream_string(str); in client_stream_print_short() local
567 logs); in client_stream_print_short()
568 free(logs); in client_stream_print_short()
573 char* logs = client_stream_string(str); in client_stream_print_short() local
576 printf("%s rcode %s\n", logs, rc); in client_stream_print_short()
577 free(logs); in client_stream_print_short()
582 char* logs = client_stream_string(str); in client_stream_print_short() local
583 printf("%s nodata answer\n", logs); in client_stream_print_short()
584 free(logs); in client_stream_print_short()
598 char* logs = client_stream_string(str); in client_stream_print_long() local
599 printf("%s has error, there is no answer\n", logs); in client_stream_print_long()
600 free(logs); in client_stream_print_long()
616 char* logs = client_stream_string(str); in client_stream_data_complete() local
622 else verbose(1, "query %s received:\n%s", logs, s); in client_stream_data_complete()
624 free(logs); in client_stream_data_complete()
634 char* logs = client_stream_string(str); in client_stream_answer_error() local
637 logs, (int)sldns_buffer_position(str->answer), in client_stream_answer_error()
641 logs); in client_stream_answer_error()
642 free(logs); in client_stream_answer_error()
700 char* logs = client_stream_string(str); in client_stream_recv_fin() local
702 verbose(1, "query %s: received FIN from remote", logs); in client_stream_recv_fin()
704 verbose(1, "query %s: stream reset from remote", logs); in client_stream_recv_fin()
705 free(logs); in client_stream_recv_fin()
792 char* logs = client_stream_string(str); in query_streams_start() local
794 logs, (long long int)stream_id); in query_streams_start()
795 free(logs); in query_streams_start()
956 char* logs = client_stream_string(str); in recv_stream_data() local
958 logs, (int)str->stream_id, (int)str->nread); in recv_stream_data()
959 free(logs); in recv_stream_data()
1100 /* make debug logs */
1776 char* logs = client_stream_string(str);
1777 verbose(1, "query %s write is done", logs);
1778 free(logs);
1836 char* logs = client_stream_string(str);
1837 verbose(1, "query %s write stream", logs);
1838 free(logs);