Home
last modified time | relevance | path

Searched refs:CURL_TRC_CF (Results 1 – 23 of 23) sorted by relevance

/curl/lib/vquic/
H A Dcurl_quiche.c303 CURL_TRC_CF(data, cf, "conn closed, expire all transfers"); in cf_quiche_expire_conn_closed()
307 CURL_TRC_CF(sdata, cf, "conn closed, expire transfer"); in cf_quiche_expire_conn_closed()
565 CURL_TRC_CF(data, cf, "error processing event %s " in cf_poll_events()
618 CURL_TRC_CF(r->data, r->cf, "ingress, quiche is DONE"); in recv_pkt()
843 CURL_TRC_CF(data, cf, "cf_recv, error on ingress"); in cf_quiche_recv()
881 CURL_TRC_CF(data, cf, "cf_recv, flush egress failed"); in cf_quiche_recv()
887 CURL_TRC_CF(data, cf, "[%"CURL_PRIu64"] cf_recv(total=%" in cf_quiche_recv()
1399 CURL_TRC_CF(data, cf, "waiting for reconnect time"); in cf_quiche_connect()
1423 CURL_TRC_CF(data, cf, "handshake complete after %dms", in cf_quiche_connect()
1427 CURL_TRC_CF(data, cf, "peer verified"); in cf_quiche_connect()
[all …]
H A Dcurl_osslq.c327 CURL_TRC_CF(data, cf, "cf_osslq_close()"); in cf_osslq_close()
341 CURL_TRC_CF(data, cf, "destroy"); in cf_osslq_destroy()
343 CURL_TRC_CF(data, cf, "cf_osslq_destroy()"); in cf_osslq_destroy()
1145 CURL_TRC_CF(data, cf, "error setting idle timeout, "); in cf_osslq_ctx_start()
1164 CURL_TRC_CF(data, cf, "QUIC tls init -> %d", result); in cf_osslq_ctx_start()
1389 CURL_TRC_CF(sdata, cf, "unblocked"); in cf_osslq_check_and_unblock()
1516 CURL_TRC_CF(data, cf, "h3_send_streams -> %d", result); in h3_send_streams()
1542 CURL_TRC_CF(data, cf, "progress_egress -> %d", result); in cf_progress_egress()
1608 CURL_TRC_CF(data, cf, "waiting for reconnect time"); in cf_osslq_connect()
1638 CURL_TRC_CF(data, cf, "peer verified"); in cf_osslq_connect()
[all …]
H A Dcurl_msh3.c192 CURL_TRC_CF(data, cf, "data setup"); in h3_data_setup()
209 CURL_TRC_CF(data, cf, "easy handle is done"); in h3_data_done()
260 CURL_TRC_CF(data, cf, "[MSH3] connected"); in msh3_conn_connected()
274 CURL_TRC_CF(data, cf, "[MSH3] shutdown complete"); in msh3_conn_shutdown_complete()
584 CURL_TRC_CF(data, cf, "req: nothing here, call again"); in cf_msh3_recv()
615 CURL_TRC_CF(data, cf, "req: send %zu bytes", len); in cf_msh3_send()
787 CURL_TRC_CF(data, cf, "req: send done"); in cf_msh3_data_event()
838 CURL_TRC_CF(data, cf, "connecting to %s:%d (verify=%d)", in cf_connect_start()
904 CURL_TRC_CF(data, cf, "handshake succeeded"); in cf_msh3_connect()
934 CURL_TRC_CF(data, cf, "destroying"); in cf_msh3_close()
[all …]
H A Dcurl_ngtcp2.c623 CURL_TRC_CF(data, cf, "max bidi streams now %" CURL_PRIu64 in cb_extend_max_local_streams_bidi()
1009 CURL_TRC_CF(data, cf, "[%" CURL_PRId64 "] status: %s", in cb_h3_recv_header()
1339 CURL_TRC_CF(data, cf, "[%" CURL_PRId64 "] read req body -> " in cb_h3_read_req_body()
1563 CURL_TRC_CF(data, cf, "cannot send on closed connection"); in cf_ngtcp2_send()
1570 CURL_TRC_CF(data, cf, "[%" CURL_PRId64 "] cf_send, add to " in cf_ngtcp2_send()
1972 CURL_TRC_CF(data, cf, "data idle"); in cf_ngtcp2_data_event()
2045 CURL_TRC_CF(data, cf, "close"); in cf_ngtcp2_close()
2057 CURL_TRC_CF(data, cf, "destroy"); in cf_ngtcp2_destroy()
2256 CURL_TRC_CF(data, cf, "waiting for reconnect time"); in cf_ngtcp2_connect()
2280 CURL_TRC_CF(data, cf, "handshake complete after %dms", in cf_ngtcp2_connect()
[all …]
H A Dvquic.c261 CURL_TRC_CF(data, cf, "vquic_flush() simulate EWOULDBLOCK"); in vquic_send_packets()
294 CURL_TRC_CF(data, cf, "vquic_send(len=%zu, gso=%zu) -> %d, sent=%zu", in vquic_flush()
326 CURL_TRC_CF(data, cf, "vquic_send_tail_split: [%zu gso=%zu][%zu gso=%zu]", in vquic_send_tail_split()
369 CURL_TRC_CF(data, cf, "ingress, recvmmsg -> EAGAIN"); in recvmmsg_packets()
387 CURL_TRC_CF(data, cf, "recvmmsg() -> %d packets", mcount); in recvmmsg_packets()
401 CURL_TRC_CF(data, cf, "recvd %zu packets with %zu bytes -> %d", in recvmmsg_packets()
465 CURL_TRC_CF(data, cf, "recvd %zu packets with %zu bytes -> %d", in recvmsg_packets()
495 CURL_TRC_CF(data, cf, "ingress, recvfrom -> EAGAIN"); in recvfrom_packets()
523 CURL_TRC_CF(data, cf, "recvd %zu packets with %zu bytes -> %d", in recvfrom_packets()
/curl/lib/vtls/
H A Drustls.c264 CURL_TRC_CF(data, cf, "cf_recv(len=%zu) -> %zd, %d", in cr_recv()
285 CURL_TRC_CF(data, cf, "cf_send: EAGAIN after %zu bytes", in cr_flush_out()
299 CURL_TRC_CF(data, cf, "cf_send: wrote %zu TLS bytes", tlswritten); in cr_flush_out()
335 CURL_TRC_CF(data, cf, "cf_send(len=%zu)", plainlen); in cr_send()
391 CURL_TRC_CF(data, cf, "cf_send(len=%zu) -> %d, %zd", in cr_send()
587 CURL_TRC_CF(data, cf, "cr_connect_common, state=%d", connssl->state); in cr_connect_common()
661 CURL_TRC_CF(data, cf, "Curl_socket_check: %s would block", in cr_connect_common()
676 CURL_TRC_CF(data, cf, "writing would block"); in cr_connect_common()
685 CURL_TRC_CF(data, cf, "rustls_connection wants us to read_tls."); in cr_connect_common()
688 CURL_TRC_CF(data, cf, "reading would block"); in cr_connect_common()
[all …]
H A Dbearssl.c501 CURL_TRC_CF(data, cf, "connect_step1"); in bearssl_connect_step1()
539 CURL_TRC_CF(data, cf, "connect_step1, load ca_info_blob"); in bearssl_connect_step1()
553 CURL_TRC_CF(data, cf, "connect_step1, load cafile"); in bearssl_connect_step1()
573 CURL_TRC_CF(data, cf, "connect_step1, set ciphers"); in bearssl_connect_step1()
589 CURL_TRC_CF(data, cf, "connect_step1, check session cache"); in bearssl_connect_step1()
626 CURL_TRC_CF(data, cf, "connect_step1, SNI set"); in bearssl_connect_step1()
761 CURL_TRC_CF(data, cf, "connect_step2"); in bearssl_connect_step2()
810 CURL_TRC_CF(data, cf, "connect_step3"); in bearssl_connect_step3()
918 CURL_TRC_CF(data, cf, "connect_common(blocking=%d)", !nonblocking); in bearssl_connect_common()
921 CURL_TRC_CF(data, cf, "connect_common, connected"); in bearssl_connect_common()
[all …]
H A Dwolfssl.c296 CURL_TRC_CF(data, cf, "bio_write(len=%d) -> %zd, %d", in wolfssl_bio_cf_out_write()
321 CURL_TRC_CF(data, cf, "bio_read(len=%d) -> %zd, %d", blen, nread, result); in wolfssl_bio_cf_in_read()
404 CURL_TRC_CF(data, cf, "populate_x509_store, path=%s, blob=%d", in populate_x509_store()
1323 CURL_TRC_CF(data, cf, "wolfssl_send(len=%zu) -> AGAIN", len); in wolfssl_send()
1328 CURL_TRC_CF(data, cf, "wolfssl_send(len=%zu) -> AGAIN", len); in wolfssl_send()
1332 CURL_TRC_CF(data, cf, "wolfssl_send(len=%zu) -> %d, %d", len, rc, err); in wolfssl_send()
1340 CURL_TRC_CF(data, cf, "wolfssl_send(len=%zu) -> %d", len, rc); in wolfssl_send()
1394 CURL_TRC_CF(data, cf, "wolfssl_recv(len=%zu) -> CLOSED", blen); in wolfssl_recv()
1401 CURL_TRC_CF(data, cf, "wolfssl_recv(len=%zu) -> AGAIN", blen); in wolfssl_recv()
1406 CURL_TRC_CF(data, cf, "wolfssl_recv(len=%zu) -> AGAIN", blen); in wolfssl_recv()
[all …]
H A Dsectransp.c1095 CURL_TRC_CF(data, cf, "connect_step1");
1715 CURL_TRC_CF(data, cf, "append_cert for CA failed");
1729 CURL_TRC_CF(data, cf, "append_cert for CA failed");
1745 CURL_TRC_CF(data, cf, "setting %d trust anchors", n);
1767 CURL_TRC_CF(data, cf, "trust result: Unspecified");
1771 CURL_TRC_CF(data, cf, "trust result: Proceed");
1953 CURL_TRC_CF(data, cf, "connect_step2");
2419 CURL_TRC_CF(data, cf, "connect_step3");
2522 CURL_TRC_CF(data, cf, "connected");
2569 CURL_TRC_CF(data, cf, "close");
[all …]
H A Dgtls.c106 CURL_TRC_CF(data, cf, "gtls_push(len=%zu) -> %zd, err=%d", in gtls_push()
138 CURL_TRC_CF(data, cf, "glts_pull(len=%zu) -> %zd, err=%d", in gtls_pull()
694 CURL_TRC_CF(data, cf, "using shared trust anchors and CRLs"); in Curl_gtls_client_trust_setup()
705 CURL_TRC_CF(data, cf, "loading trust anchors and CRLs"); in Curl_gtls_client_trust_setup()
751 CURL_TRC_CF(data, cf, "get session id (len=%zu) and store in cache", in gtls_update_session_id()
783 CURL_TRC_CF(data, cf, "handshake: %s message type %d", in gtls_handshake_cb()
1811 CURL_TRC_CF(data, cf, "close"); in gtls_close()
1816 CURL_TRC_CF(data, cf, "close, try receive before bye"); in gtls_close()
1818 CURL_TRC_CF(data, cf, "close, send bye"); in gtls_close()
1821 CURL_TRC_CF(data, cf, "close, receive after bye"); in gtls_close()
H A Dmbedtls.c202 CURL_TRC_CF(data, cf, "mbedtls_bio_cf_out_write(len=%zu) -> %zd, err=%d", in mbedtls_bio_cf_write()
225 CURL_TRC_CF(data, cf, "mbedtls_bio_cf_in_read(len=%zu) -> %zd, err=%d", in mbedtls_bio_cf_read()
959 CURL_TRC_CF(data, cf, "TLS version %04X",
1183 CURL_TRC_CF(data, cf, "mbedtls_ssl_write(len=%zu) -> -0x%04X",
1217 CURL_TRC_CF(data, cf, "close_notify() -> %04x", -ret);
1252 CURL_TRC_CF(data, cf, "mbedtls_ssl_read(len=%zu) -> -0x%04X",
H A Dopenssl.c727 CURL_TRC_CF(data, cf, "ossl_bio_cf_out_write(len=%d) -> %d, err=%d", in ossl_bio_cf_out_write()
755 CURL_TRC_CF(data, cf, "ossl_bio_cf_in_read(len=%d) -> %d, err=%d", in ossl_bio_cf_in_read()
1898 CURL_TRC_CF(data, cf, "peer has shutdown TLS"); in ossl_close()
1905 CURL_TRC_CF(data, cf, "peer closed connection"); in ossl_close()
1913 CURL_TRC_CF(data, cf, "not from sending TLS shutdown on " in ossl_close()
1917 CURL_TRC_CF(data, cf, "SSL shutdown finished"); in ossl_close()
1925 CURL_TRC_CF(data, cf, "SSL shutdown, EOF from server"); in ossl_close()
1930 CURL_TRC_CF(data, cf, "SSL shutdown sent"); in ossl_close()
1933 CURL_TRC_CF(data, cf, "SSL shutdown send blocked"); in ossl_close()
1937 CURL_TRC_CF(data, cf, "SSL shutdown, error: '%s', errno %d", in ossl_close()
[all …]
H A Dvtls.c750 CURL_TRC_CF(data, cf, "Added Session ID to cache for %s://%s:%d [%s]", in Curl_ssl_addsessionid()
782 CURL_TRC_CF(data, cf, "adjust_pollset, POLLOUT fd=%" in Curl_ssl_adjust_pollset()
787 CURL_TRC_CF(data, cf, "adjust_pollset, POLLIN fd=%" in Curl_ssl_adjust_pollset()
1661 CURL_TRC_CF(data, cf, "cf_connect()"); in ssl_cf_connect()
1691 CURL_TRC_CF(data, cf, "cf_connect() -> %d, done=%d", result, *done); in ssl_cf_connect()
1742 CURL_TRC_CF(data, cf, "cf_recv(len=%zu) -> %zd, %d", len, in ssl_cf_recv()
/curl/lib/
H A Dcf-h2-proxy.c226 CURL_TRC_CF(data, cf, "[%d] DRAIN select_bits=%x", in drain_tunnel()
398 CURL_TRC_CF(data, cf, "[0] init proxy ctx -> %d", result); in cf_h2_proxy_ctx_init()
429 CURL_TRC_CF(data, cf, "[0] nw send buffer flushed"); in proxy_h2_nw_out_flush()
718 CURL_TRC_CF(data, cf, "[%d] got http status: %d", in proxy_h2_on_frame_recv()
785 CURL_TRC_CF(data, cf, "[%d] status: HTTP/2 %03d", in proxy_h2_on_header()
799 CURL_TRC_CF(data, cf, "[%d] header: %.*s: %.*s", in proxy_h2_on_header()
840 CURL_TRC_CF(data, cf, "[%d] tunnel_send_callback -> %zd", in tunnel_send_callback()
1302 CURL_TRC_CF(data, cf, "[%d] increase window by %zd", in cf_h2_proxy_recv()
1313 CURL_TRC_CF(data, cf, "[%d] egress blocked, DRAIN", in cf_h2_proxy_recv()
1329 CURL_TRC_CF(data, cf, "[%d] cf_recv(len=%zu) -> %zd %d", in cf_h2_proxy_recv()
[all …]
H A Dhttp2.c276 CURL_TRC_CF(data, cf, "[%d] DRAIN select_bits=%x", in drain_stream()
534 CURL_TRC_CF(data, cf, "[0] created h2 session%s", in cf_h2_ctx_init()
883 CURL_TRC_CF(data, cf, "[%d] PUSH_PROMISE received", in push_promise()
1030 CURL_TRC_CF(data, cf, "[%d] DATA, window=%d/%d", in on_stream_frame()
1233 CURL_TRC_CF(data, cf, "[0] ENABLE_PUSH: %s", in on_frame_recv()
1335 CURL_TRC_CF(call_data, cf, in on_stream_close()
1343 CURL_TRC_CF(call_data, cf, in on_stream_close()
1350 CURL_TRC_CF(data_s, cf, in on_stream_close()
1563 CURL_TRC_CF(data_s, cf, "[%d] header: %.*s: %.*s", in on_header()
2177 CURL_TRC_CF(data, cf, "[%d] submit -> %zd, %d", in h2_submit()
[all …]
H A Dcf-https-connect.c168 CURL_TRC_CF(data, cf, "connect+handshake %s: %dms, 1st data: %dms", in baller_connected()
218 CURL_TRC_CF(data, cf, "hard timeout of %dms reached, starting h21", in time_to_start_h21()
225 CURL_TRC_CF(data, cf, "soft timeout of %dms reached, h3 has not " in time_to_start_h21()
258 CURL_TRC_CF(data, cf, "connect, init"); in cf_hc_connect()
286 CURL_TRC_CF(data, cf, "connect, check h21"); in cf_hc_connect()
297 CURL_TRC_CF(data, cf, "connect, all failed"); in cf_hc_connect()
321 CURL_TRC_CF(data, cf, "connect -> %d, done=%d", result, *done); in cf_hc_connect()
342 CURL_TRC_CF(data, cf, "adjust_pollset -> %d socks", ps->num); in cf_hc_adjust_pollset()
354 CURL_TRC_CF((struct Curl_easy *)data, cf, "data_pending"); in cf_hc_data_pending()
410 CURL_TRC_CF(data, cf, "close"); in cf_hc_close()
[all …]
H A Dcf-h1-proxy.c148 CURL_TRC_CF(data, cf, "new tunnel state 'init'"); in h1_tunnel_go_state()
153 CURL_TRC_CF(data, cf, "new tunnel state 'connect'"); in h1_tunnel_go_state()
160 CURL_TRC_CF(data, cf, "new tunnel state 'receive'"); in h1_tunnel_go_state()
165 CURL_TRC_CF(data, cf, "new tunnel state 'response'"); in h1_tunnel_go_state()
891 CURL_TRC_CF(data, cf, "CONNECT start"); in H1_CONNECT()
900 CURL_TRC_CF(data, cf, "CONNECT send"); in H1_CONNECT()
909 CURL_TRC_CF(data, cf, "CONNECT receive"); in H1_CONNECT()
923 CURL_TRC_CF(data, cf, "CONNECT response"); in H1_CONNECT()
990 CURL_TRC_CF(data, cf, "connect"); in cf_h1_proxy_connect()
1054 CURL_TRC_CF(data, cf, "destroy"); in cf_h1_proxy_destroy()
[all …]
H A Dhttp_proxy.c179 CURL_TRC_CF(data, cf, "connect"); in http_proxy_cf_connect()
196 CURL_TRC_CF(data, cf, "installing subfilter for HTTP/1.1"); in http_proxy_cf_connect()
206 CURL_TRC_CF(data, cf, "installing subfilter for HTTP/2"); in http_proxy_cf_connect()
265 CURL_TRC_CF(data, cf, "destroy"); in http_proxy_cf_destroy()
274 CURL_TRC_CF(data, cf, "close"); in http_proxy_cf_close()
H A Dcf-socket.c984 CURL_TRC_CF(rctx->data, rctx->cf, "nw_in_read(len=%zu, fd=%" in nw_in_read()
1018 CURL_TRC_CF(data, cf, "destroy"); in cf_socket_destroy()
1291 CURL_TRC_CF(data, cf, "local address %s port %d...", in cf_tcp_connect()
1310 CURL_TRC_CF(data, cf, "not connected yet"); in cf_tcp_connect()
1320 CURL_TRC_CF(data, cf, "connected"); in cf_tcp_connect()
1504 CURL_TRC_CF(data, cf, "send(len=%zu) -> %d, err=%d", in cf_socket_send()
1544 CURL_TRC_CF(data, cf, "recv from buffer"); in cf_socket_recv()
1663 CURL_TRC_CF(data, cf, "is_alive: poll error, assume dead"); in cf_socket_conn_is_alive()
1675 CURL_TRC_CF(data, cf, "is_alive: valid events, looks alive"); in cf_socket_conn_is_alive()
1797 CURL_TRC_CF(data, cf, "%s socket %" CURL_FORMAT_SOCKET_T in cf_udp_setup_quic()
[all …]
H A Dconnect.c488 CURL_TRC_CF(data, cf, "%s failed", baller->name); in baller_initiate()
642 CURL_TRC_CF(data, cf, "%s done", baller->name); in is_connected()
681 CURL_TRC_CF(data, cf, "%s done", baller->name); in is_connected()
684 CURL_TRC_CF(data, cf, "%s starting (timeout=%" in is_connected()
703 CURL_TRC_CF(data, cf, "all eyeballers failed"); in is_connected()
823 CURL_TRC_CF(data, cf, "created %s (timeout %" in start_connect()
835 CURL_TRC_CF(data, cf, "created %s (timeout %" in start_connect()
937 CURL_TRC_CF(data, cf, "close"); in cf_he_close()
1040 CURL_TRC_CF(data, cf, "destroy"); in cf_he_destroy()
1292 CURL_TRC_CF(data, cf, "close"); in cf_setup_close()
[all …]
H A Dcurl_trc.h77 #define CURL_TRC_CF(data, cf, ...) \ macro
96 #define CURL_TRC_CF Curl_trc_cf_infof macro
H A Dcf-haproxy.c165 CURL_TRC_CF(data, cf, "destroy"); in cf_haproxy_destroy()
172 CURL_TRC_CF(data, cf, "close"); in cf_haproxy_close()
H A Dcfilters.c252 CURL_TRC_CF(data, cf, "added"); in Curl_conn_cf_add()

Completed in 240 milliseconds