Home
last modified time | relevance | path

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

/curl/lib/vquic/
H A Dcurl_quiche.c331 CURL_TRC_CF(sdata, cf, "conn closed, expire transfer"); in cf_quiche_expire_conn_closed()
589 CURL_TRC_CF(data, cf, "error processing event %s " in cf_poll_events()
867 CURL_TRC_CF(data, cf, "cf_recv, error on ingress"); in cf_quiche_recv()
905 CURL_TRC_CF(data, cf, "cf_recv, flush egress failed"); in cf_quiche_recv()
911 CURL_TRC_CF(data, cf, "[%"FMT_PRIu64"] cf_recv(total=%" in cf_quiche_recv()
1429 CURL_TRC_CF(data, cf, "handshake complete after %dms", in cf_quiche_connect()
1433 CURL_TRC_CF(data, cf, "peer verified"); in cf_quiche_connect()
1500 CURL_TRC_CF(data, cf, "shutdown, flushing sendbuf"); in cf_quiche_shutdown()
1513 CURL_TRC_CF(data, cf, "shutdown sending blocked"); in cf_quiche_shutdown()
1551 CURL_TRC_CF(data, cf, "query conn[%" FMT_OFF_T "]: " in cf_quiche_query()
[all …]
H A Dcurl_osslq.c358 CURL_TRC_CF(data, cf, "shutdown ongoing"); in cf_osslq_shutdown()
363 CURL_TRC_CF(data, cf, "shutdown finished"); in cf_osslq_shutdown()
381 CURL_TRC_CF(data, cf, "shutdown sent, want receive"); in cf_osslq_shutdown()
385 CURL_TRC_CF(data, cf, "shutdown send blocked"); in cf_osslq_shutdown()
413 CURL_TRC_CF(data, cf, "cf_osslq_close()"); in cf_osslq_close()
433 CURL_TRC_CF(data, cf, "destroy"); in cf_osslq_destroy()
435 CURL_TRC_CF(data, cf, "cf_osslq_destroy()"); in cf_osslq_destroy()
1251 CURL_TRC_CF(data, cf, "QUIC tls init -> %d", result); in cf_osslq_ctx_start()
1479 CURL_TRC_CF(sdata, cf, "unblocked"); in cf_osslq_check_and_unblock()
1723 CURL_TRC_CF(data, cf, "peer verified"); in cf_osslq_connect()
[all …]
H A Dcurl_ngtcp2.c648 CURL_TRC_CF(data, cf, "max bidi streams now %" FMT_PRIu64 in cb_extend_max_local_streams_bidi()
1045 CURL_TRC_CF(data, cf, "[%" FMT_PRId64 "] status: %s", in cb_h3_recv_header()
1967 CURL_TRC_CF(data, cf, "data idle"); in cf_ngtcp2_data_event()
2023 CURL_TRC_CF(data, cf, "shutdown, flushing sendbuf"); in cf_ngtcp2_shutdown()
2061 CURL_TRC_CF(data, cf, "shutdown, flushing egress"); in cf_ngtcp2_shutdown()
2103 CURL_TRC_CF(data, cf, "close"); in cf_ngtcp2_close()
2111 CURL_TRC_CF(data, cf, "destroy"); in cf_ngtcp2_destroy()
2156 CURL_TRC_CF(data, cf, "handshake: %s message type %d", in quic_gtls_handshake_cb()
2383 CURL_TRC_CF(data, cf, "handshake complete after %dms", in cf_ngtcp2_connect()
2387 CURL_TRC_CF(data, cf, "peer verified"); in cf_ngtcp2_connect()
[all …]
H A Dcurl_msh3.c214 CURL_TRC_CF(data, cf, "data setup"); in h3_data_setup()
231 CURL_TRC_CF(data, cf, "easy handle is done"); in h3_data_done()
282 CURL_TRC_CF(data, cf, "[MSH3] connected"); in msh3_conn_connected()
296 CURL_TRC_CF(data, cf, "[MSH3] shutdown complete"); in msh3_conn_shutdown_complete()
606 CURL_TRC_CF(data, cf, "req: nothing here, call again"); in cf_msh3_recv()
637 CURL_TRC_CF(data, cf, "req: send %zu bytes", len); in cf_msh3_send()
794 CURL_TRC_CF(data, cf, "req: send done"); in cf_msh3_data_event()
845 CURL_TRC_CF(data, cf, "connecting to %s:%d (verify=%d)", in cf_connect_start()
911 CURL_TRC_CF(data, cf, "handshake succeeded"); in cf_msh3_connect()
940 CURL_TRC_CF(data, cf, "destroying"); in cf_msh3_close()
[all …]
H A Dvquic.c253 CURL_TRC_CF(data, cf, "vquic_flush() simulate EWOULDBLOCK"); in vquic_send_packets()
286 CURL_TRC_CF(data, cf, "vquic_send(len=%zu, gso=%zu) -> %d, sent=%zu", in vquic_flush()
318 CURL_TRC_CF(data, cf, "vquic_send_tail_split: [%zu gso=%zu][%zu gso=%zu]", in vquic_send_tail_split()
404 CURL_TRC_CF(data, cf, "ingress, recvmmsg -> EAGAIN"); in recvmmsg_packets()
422 CURL_TRC_CF(data, cf, "recvmmsg() -> %d packets", mcount); in recvmmsg_packets()
452 CURL_TRC_CF(data, cf, "recvd %zu packets with %zu bytes -> %d", in recvmmsg_packets()
540 CURL_TRC_CF(data, cf, "recvd %zu packets with %zu bytes -> %d", in recvmsg_packets()
570 CURL_TRC_CF(data, cf, "ingress, recvfrom -> EAGAIN"); in recvfrom_packets()
598 CURL_TRC_CF(data, cf, "recvd %zu packets with %zu bytes -> %d", in recvfrom_packets()
/curl/lib/
H A Dhttp2.c364 CURL_TRC_CF(data, cf, "[%d] DRAIN select_bits=%x", in drain_stream()
613 CURL_TRC_CF(data, cf, "[0] created h2 session%s", in cf_h2_ctx_open()
1109 CURL_TRC_CF(data, cf, "[%d] DATA, window=%d/%d", in on_stream_frame()
1331 CURL_TRC_CF(data, cf, "[0] ENABLE_PUSH: %s", in on_frame_recv()
1429 CURL_TRC_CF(call_data, cf, in on_stream_close()
1437 CURL_TRC_CF(call_data, cf, in on_stream_close()
1444 CURL_TRC_CF(data_s, cf, in on_stream_close()
2126 CURL_TRC_CF(data, cf, "[%d] discarding data" in cf_h2_body_send()
2272 CURL_TRC_CF(data, cf, "[%d] submit -> %zd, %d", in h2_submit()
2396 CURL_TRC_CF(data, cf, "[%d] flush -> %d, " in cf_h2_flush()
[all …]
H A Dcf-h2-proxy.c229 CURL_TRC_CF(data, cf, "[%d] DRAIN select_bits=%x", in drain_tunnel()
403 CURL_TRC_CF(data, cf, "[0] init proxy ctx -> %d", result); in cf_h2_proxy_ctx_init()
434 CURL_TRC_CF(data, cf, "[0] nw send buffer flushed"); in proxy_h2_nw_out_flush()
721 CURL_TRC_CF(data, cf, "[%d] got http status: %d", in proxy_h2_on_frame_recv()
788 CURL_TRC_CF(data, cf, "[%d] status: HTTP/2 %03d", in proxy_h2_on_header()
802 CURL_TRC_CF(data, cf, "[%d] header: %.*s: %.*s", in proxy_h2_on_header()
843 CURL_TRC_CF(data, cf, "[%d] tunnel_send_callback -> %zd", in tunnel_send_callback()
1374 CURL_TRC_CF(data, cf, "[%d] increase window by %zd", in cf_h2_proxy_recv()
1392 CURL_TRC_CF(data, cf, "[%d] cf_recv(len=%zu) -> %zd %d", in cf_h2_proxy_recv()
1506 CURL_TRC_CF(data, cf, "[%d] flush -> %d, " in cf_h2_proxy_flush()
[all …]
H A Dcf-https-connect.c187 CURL_TRC_CF(data, cf, "connect+handshake %s: %dms, 1st data: %dms", in baller_connected()
191 CURL_TRC_CF(data, cf, "deferred handshake %s: %dms", in baller_connected()
276 CURL_TRC_CF(data, cf, "connect, init"); in cf_hc_connect()
304 CURL_TRC_CF(data, cf, "connect, check h21"); in cf_hc_connect()
315 CURL_TRC_CF(data, cf, "connect, all failed"); in cf_hc_connect()
339 CURL_TRC_CF(data, cf, "connect -> %d, done=%d", result, *done); in cf_hc_connect()
382 CURL_TRC_CF(data, cf, "shutdown -> %d, done=%d", result, *done); in cf_hc_shutdown()
403 CURL_TRC_CF(data, cf, "adjust_pollset -> %d socks", ps->num); in cf_hc_adjust_pollset()
415 CURL_TRC_CF((struct Curl_easy *)data, cf, "data_pending"); in cf_hc_data_pending()
498 CURL_TRC_CF(data, cf, "close"); in cf_hc_close()
[all …]
H A Dcf-h1-proxy.c147 CURL_TRC_CF(data, cf, "new tunnel state 'init'"); in h1_tunnel_go_state()
152 CURL_TRC_CF(data, cf, "new tunnel state 'connect'"); in h1_tunnel_go_state()
159 CURL_TRC_CF(data, cf, "new tunnel state 'receive'"); in h1_tunnel_go_state()
164 CURL_TRC_CF(data, cf, "new tunnel state 'response'"); in h1_tunnel_go_state()
889 CURL_TRC_CF(data, cf, "CONNECT start"); in H1_CONNECT()
898 CURL_TRC_CF(data, cf, "CONNECT send"); in H1_CONNECT()
907 CURL_TRC_CF(data, cf, "CONNECT receive"); in H1_CONNECT()
921 CURL_TRC_CF(data, cf, "CONNECT response"); in H1_CONNECT()
988 CURL_TRC_CF(data, cf, "connect"); in cf_h1_proxy_connect()
1052 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.c1047 CURL_TRC_CF(data, cf, "destroy"); in cf_socket_destroy()
1333 CURL_TRC_CF(data, cf, "local address %s port %d...", in cf_tcp_connect()
1352 CURL_TRC_CF(data, cf, "not connected yet"); in cf_tcp_connect()
1362 CURL_TRC_CF(data, cf, "connected"); in cf_tcp_connect()
1554 CURL_TRC_CF(data, cf, "send(len=%zu) -> %d, err=%d", in cf_socket_send()
1701 CURL_TRC_CF(data, cf, "is_alive: poll error, assume dead"); in cf_socket_conn_is_alive()
1713 CURL_TRC_CF(data, cf, "is_alive: valid events, looks alive"); in cf_socket_conn_is_alive()
1841 CURL_TRC_CF(data, cf, "%s socket %" FMT_SOCKET_T in cf_udp_setup_quic()
1905 CURL_TRC_CF(data, cf, "cf_udp_connect(), opened socket=%" in cf_udp_connect()
2120 CURL_TRC_CF(data, cf, "socket_check -> %x", socketstate); in cf_tcp_accept_connect()
[all …]
H A Dconnect.c502 CURL_TRC_CF(data, cf, "%s failed", baller->name); in baller_initiate()
636 CURL_TRC_CF(data, cf, "%s connect -> %d, connected=%d", in is_connected()
658 CURL_TRC_CF(data, cf, "%s done", baller->name); in is_connected()
662 CURL_TRC_CF(data, cf, "%s trying next", baller->name); in is_connected()
697 CURL_TRC_CF(data, cf, "%s done", baller->name); in is_connected()
718 CURL_TRC_CF(data, cf, "all eyeballers failed"); in is_connected()
724 CURL_TRC_CF(data, cf, "%s assess started=%d, result=%d", in is_connected()
998 CURL_TRC_CF(data, cf, "close"); in cf_he_close()
1101 CURL_TRC_CF(data, cf, "destroy"); in cf_he_destroy()
1354 CURL_TRC_CF(data, cf, "close"); in cf_setup_close()
[all …]
H A Dcurl_trc.h77 #define CURL_TRC_CF(data, cf, ...) \ macro
106 #define CURL_TRC_CF Curl_trc_cf_infof macro
H A Dcf-haproxy.c167 CURL_TRC_CF(data, cf, "destroy"); in cf_haproxy_destroy()
174 CURL_TRC_CF(data, cf, "close"); in cf_haproxy_close()
H A Dcfilters.c224 CURL_TRC_CF(data, cf, "shut down failed with %d", result); in Curl_conn_shutdown()
228 CURL_TRC_CF(data, cf, "shut down not done yet"); in Curl_conn_shutdown()
231 CURL_TRC_CF(data, cf, "shut down successfully"); in Curl_conn_shutdown()
322 CURL_TRC_CF(data, cf, "added"); in Curl_conn_cf_add()
/curl/lib/vtls/
H A Drustls.c269 CURL_TRC_CF(data, cf, "cf_recv(len=%zu) -> %zd, %d", in cr_recv()
290 CURL_TRC_CF(data, cf, "cf_send: EAGAIN after %zu bytes", in cr_flush_out()
304 CURL_TRC_CF(data, cf, "cf_send: wrote %zu TLS bytes", tlswritten); in cr_flush_out()
340 CURL_TRC_CF(data, cf, "cf_send(len=%zu)", plainlen); in cr_send()
396 CURL_TRC_CF(data, cf, "cf_send(len=%zu) -> %d, %zd", in cr_send()
812 CURL_TRC_CF(data, cf, "cr_connect_common, state=%d", connssl->state); in cr_connect_common()
898 CURL_TRC_CF(data, cf, "Curl_socket_check: %s would block", in cr_connect_common()
913 CURL_TRC_CF(data, cf, "writing would block"); in cr_connect_common()
925 CURL_TRC_CF(data, cf, "reading would block"); in cr_connect_common()
1005 CURL_TRC_CF(data, cf, "shutdown send failed: %d", result); in cr_shutdown()
[all …]
H A Dwolfssl.c335 CURL_TRC_CF(data, cf, "bio_write(len=%d) -> %zd, %d", in wolfssl_bio_cf_out_write()
435 CURL_TRC_CF(data, cf, "fail to serialize session: %u", slen); in wssl_cache_session()
447 CURL_TRC_CF(data, cf, "added new session to cache"); in wssl_cache_session()
559 CURL_TRC_CF(data, cf, "populate_x509_store, path=%s, blob=%d", in populate_x509_store()
1605 CURL_TRC_CF(data, cf, "wolfssl_send(len=%zu) -> %d", len, rc); in wolfssl_send()
1650 CURL_TRC_CF(data, cf, "peer closed connection"); in wolfssl_shutdown()
1663 CURL_TRC_CF(data, cf, "SSL shutdown finished"); in wolfssl_shutdown()
1685 CURL_TRC_CF(data, cf, "SSL shutdown received"); in wolfssl_shutdown()
1692 CURL_TRC_CF(data, cf, "SSL shutdown sent, want receive"); in wolfssl_shutdown()
1696 CURL_TRC_CF(data, cf, "SSL shutdown send blocked"); in wolfssl_shutdown()
[all …]
H A Dbearssl.c551 CURL_TRC_CF(data, cf, "connect_step1"); in bearssl_connect_step1()
560 CURL_TRC_CF(data, cf, "connect_step1, load ca_info_blob"); in bearssl_connect_step1()
574 CURL_TRC_CF(data, cf, "connect_step1, load cafile"); in bearssl_connect_step1()
598 CURL_TRC_CF(data, cf, "connect_step1, set ciphers"); in bearssl_connect_step1()
616 CURL_TRC_CF(data, cf, "connect_step1, check session cache"); in bearssl_connect_step1()
655 CURL_TRC_CF(data, cf, "connect_step1, SNI set"); in bearssl_connect_step1()
771 CURL_TRC_CF(data, cf, "connect_step2"); in bearssl_connect_step2()
824 CURL_TRC_CF(data, cf, "connect_step3"); in bearssl_connect_step3()
929 CURL_TRC_CF(data, cf, "connect_common, connected"); in bearssl_connect_common()
957 CURL_TRC_CF(data, cf, "connect_common, check socket"); in bearssl_connect_common()
[all …]
H A Dsectransp.c1053 CURL_TRC_CF(data, cf, "connect_step1");
1586 CURL_TRC_CF(data, cf, "append_cert for CA failed");
1602 CURL_TRC_CF(data, cf, "setting %d trust anchors", n);
1624 CURL_TRC_CF(data, cf, "trust result: Unspecified");
1628 CURL_TRC_CF(data, cf, "trust result: Proceed");
1810 CURL_TRC_CF(data, cf, "connect_step2");
2274 CURL_TRC_CF(data, cf, "connect_step3");
2377 CURL_TRC_CF(data, cf, "connected");
2443 CURL_TRC_CF(data, cf, "shutdown, send close notify");
2482 CURL_TRC_CF(data, cf, "shutdown done");
[all …]
H A Dmbedtls.c198 CURL_TRC_CF(data, cf, "mbedtls_bio_cf_out_write(len=%zu) -> %zd, err=%d", in mbedtls_bio_cf_write()
221 CURL_TRC_CF(data, cf, "mbedtls_bio_cf_in_read(len=%zu) -> %zd, err=%d", in mbedtls_bio_cf_read()
1006 CURL_TRC_CF(data, cf, "TLS version %04X",
1190 CURL_TRC_CF(data, cf, "mbedtls_ssl_write(len=%zu) -> -0x%04X",
1248 CURL_TRC_CF(data, cf, "mbedtls_shutdown error -0x%04X", -ret);
1273 CURL_TRC_CF(data, cf, "mbedtls_shutdown, still getting data");
1277 CURL_TRC_CF(data, cf, "mbedtls_shutdown done");
1281 CURL_TRC_CF(data, cf, "mbedtls_shutdown, need RECV");
1285 CURL_TRC_CF(data, cf, "mbedtls_shutdown, need SEND");
1289 CURL_TRC_CF(data, cf, "mbedtls_shutdown error -0x%04X", -ret);
[all …]
H A Dgtls.c107 CURL_TRC_CF(data, cf, "gtls_push(len=%zu) -> %zd, err=%d", in gtls_push()
139 CURL_TRC_CF(data, cf, "glts_pull(len=%zu) -> %zd, err=%d", in gtls_pull()
695 CURL_TRC_CF(data, cf, "using shared trust anchors and CRLs"); in Curl_gtls_client_trust_setup()
706 CURL_TRC_CF(data, cf, "loading trust anchors and CRLs"); in Curl_gtls_client_trust_setup()
785 CURL_TRC_CF(data, cf, "handshake: %s message type %d", in gtls_handshake_cb()
1766 CURL_TRC_CF(data, cf, "gtls_set_earlydata(len=%zu) -> %zd", in gtls_set_earlydata()
1791 CURL_TRC_CF(data, cf, "gtls_send_earlydata(len=%zu) -> %zd", in gtls_send_earlydata()
2084 CURL_TRC_CF(data, cf, "SSL shutdown, gnutls_bye EAGAIN"); in gtls_shutdown()
2092 CURL_TRC_CF(data, cf, "SSL shutdown, gnutls_bye error: '%s'(%d)", in gtls_shutdown()
2119 CURL_TRC_CF(data, cf, "SSL shutdown, error: '%s'(%d)", in gtls_shutdown()
[all …]
H A Dopenssl.c1929 CURL_TRC_CF(data, cf, "peer closed connection"); in ossl_shutdown()
1940 CURL_TRC_CF(data, cf, "send SSL close notify"); in ossl_shutdown()
1942 CURL_TRC_CF(data, cf, "SSL shutdown finished"); in ossl_shutdown()
1947 CURL_TRC_CF(data, cf, "SSL shutdown still wants to send"); in ossl_shutdown()
1958 CURL_TRC_CF(data, cf, "SSL shutdown read -> %d", nread); in ossl_shutdown()
1966 CURL_TRC_CF(data, cf, "SSL shutdown finished"); in ossl_shutdown()
1975 CURL_TRC_CF(data, cf, "SSL shutdown sent, want receive"); in ossl_shutdown()
1979 CURL_TRC_CF(data, cf, "SSL shutdown send blocked"); in ossl_shutdown()
4170 CURL_TRC_CF(data, cf, "SSL_connect() -> want recv");
4175 CURL_TRC_CF(data, cf, "SSL_connect() -> want send");
[all …]
H A Dvtls.c601 CURL_TRC_CF(data, cf, "%s cached session ID for %s://%s:%d", in Curl_ssl_getsessionid()
775 CURL_TRC_CF(data, cf, "Added Session ID to cache for %s://%s:%d [%s]", in Curl_ssl_set_sessionid()
815 CURL_TRC_CF(data, cf, "adjust_pollset, POLLOUT fd=%" FMT_SOCKET_T, in Curl_ssl_adjust_pollset()
820 CURL_TRC_CF(data, cf, "adjust_pollset, POLLIN fd=%" FMT_SOCKET_T, in Curl_ssl_adjust_pollset()
1724 CURL_TRC_CF(data, cf, "cf_connect()"); in ssl_cf_connect()
1752 CURL_TRC_CF(data, cf, "cf_connect() -> %d, done=%d", result, *done); in ssl_cf_connect()
1807 CURL_TRC_CF(data, cf, "cf_recv(len=%zu) -> %zd, %d", len, in ssl_cf_recv()
1825 CURL_TRC_CF(data, cf, "cf_shutdown -> %d, done=%d", result, *done); in ssl_cf_shutdown()
2165 CURL_TRC_CF(data, cf, "shutdown and remove SSL, start"); in Curl_ssl_cfilter_remove()
2172 CURL_TRC_CF(data, cf, "shutdown and remove SSL, done -> %d", result); in Curl_ssl_cfilter_remove()
H A Dschannel.c2605 CURL_TRC_CF(data, cf, "SSL shutdown, error %d", result); in schannel_shutdown()

Completed in 146 milliseconds