Home
last modified time | relevance | path

Searched refs:DEBUGF (Results 1 – 25 of 32) sorted by relevance

12

/curl/lib/vtls/
H A Dmbedtls_threadlock.c99 DEBUGF(fprintf(stderr, in Curl_mbedtlsthreadlock_lock_function()
105 DEBUGF(fprintf(stderr, in Curl_mbedtlsthreadlock_lock_function()
119 DEBUGF(fprintf(stderr, in Curl_mbedtlsthreadlock_unlock_function()
125 DEBUGF(fprintf(stderr, in Curl_mbedtlsthreadlock_unlock_function()
H A Dschannel.c496 DEBUGF(infof(data, in schannel_acquire_credential_handle()
504 DEBUGF(infof(data, in schannel_acquire_credential_handle()
1072 DEBUGF(infof(data, in schannel_connect_step1()
1338 DEBUGF(infof(data, in schannel_connect_step2()
1414 DEBUGF(infof(data, in schannel_connect_step2()
1717 DEBUGF(infof(data, in schannel_connect_step3()
2164 DEBUGF(infof(data, in schannel_recv()
2194 DEBUGF(infof(data, in schannel_recv()
2344 DEBUGF(infof(data, in schannel_recv()
2348 DEBUGF(infof(data, in schannel_recv()
[all …]
/curl/lib/
H A Dcurl_range.c58 DEBUGF(infof(data, "RANGE %" FMT_OFF_T " to end of file", from)); in Curl_range()
64 DEBUGF(infof(data, "RANGE the last %" FMT_OFF_T " bytes", to)); in Curl_range()
80 DEBUGF(infof(data, "RANGE from %" FMT_OFF_T in Curl_range()
84 DEBUGF(infof(data, "range-download from %" FMT_OFF_T in Curl_range()
H A Dconncache.c327 DEBUGF(infof(data, "Discarding connection #%" in Curl_cpool_check_limits()
345 DEBUGF(infof(data, "Discarding connection #%" in Curl_cpool_check_limits()
387 DEBUGF(infof(data, "Added connection %" FMT_OFF_T ". " in Curl_cpool_add_conn()
781 DEBUGF(infof(data, "[CCACHE] added #%" FMT_OFF_T in cpool_discard_conn()
851 DEBUGF(infof(data, "connection #%" FMT_OFF_T in cpool_run_conn_shutdown_handler()
1057 DEBUGF(infof(data, "[CCACHE] closing #%" FMT_OFF_T, in cpool_close_and_destroy()
1156 DEBUGF(infof(data, "cpool shutdown all")); in cpool_shutdown_all()
1162 DEBUGF(infof(data, "moving connection #%" FMT_OFF_T in cpool_shutdown_all()
1175 DEBUGF(infof(data, "cpool shutdown ok")); in cpool_shutdown_all()
1182 DEBUGF(infof(data, "cpool shutdown %s", in cpool_shutdown_all()
[all …]
H A Deasy.c163 DEBUGF(fprintf(stderr, "Error: Curl_trc_init failed\n")); in global_init()
168 DEBUGF(fprintf(stderr, "Error: Curl_ssl_init failed\n")); in global_init()
173 DEBUGF(fprintf(stderr, "Error: win32_init failed\n")); in global_init()
178 DEBUGF(fprintf(stderr, "Error: Curl_amiga_init failed\n")); in global_init()
183 DEBUGF(fprintf(stderr, "Error: Curl_macos_init failed\n")); in global_init()
188 DEBUGF(fprintf(stderr, "Error: resolver_global_init failed\n")); in global_init()
193 DEBUGF(fprintf(stderr, "Error: Curl_ssh_init failed\n")); in global_init()
362 DEBUGF(fprintf(stderr, "Error: curl_global_init failed\n")); in curl_easy_init()
372 DEBUGF(fprintf(stderr, "Error: Curl_open failed\n")); in curl_easy_init()
502 DEBUGF(infof(easy, "socket cb: asked to REMOVE socket %" in events_socket()
H A Dc-hyper.c89 DEBUGF(infof(data, "Curl_hyper_recv(%zu)", buflen)); in Curl_hyper_recv()
94 DEBUGF(infof(data, "Curl_hyper_recv(%zu) -> EAGAIN", buflen)); in Curl_hyper_recv()
108 DEBUGF(infof(data, "Curl_hyper_recv(%zu) -> %zd", buflen, nread)); in Curl_hyper_recv()
120 DEBUGF(infof(data, "Curl_hyper_send(%zu)", buflen)); in Curl_hyper_send()
124 DEBUGF(infof(data, "Curl_hyper_send(%zu) -> EAGAIN", buflen)); in Curl_hyper_send()
139 DEBUGF(infof(data, "Curl_hyper_send(%zu) -> %zd", buflen, nwrote)); in Curl_hyper_send()
433 DEBUGF(infof(data, "hyper: some background task done")); in Curl_hyper_stream()
531 DEBUGF(infof(data, "hyper: unhandled tasktype %x", t)); in Curl_hyper_stream()
541 DEBUGF(infof(data, "Curl_hyper_stream() -> %d", result)); in Curl_hyper_stream()
707 DEBUGF(infof(data, "hyper: uploadstreamed(), upload is done")); in uploadstreamed()
[all …]
H A Dcurl_setup_once.h282 #define DEBUGF(x) x macro
284 #define DEBUGF(x) do { } while(0) macro
H A Drtsp.c652 DEBUGF(infof(data, "RTP rtsp_filter_rtp[SKIP] RTSP/ prefix, " in rtsp_filter_rtp()
697 DEBUGF(infof(data, "RTSP: invalid RTP channel %d, skipping", idx)); in rtsp_filter_rtp()
759 DEBUGF(infof(data, "RTP write channel %d rtp_len %zu", in rtsp_filter_rtp()
806 DEBUGF(infof(data, "rtsp_rtp_write_resp(len=%zu, in_header=%d, eos=%d)", in rtsp_rtp_write_resp()
818 DEBUGF(infof(data, "RTSP: %zu bytes, possibly excess in response body", in rtsp_rtp_write_resp()
855 DEBUGF(infof(data, "rtsp_rtp_write_resp(len=%zu, in_header=%d, done=%d " in rtsp_rtp_write_resp()
H A Dtransfer.c252 DEBUGF(infof(data, "sendrecv_dl: we are done")); in Curl_xfer_recv_resp()
314 DEBUGF(infof(data, "EAGAIN, download done, no trailer announced, " in sendrecv_dl()
332 DEBUGF(infof(data, "nread == 0, stream closed, bailing")); in sendrecv_dl()
334 DEBUGF(infof(data, "nread <= 0, server closed connection, bailing")); in sendrecv_dl()
379 DEBUGF(infof(data, "sendrecv_dl() -> %d", result)); in sendrecv_dl()
523 DEBUGF(infof(data, "Curl_sendrecv() -> %d", result)); in Curl_sendrecv()
1245 DEBUGF(infof(data, "Curl_xfer_send(len=%zu, eos=%d) -> %d, %zu", in Curl_xfer_send()
H A Drequest.c218 DEBUGF(infof(data, "sending last upload chunk of %zu bytes", blen)); in xfer_send()
306 DEBUGF(infof(data, "Curl_req_flush(len=%zu) -> EAGAIN", in req_flush()
312 DEBUGF(infof(data, "Curl_req_flush(), xfer send_pending")); in req_flush()
H A Dtftp.c911 DEBUGF(infof(data, "TFTP_STATE_START")); in tftp_state_machine()
915 DEBUGF(infof(data, "TFTP_STATE_RX")); in tftp_state_machine()
919 DEBUGF(infof(data, "TFTP_STATE_TX")); in tftp_state_machine()
926 DEBUGF(infof(data, "STATE: %d", state->state)); in tftp_state_machine()
1288 DEBUGF(infof(data, "DO phase is complete")); in tftp_doing()
1325 DEBUGF(infof(data, "DO phase is complete")); in tftp_perform()
H A Dasyn-ares.c877 DEBUGF(infof(data, "bad servers set")); in Curl_set_dns_servers()
916 DEBUGF(infof(data, "bad DNS IPv4 address")); in Curl_set_dns_local_ip4()
944 DEBUGF(infof(data, "bad DNS IPv6 address")); in Curl_set_dns_local_ip6()
H A Drand.c259 DEBUGF(infof(data, "invalid buffer size with Curl_rand_hex")); in Curl_rand_hex()
H A Dpop3.c1254 DEBUGF(infof(data, "DO phase starts")); in pop3_perform()
1273 DEBUGF(infof(data, "DO phase is complete")); in pop3_perform()
1356 DEBUGF(infof(data, "DO phase failed")); in pop3_doing()
1360 DEBUGF(infof(data, "DO phase is complete")); in pop3_doing()
H A Dimap.c1567 DEBUGF(infof(data, "DO phase starts")); in imap_perform()
1614 DEBUGF(infof(data, "DO phase is complete")); in imap_perform()
1706 DEBUGF(infof(data, "DO phase failed")); in imap_doing()
1710 DEBUGF(infof(data, "DO phase is complete")); in imap_doing()
2012 DEBUGF(infof(data, "IMAP URL parameter '%s' = '%s'", name, value)); in imap_parse_url_path()
H A Durl.c512 DEBUGF(fprintf(stderr, "Error: calloc of Curl_easy failed\n")); in Curl_open()
522 DEBUGF(fprintf(stderr, "Error: resolver_init failed\n")); in Curl_open()
632 DEBUGF(infof(data, "Curl_disconnect(conn #%" FMT_OFF_T ", aborted=%d)", in Curl_on_disconnect()
793 DEBUGF(infof(data, "connection has input pending, not reusable")); in Curl_conn_seems_dead()
990 DEBUGF(infof(data, in url_match_conn()
1041 DEBUGF(infof(data, "nor reusing conn #%" CURL_FORMAT_CURL_OFF_T in url_match_conn()
1047 DEBUGF(infof(data, "nor reusing conn #%" CURL_FORMAT_CURL_OFF_T in url_match_conn()
1101 DEBUGF(infof(data, in url_match_conn()
3081 DEBUGF(infof(data, "check Alt-Svc for host %s", host));
3649 DEBUGF(fprintf(stderr, "Error: init connection ssl config\n"));
H A Dcfilters.c206 DEBUGF(infof(data, "shutdown start on%s connection", in Curl_conn_shutdown()
427 DEBUGF(infof(data, "Curl_conn_connect(index=%d), flush", sockindex)); in Curl_conn_connect()
599 DEBUGF(infof(data, "no sockets to poll!")); in Curl_conn_cf_poll()
H A Dtelnet.c806 DEBUGF(infof(data, "set a non ASCII username in telnet")); in check_telnet_options()
1546 DEBUGF(infof(data, "telnet_do, poll %d fds", poll_cnt)); in telnet_do()
1570 DEBUGF(infof(data, "telnet_do, unexpected ECONNRESET on recv")); in telnet_do()
H A Dmulti.c611 DEBUGF(infof(data, "Connection still in use %zu, " in multi_done_locked()
650 DEBUGF(infof(data, "multi_done, not reusing connection=%" in multi_done_locked()
694 DEBUGF(infof(data, "multi_done[%s]: status: %d prem: %d done: %d", in multi_done()
698 DEBUGF(infof(data, "multi_done: status: %d prem: %d done: %d", in multi_done()
1856 DEBUGF(infof(data, "multi changed, check CONNECT_PEND queue"));
3028 DEBUGF(infof(data, "Curl_multi_closed, fd=%" FMT_SOCKET_T
3035 DEBUGF(infof(data, "Curl_multi_closed, fd=%" FMT_SOCKET_T
H A Dhttp.c1572 DEBUGF(infof(data, "invalid time condition")); in Curl_add_timecondition()
2516 DEBUGF(infof(data, "HTTP/2 over clean TCP")); in Curl_http()
3244 DEBUGF(infof(data, "HTTP/2 found, allow multiplexing")); in Curl_http_statusline()
4436 DEBUGF(infof(data, "cr_exp100_read, request not full sent yet")); in cr_exp100_read()
4443 DEBUGF(infof(data, "cr_exp100_read, start AWAITING_CONTINUE, " in cr_exp100_read()
4454 DEBUGF(infof(data, "cr_exp100_read, expectation failed, error")); in cr_exp100_read()
4461 DEBUGF(infof(data, "cr_exp100_read, AWAITING_CONTINUE, not expired")); in cr_exp100_read()
4473 DEBUGF(infof(data, "cr_exp100_read, pass through")); in cr_exp100_read()
H A Dsmtp.c1571 DEBUGF(infof(data, "DO phase failed")); in smtp_doing()
1575 DEBUGF(infof(data, "DO phase is complete")); in smtp_doing()
1912 DEBUGF(infof(data, "cr_eob_read(%zu) -> %d, %zd, %d", in cr_eob_read()
/curl/lib/vssh/
H A Dwolfssh.c355 DEBUGF(infof(data, "wolfssh callback: type %s", in userauth()
915 DEBUGF(infof(data, "wssh_statemach_act says DONE")); in wssh_multi_statemach()
940 DEBUGF(infof(data, "DO phase starts")); in wsftp_perform()
953 DEBUGF(infof(data, "DO phase is complete")); in wsftp_perform()
1110 DEBUGF(infof(data, "DO phase is complete")); in wsftp_doing()
1122 DEBUGF(infof(data, "SSH DISCONNECT starts now")); in wsftp_disconnect()
1130 DEBUGF(infof(data, "SSH DISCONNECT is done")); in wsftp_disconnect()
1159 DEBUGF(fprintf(stderr, "Error: wolfSSH_Init failed\n")); in Curl_ssh_init()
H A Dlibssh.c983 DEBUGF(infof(data, "SSH CONNECT phase done")); in myssh_statemach_act()
1755 DEBUGF(infof(data, "SFTP DONE done")); in myssh_statemach_act()
2055 DEBUGF(infof(data, "ssh_getsock -> %x", bitmap)); in myssh_getsock()
2279 DEBUGF(infof(data, "DO phase is complete")); in scp_doing()
2299 DEBUGF(infof(data, "DO phase starts")); in scp_perform()
2311 DEBUGF(infof(data, "DO phase is complete")); in scp_perform()
2480 DEBUGF(infof(data, "DO phase starts")); in sftp_perform()
2493 DEBUGF(infof(data, "DO phase is complete")); in sftp_perform()
2505 DEBUGF(infof(data, "DO phase is complete")); in sftp_doing()
2520 DEBUGF(infof(data, "SSH DISCONNECT starts now")); in sftp_disconnect()
[all …]
H A Dlibssh2.c1458 DEBUGF(infof(data, "SSH CONNECT phase done")); in ssh_statemach_act()
2639 DEBUGF(infof(data, "SFTP DONE done")); in ssh_statemach_act()
2908 DEBUGF(infof(data, "SCP DONE phase complete")); in ssh_statemach_act()
3416 DEBUGF(infof(data, "DO phase starts")); in scp_perform()
3429 DEBUGF(infof(data, "DO phase is complete")); in scp_perform()
3443 DEBUGF(infof(data, "DO phase is complete")); in scp_doing()
3606 DEBUGF(infof(data, "DO phase starts")); in sftp_perform()
3619 DEBUGF(infof(data, "DO phase is complete")); in sftp_perform()
3632 DEBUGF(infof(data, "DO phase is complete")); in sftp_doing()
3647 DEBUGF(infof(data, "SSH DISCONNECT starts now")); in sftp_disconnect()
[all …]
/curl/lib/vquic/
H A Dcurl_msh3.c385 DEBUGF(infof(data, "[MSH3] header received, stream=%d", !!stream)); in msh3_header_received()
1069 DEBUGF(infof(data, "no filter context found")); in h3_get_msh3_ctx()

Completed in 124 milliseconds

12