Lines Matching refs:FMT_PRId64

271       CURL_TRC_CF(data, cf, "[%" FMT_PRId64 "] cancel stream -> %d",  in cf_ngtcp2_stream_close()
282 CURL_TRC_CF(data, cf, "[%" FMT_PRId64 "] easy handle is done", in h3_data_done()
519 CURL_TRC_CF(data, cf, "[%" FMT_PRId64 "] read_stream(len=%zu) -> %zd", in cb_recv_stream_data()
524 CURL_TRC_CF(data, cf, "[%" FMT_PRId64 "] error on known stream, " in cb_recv_stream_data()
584 CURL_TRC_CF(data, cf, "[%" FMT_PRId64 "] quic close(app_error=%" in cb_stream_close()
610 CURL_TRC_CF(data, cf, "[%" FMT_PRId64 "] reset -> %d", stream_id, rv); in cb_stream_reset()
675 CURL_TRC_CF(s_data, cf, "[%" FMT_PRId64 "] unblock quic flow", stream_id); in cb_extend_max_stream_data()
895 CURL_TRC_CF(data, cf, "[%" FMT_PRId64 "] RESET: error %" FMT_PRIu64, in cb_h3_stream_close()
899 CURL_TRC_CF(data, cf, "[%" FMT_PRId64 "] CLOSED", stream->id); in cb_h3_stream_close()
915 CURL_TRC_CF(data, cf, "[%"FMT_PRId64"] error %d writing %zu " in h3_xfer_write_resp_hd()
931 CURL_TRC_CF(data, cf, "[%"FMT_PRId64"] error %d writing %zu bytes " in h3_xfer_write_resp()
954 CURL_TRC_CF(data, cf, "[%" FMT_PRId64 "] ACK %zu bytes of DATA", in cb_h3_recv_data()
959 CURL_TRC_CF(data, cf, "[%" FMT_PRId64 "] DATA len=%zu", stream->id, blen); in cb_h3_recv_data()
997 CURL_TRC_CF(data, cf, "[%" FMT_PRId64 "] end_headers, status=%d", in cb_h3_end_headers()
1045 CURL_TRC_CF(data, cf, "[%" FMT_PRId64 "] status: %s", in cb_h3_recv_header()
1053 CURL_TRC_CF(data, cf, "[%" FMT_PRId64 "] header: %.*s: %.*s", in cb_h3_recv_header()
1105 CURL_TRC_CF(data, cf, "[%" FMT_PRId64 "] reset -> %d", stream_id, rv); in cb_h3_reset_stream()
1200 failf(data, "HTTP/3 stream %" FMT_PRId64 " reset by server", stream->id); in recv_closed_stream()
1206 "HTTP/3 stream %" FMT_PRId64 " was closed cleanly, but before " in recv_closed_stream()
1253 CURL_TRC_CF(data, cf, "[%" FMT_PRId64 "] xfer write failed", stream->id); in cf_ngtcp2_recv()
1278 CURL_TRC_CF(data, cf, "[%" FMT_PRId64 "] cf_recv(blen=%zu) -> %zd, %d", in cf_ngtcp2_recv()
1369 CURL_TRC_CF(data, cf, "[%" FMT_PRId64 "] read req body -> AGAIN", in cb_h3_read_req_body()
1374 CURL_TRC_CF(data, cf, "[%" FMT_PRId64 "] read req body -> " in cb_h3_read_req_body()
1489 CURL_TRC_CF(data, cf, "h3sid[%" FMT_PRId64 "] failed to send, " in h3_stream_open()
1493 CURL_TRC_CF(data, cf, "h3sid[%" FMT_PRId64 "] failed to send -> " in h3_stream_open()
1503 infof(data, "[HTTP/3] [%" FMT_PRId64 "] OPENED stream for %s", in h3_stream_open()
1506 infof(data, "[HTTP/3] [%" FMT_PRId64 "] [%.*s: %.*s]", stream->id, in h3_stream_open()
1558 CURL_TRC_CF(data, cf, "[%" FMT_PRId64 "] xfer write failed", stream->id); in cf_ngtcp2_send()
1571 CURL_TRC_CF(data, cf, "[%" FMT_PRId64 "] discarding data" in cf_ngtcp2_send()
1577 CURL_TRC_CF(data, cf, "[%" FMT_PRId64 "] send_body(len=%zu) " in cf_ngtcp2_send()
1591 CURL_TRC_CF(data, cf, "[%" FMT_PRId64 "] cf_send, add to " in cf_ngtcp2_send()
1613 CURL_TRC_CF(data, cf, "[%" FMT_PRId64 "] cf_send(len=%zu) -> %zd, %d", in cf_ngtcp2_send()
1745 CURL_TRC_CF(x->data, x->cf, "[%" FMT_PRId64 "] block quic flow", in read_pkt_to_send()