Lines Matching refs:CURL_TRC_CF

270       CURL_TRC_CF(data, cf, "[%" FMT_PRId64 "] cancel stream -> %d",  in cf_ngtcp2_stream_close()
281 CURL_TRC_CF(data, cf, "[%" FMT_PRId64 "] easy handle is done", in h3_data_done()
520 CURL_TRC_CF(data, cf, "[%" FMT_PRId64 "] read_stream(len=%zu) -> %zd", in cb_recv_stream_data()
525 CURL_TRC_CF(data, cf, "[%" FMT_PRId64 "] error on known stream, " in cb_recv_stream_data()
585 CURL_TRC_CF(data, cf, "[%" FMT_PRId64 "] quic close(app_error=%" in cb_stream_close()
611 CURL_TRC_CF(data, cf, "[%" FMT_PRId64 "] reset -> %d", stream_id, rv); in cb_stream_reset()
649 CURL_TRC_CF(data, cf, "max bidi streams now %" FMT_PRIu64 in cb_extend_max_local_streams_bidi()
676 CURL_TRC_CF(s_data, cf, "[%" FMT_PRId64 "] unblock quic flow", stream_id); in cb_extend_max_stream_data()
896 CURL_TRC_CF(data, cf, "[%" FMT_PRId64 "] RESET: error %" FMT_PRIu64, in cb_h3_stream_close()
900 CURL_TRC_CF(data, cf, "[%" FMT_PRId64 "] CLOSED", stream->id); in cb_h3_stream_close()
916 CURL_TRC_CF(data, cf, "[%"FMT_PRId64"] error %d writing %zu " in h3_xfer_write_resp_hd()
932 CURL_TRC_CF(data, cf, "[%"FMT_PRId64"] error %d writing %zu bytes " in h3_xfer_write_resp()
955 CURL_TRC_CF(data, cf, "[%" FMT_PRId64 "] ACK %zu bytes of DATA", in cb_h3_recv_data()
960 CURL_TRC_CF(data, cf, "[%" FMT_PRId64 "] DATA len=%zu", stream->id, blen); in cb_h3_recv_data()
998 CURL_TRC_CF(data, cf, "[%" FMT_PRId64 "] end_headers, status=%d", in cb_h3_end_headers()
1046 CURL_TRC_CF(data, cf, "[%" FMT_PRId64 "] status: %s", in cb_h3_recv_header()
1054 CURL_TRC_CF(data, cf, "[%" FMT_PRId64 "] header: %.*s: %.*s", in cb_h3_recv_header()
1106 CURL_TRC_CF(data, cf, "[%" FMT_PRId64 "] reset -> %d", stream_id, rv); in cb_h3_reset_stream()
1254 CURL_TRC_CF(data, cf, "[%" FMT_PRId64 "] xfer write failed", stream->id); in cf_ngtcp2_recv()
1279 CURL_TRC_CF(data, cf, "[%" FMT_PRId64 "] cf_recv(blen=%zu) -> %zd, %d", in cf_ngtcp2_recv()
1370 CURL_TRC_CF(data, cf, "[%" FMT_PRId64 "] read req body -> AGAIN", in cb_h3_read_req_body()
1375 CURL_TRC_CF(data, cf, "[%" FMT_PRId64 "] read req body -> " in cb_h3_read_req_body()
1490 CURL_TRC_CF(data, cf, "h3sid[%" FMT_PRId64 "] failed to send, " in h3_stream_open()
1494 CURL_TRC_CF(data, cf, "h3sid[%" FMT_PRId64 "] failed to send -> " in h3_stream_open()
1546 CURL_TRC_CF(data, cf, "cannot open stream on closed connection"); in cf_ngtcp2_send()
1553 CURL_TRC_CF(data, cf, "failed to open stream -> %d", *err); in cf_ngtcp2_send()
1559 CURL_TRC_CF(data, cf, "[%" FMT_PRId64 "] xfer write failed", stream->id); in cf_ngtcp2_send()
1572 CURL_TRC_CF(data, cf, "[%" FMT_PRId64 "] discarding data" in cf_ngtcp2_send()
1578 CURL_TRC_CF(data, cf, "[%" FMT_PRId64 "] send_body(len=%zu) " in cf_ngtcp2_send()
1585 CURL_TRC_CF(data, cf, "cannot send on closed connection"); in cf_ngtcp2_send()
1592 CURL_TRC_CF(data, cf, "[%" FMT_PRId64 "] cf_send, add to " in cf_ngtcp2_send()
1614 CURL_TRC_CF(data, cf, "[%" FMT_PRId64 "] cf_send(len=%zu) -> %zd, %d", in cf_ngtcp2_send()
1651 CURL_TRC_CF(pktx->data, pktx->cf, "ingress, read_pkt -> %s (%d)", in recv_pkt()
1760 CURL_TRC_CF(x->data, x->cf, "[%" FMT_PRId64 "] block quic flow", in read_pkt_to_send()
1982 CURL_TRC_CF(data, cf, "data idle"); in cf_ngtcp2_data_event()
1986 CURL_TRC_CF(data, cf, "data idle, check_and_set_expiry -> %d", result); in cf_ngtcp2_data_event()
2038 CURL_TRC_CF(data, cf, "shutdown, flushing sendbuf"); in cf_ngtcp2_shutdown()
2041 CURL_TRC_CF(data, cf, "sending shutdown packets blocked"); in cf_ngtcp2_shutdown()
2046 CURL_TRC_CF(data, cf, "shutdown, error %d flushing sendbuf", result); in cf_ngtcp2_shutdown()
2058 CURL_TRC_CF(data, cf, "start shutdown(err_type=%d, err_code=%" in cf_ngtcp2_shutdown()
2065 CURL_TRC_CF(data, cf, "error %d adding shutdown packets to sendbuf, " in cf_ngtcp2_shutdown()
2076 CURL_TRC_CF(data, cf, "shutdown, flushing egress"); in cf_ngtcp2_shutdown()
2079 CURL_TRC_CF(data, cf, "sending shutdown packets blocked"); in cf_ngtcp2_shutdown()
2084 CURL_TRC_CF(data, cf, "shutdown, error %d flushing sendbuf", result); in cf_ngtcp2_shutdown()
2093 CURL_TRC_CF(data, cf, "shutdown completely sent off, done"); in cf_ngtcp2_shutdown()
2118 CURL_TRC_CF(data, cf, "close"); in cf_ngtcp2_close()
2126 CURL_TRC_CF(data, cf, "destroy"); in cf_ngtcp2_destroy()
2333 CURL_TRC_CF(data, cf, "handshake complete after %dms", in cf_ngtcp2_connect()
2337 CURL_TRC_CF(data, cf, "peer verified"); in cf_ngtcp2_connect()
2368 CURL_TRC_CF(data, cf, "connect -> %d, done=%d", result, *done); in cf_ngtcp2_connect()
2401 CURL_TRC_CF(data, cf, "query conn[%" FMT_OFF_T "]: " in cf_ngtcp2_query()
2478 CURL_TRC_CF(data, cf, "is_alive, progress ingress -> %d", result); in cf_ngtcp2_conn_is_alive()