Home
last modified time | relevance | path

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

/third_party/curl/lib/vquic/
H A Dcurl_osslq.c323 CURL_TRC_CF(data, cf, "cf_osslq_close()"); in cf_osslq_close()
337 CURL_TRC_CF(data, cf, "destroy"); in cf_osslq_destroy()
339 CURL_TRC_CF(data, cf, "cf_osslq_destroy()"); in cf_osslq_destroy()
358 CURL_TRC_CF(data, cf, "[%" PRId64 "] rejecting additional remote stream", in cf_osslq_h3conn_add_stream()
369 CURL_TRC_CF(data, cf, "[%" PRId64 "] accepted new remote uni stream", in cf_osslq_h3conn_add_stream()
374 CURL_TRC_CF(data, cf, "[%" PRId64 "] rejecting remote non-uni-read" in cf_osslq_h3conn_add_stream()
546 CURL_TRC_CF(data, cf, "[%"PRId64"] easy handle is done", stream->s.id); in h3_data_done()
643 CURL_TRC_CF(data, cf, "[%" PRId64 "] RESET: error %" PRId64, in cb_h3_stream_close()
647 CURL_TRC_CF(data, cf, "[%" PRId64 "] CLOSED", stream->s.id); in cb_h3_stream_close()
705 CURL_TRC_CF(dat in cb_h3_recv_data()
[all...]
H A Dcurl_msh3.c181 CURL_TRC_CF(data, cf, "data setup"); in h3_data_setup()
191 CURL_TRC_CF(data, cf, "easy handle is done"); in h3_data_done()
243 CURL_TRC_CF(data, cf, "[MSH3] connected"); in msh3_conn_connected()
257 CURL_TRC_CF(data, cf, "[MSH3] shutdown complete"); in msh3_conn_shutdown_complete()
482 CURL_TRC_CF(data, cf, "cf_recv, was reset -> %d", *err); in recv_closed_stream()
489 CURL_TRC_CF(data, cf, "cf_recv, closed uncleanly -> %d", *err); in recv_closed_stream()
493 CURL_TRC_CF(data, cf, "cf_recv, closed ok -> %d", *err); in recv_closed_stream()
531 CURL_TRC_CF(data, cf, "req: recv with %zu byte buffer", len); in cf_msh3_recv()
546 CURL_TRC_CF(data, cf, "read recvbuf(len=%zu) -> %zd, %d", in cf_msh3_recv()
558 CURL_TRC_CF(dat in cf_msh3_recv()
[all...]
H A Dcurl_ngtcp2.c211 CURL_TRC_CF(data, cf, "[%"PRId64"] easy handle is done", stream->id); in h3_data_done()
412 CURL_TRC_CF(data, cf, "[%" PRId64 "] ACK %zu bytes of DATA", in report_consumed_data()
435 CURL_TRC_CF(data, cf, "[%" PRId64 "] read_stream(len=%zu) -> %zd", in cb_recv_stream_data()
440 CURL_TRC_CF(cdata, cf, "[%" PRId64 "] nghttp3 error on stream not " in cb_recv_stream_data()
500 CURL_TRC_CF(data, cf, "[%" PRId64 "] quic close(err=%" in cb_stream_close()
525 CURL_TRC_CF(data, cf, "[%" PRId64 "] reset -> %d", stream_id, rv); in cb_stream_reset()
584 CURL_TRC_CF(data, cf, "[%" PRId64 "] unblock quic flow", stream_id); in cb_extend_max_stream_data()
789 CURL_TRC_CF(data, cf, "[%" PRId64 "] RESET: error %" PRId64, in cb_h3_stream_close()
793 CURL_TRC_CF(data, cf, "[%" PRId64 "] CLOSED", stream->id); in cb_h3_stream_close()
851 CURL_TRC_CF(dat in cb_h3_recv_data()
[all...]
H A Dcurl_quiche.c174 CURL_TRC_CF(data, cf, "[%"PRId64"] unblock", stream->id); in check_resumes()
208 CURL_TRC_CF(data, cf, "[%"PRId64"] easy handle is done", stream->id); in h3_data_done()
309 CURL_TRC_CF(x->data, x->cf, "[%" PRId64 "] status: %.*s", in cb_each_header()
318 CURL_TRC_CF(x->data, x->cf, "[%" PRId64 "] header: %.*s: %.*s", in cb_each_header()
330 CURL_TRC_CF(x->data, x->cf, "[%"PRId64"] on header error %d", in cb_each_header()
386 CURL_TRC_CF(data, cf, "[%"PRId64"] recv_body error %zd", in cf_recv_body()
445 CURL_TRC_CF(data, cf, "[%"PRId64"] <- [HEADERS]", stream3_id); in h3_process_event()
455 CURL_TRC_CF(data, cf, "[%"PRId64"] RESET", stream3_id); in h3_process_event()
463 CURL_TRC_CF(data, cf, "[%"PRId64"] CLOSED", stream3_id); in h3_process_event()
475 CURL_TRC_CF(dat in h3_process_event()
[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()
389 CURL_TRC_CF(data, cf, "recvmmsg() -> %d packets", mcount); in recvmmsg_packets()
403 CURL_TRC_CF(data, cf, "recvd %zu packets with %zu bytes -> %d", in recvmmsg_packets()
469 CURL_TRC_CF(data, cf, "recvd %zu packets with %zu bytes -> %d", in recvmsg_packets()
499 CURL_TRC_CF(data, cf, "ingress, recvfrom -> EAGAIN"); in recvfrom_packets()
529 CURL_TRC_CF(data, cf, "recvd %zu packets with %zu bytes -> %d", in recvfrom_packets()
H A Dvquic-tls.c296 CURL_TRC_CF(data, cf, "gnutls_priority_set_direct failed: %s\n", in curl_gtls_init_ctx()
/third_party/curl/lib/
H A Dhttp2.c223 CURL_TRC_CF(data, cf, "[%d] DRAIN select_bits=%x", in drain_stream()
301 CURL_TRC_CF(data, cf, "[%d] premature DATA_DONE, RST stream", in http2_data_done()
377 CURL_TRC_CF(data, cf, "[0] egress: wrote %zd bytes", nwritten); in nw_out_writer()
490 CURL_TRC_CF(data, cf, "created session via Upgrade"); in cf_h2_ctx_init()
518 CURL_TRC_CF(data, cf, "[0] created h2 session%s", in cf_h2_ctx_init()
565 CURL_TRC_CF(data, cf, "process_pending_input: %zu bytes left " in h2_process_pending_input()
608 CURL_TRC_CF(data, cf, "%zd bytes stray data read before trying " in http2_connisalive()
671 CURL_TRC_CF(data, cf, "flush nw send buffer(%zu) -> EAGAIN", in nw_out_flush()
868 CURL_TRC_CF(data, cf, "[%d] PUSH_PROMISE received", in push_promise()
887 CURL_TRC_CF(dat in push_promise()
[all...]
H A Dcf-h2-proxy.c138 CURL_TRC_CF(data, cf, "[%d] new tunnel state 'init'", ts->stream_id); in h2_tunnel_go_state()
143 CURL_TRC_CF(data, cf, "[%d] new tunnel state 'connect'", ts->stream_id); in h2_tunnel_go_state()
148 CURL_TRC_CF(data, cf, "[%d] new tunnel state 'response'", ts->stream_id); in h2_tunnel_go_state()
153 CURL_TRC_CF(data, cf, "[%d] new tunnel state 'established'", in h2_tunnel_go_state()
161 CURL_TRC_CF(data, cf, "[%d] new tunnel state 'failed'", ts->stream_id); in h2_tunnel_go_state()
225 CURL_TRC_CF(data, cf, "[%d] DRAIN select_bits=%x", in drain_tunnel()
242 CURL_TRC_CF(data, cf, "[0] nw_in_reader(len=%zu) -> %zd, %d", in proxy_nw_in_reader()
262 CURL_TRC_CF(data, cf, "[0] nw_out_writer(len=%zu) -> %zd, %d", in proxy_h2_nw_out_writer()
397 CURL_TRC_CF(data, cf, "[0] init proxy ctx -> %d", result); in cf_h2_proxy_ctx_init()
422 CURL_TRC_CF(dat in proxy_h2_nw_out_flush()
[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(dat in cf_hc_close()
[all...]
H A Dcf-h1-proxy.c154 CURL_TRC_CF(data, cf, "new tunnel state 'init'"); in h1_tunnel_go_state()
159 CURL_TRC_CF(data, cf, "new tunnel state 'connect'"); in h1_tunnel_go_state()
166 CURL_TRC_CF(data, cf, "new tunnel state 'receive'"); in h1_tunnel_go_state()
171 CURL_TRC_CF(data, cf, "new tunnel state 'response'"); in h1_tunnel_go_state()
176 CURL_TRC_CF(data, cf, "new tunnel state 'established'"); in h1_tunnel_go_state()
183 CURL_TRC_CF(data, cf, "new tunnel state 'failed'"); in h1_tunnel_go_state()
305 CURL_TRC_CF(data, cf, "CONNECT: fwd auth header '%s'", header); in on_resp_header()
501 CURL_TRC_CF(data, cf, "CONNECT: no content-length or chunked"); in recv_CONNECT_resp()
883 CURL_TRC_CF(data, cf, "CONNECT start"); in H1_CONNECT()
892 CURL_TRC_CF(dat in H1_CONNECT()
[all...]
H A Dcf-socket.c883 CURL_TRC_CF(rctx->data, rctx->cf, "nw_in_read(len=%zu) -> %d, err=%d", in nw_in_read()
893 CURL_TRC_CF(data, cf, "cf_socket_close(%" CURL_FORMAT_SOCKET_T in cf_socket_close()
916 CURL_TRC_CF(data, cf, "destroy"); in cf_socket_destroy()
1074 CURL_TRC_CF(data, cf, "cf_socket_open() -> %d, fd=%" CURL_FORMAT_SOCKET_T, in cf_socket_open()
1168 CURL_TRC_CF(data, cf, "local address %s port %d...", in cf_tcp_connect()
1187 CURL_TRC_CF(data, cf, "not connected yet"); in cf_tcp_connect()
1197 CURL_TRC_CF(data, cf, "connected"); in cf_tcp_connect()
1251 CURL_TRC_CF(data, cf, "adjust_pollset(!connected) -> %d socks", ps->num); in cf_socket_adjust_pollset()
1255 CURL_TRC_CF(data, cf, "adjust_pollset(!active) -> %d socks", ps->num); in cf_socket_adjust_pollset()
1292 CURL_TRC_CF(dat in cf_socket_send()
[all...]
H A Dconnect.c481 CURL_TRC_CF(data, cf, "%s failed", baller->name); in baller_initiate()
613 CURL_TRC_CF(data, cf, "%s connect -> %d, connected=%d", in is_connected()
635 CURL_TRC_CF(data, cf, "%s done", baller->name); in is_connected()
639 CURL_TRC_CF(data, cf, "%s trying next", baller->name); in is_connected()
674 CURL_TRC_CF(data, cf, "%s done", baller->name); in is_connected()
677 CURL_TRC_CF(data, cf, "%s starting (timeout=%" in is_connected()
696 CURL_TRC_CF(data, cf, "all eyeballers failed"); in is_connected()
702 CURL_TRC_CF(data, cf, "%s assess started=%d, result=%d", in is_connected()
816 CURL_TRC_CF(data, cf, "created %s (timeout %" in start_connect()
828 CURL_TRC_CF(dat in start_connect()
[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 Dcurl_trc.h77 #define CURL_TRC_CF(data, cf, ...) \ macro
83 #define CURL_TRC_CF Curl_trc_cf_infof macro
H A Dcf-haproxy.c160 CURL_TRC_CF(data, cf, "destroy"); in cf_haproxy_destroy()
167 CURL_TRC_CF(data, cf, "close"); in cf_haproxy_close()
H A Dcfilters.c244 CURL_TRC_CF(data, cf, "added"); in Curl_conn_cf_add()
/third_party/curl/lib/vtls/
H A Dbearssl.c599 CURL_TRC_CF(data, cf, "connect_step1"); in bearssl_connect_step1()
637 CURL_TRC_CF(data, cf, "connect_step1, load ca_info_blob"); in bearssl_connect_step1()
651 CURL_TRC_CF(data, cf, "connect_step1, load cafile"); in bearssl_connect_step1()
671 CURL_TRC_CF(data, cf, "connect_step1, set ciphers"); in bearssl_connect_step1()
687 CURL_TRC_CF(data, cf, "connect_step1, check session cache"); in bearssl_connect_step1()
724 CURL_TRC_CF(data, cf, "connect_step1, SNI set"); in bearssl_connect_step1()
821 CURL_TRC_CF(data, cf, "ssl_send(len=%zu) -> %zd, %d", len, ret, result); in bearssl_run_until()
830 CURL_TRC_CF(data, cf, "ssl_recv(len=%zu) -> %zd, %d", len, ret, result); in bearssl_run_until()
852 CURL_TRC_CF(data, cf, "connect_step2"); in bearssl_connect_step2()
887 CURL_TRC_CF(dat in bearssl_connect_step3()
[all...]
H A Dwolfssl.c295 CURL_TRC_CF(data, cf, "bio_write(len=%d) -> %zd, %d", in wolfssl_bio_cf_out_write()
320 CURL_TRC_CF(data, cf, "bio_read(len=%d) -> %zd, %d", blen, nread, result); in wolfssl_bio_cf_in_read()
1027 CURL_TRC_CF(data, cf, "wolfssl_send(len=%zu) -> AGAIN", len); in wolfssl_send()
1032 CURL_TRC_CF(data, cf, "wolfssl_send(len=%zu) -> AGAIN", len); in wolfssl_send()
1036 CURL_TRC_CF(data, cf, "wolfssl_send(len=%zu) -> %d, %d", len, rc, err); in wolfssl_send()
1044 CURL_TRC_CF(data, cf, "wolfssl_send(len=%zu) -> %d", len, rc); in wolfssl_send()
1097 CURL_TRC_CF(data, cf, "wolfssl_recv(len=%zu) -> CLOSED", blen); in wolfssl_recv()
1104 CURL_TRC_CF(data, cf, "wolfssl_recv(len=%zu) -> AGAIN", blen); in wolfssl_recv()
1109 CURL_TRC_CF(data, cf, "wolfssl_recv(len=%zu) -> AGAIN", blen); in wolfssl_recv()
1119 CURL_TRC_CF(dat in wolfssl_recv()
[all...]
H A Dsectransp.c850 CURL_TRC_CF(data, cf, "bio_read(len=%zu) -> %zd, result=%d", in sectransp_bio_cf_in_read()
890 CURL_TRC_CF(data, cf, "bio_send(len=%zu) -> %zd, result=%d", in sectransp_bio_cf_out_write()
1661 CURL_TRC_CF(data, cf, "connect_step1");
2286 CURL_TRC_CF(data, cf, "append_cert for CA failed");
2300 CURL_TRC_CF(data, cf, "append_cert for CA failed");
2316 CURL_TRC_CF(data, cf, "setting %d trust anchors", n);
2338 CURL_TRC_CF(data, cf, "trust result: Unspecified");
2342 CURL_TRC_CF(data, cf, "trust result: Proceed");
2376 CURL_TRC_CF(data, cf, "verify_peer, CA from config blob");
2381 CURL_TRC_CF(dat
[all...]
H A Drustls.c259 CURL_TRC_CF(data, cf, "cf_recv(len=%zu) -> %zd, %d", in cr_recv()
294 CURL_TRC_CF(data, cf, "cf_send: %ld plain bytes", plainlen); in cr_send()
319 CURL_TRC_CF(data, cf, "cf_send: EAGAIN after %zu bytes", in cr_send()
336 CURL_TRC_CF(data, cf, "cf_send: wrote %zu TLS bytes", tlswritten); in cr_send()
H A Dopenssl.c737 CURL_TRC_CF(data, cf, "ossl_bio_cf_out_write(len=%d) -> %d, err=%d", in ossl_bio_cf_out_write()
764 CURL_TRC_CF(data, cf, "ossl_bio_cf_in_read(len=%d) -> %d, err=%d", in ossl_bio_cf_in_read()
1900 CURL_TRC_CF(data, cf, "SSL shutdown finished"); in ossl_close()
1908 CURL_TRC_CF(data, cf, "SSL shutdown, EOF from server"); in ossl_close()
1913 CURL_TRC_CF(data, cf, "SSL shutdown sent"); in ossl_close()
1916 CURL_TRC_CF(data, cf, "SSL shutdown send blocked"); in ossl_close()
1920 CURL_TRC_CF(data, cf, "SSL shutdown, error: '%s', errno %d", in ossl_close()
3180 CURL_TRC_CF(data, cf, "populate_x509_store, path=%s, blob=%d", in populate_x509_store()
H A Dmbedtls.c183 CURL_TRC_CF(data, cf, "mbedtls_bio_cf_out_write(len=%zu) -> %zd, err=%d", in mbedtls_bio_cf_write()
206 CURL_TRC_CF(data, cf, "mbedtls_bio_cf_in_read(len=%zu) -> %zd, err=%d", in mbedtls_bio_cf_read()
H A Dvtls.c1648 CURL_TRC_CF(data, cf, "cf_connect()"); in ssl_cf_connect()
1678 CURL_TRC_CF(data, cf, "cf_connect() -> %d, done=%d", result, *done); in ssl_cf_connect()
1744 CURL_TRC_CF(data, cf, "cf_recv(len=%zu) -> %zd, %d", len, in ssl_cf_recv()

Completed in 50 milliseconds