Lines Matching refs:FMT_PRIu64

213         CURL_TRC_CF(data, cf, "[%"FMT_PRIu64"] unblock", stream->id);  in check_resumes()
253 CURL_TRC_CF(data, cf, "[%"FMT_PRIu64"] easy handle is done", stream->id); in h3_data_done()
384 CURL_TRC_CF(x->data, x->cf, "[%" FMT_PRIu64 "] status: %.*s", in cb_each_header()
393 CURL_TRC_CF(x->data, x->cf, "[%" FMT_PRIu64 "] header: %.*s: %.*s", in cb_each_header()
405 CURL_TRC_CF(x->data, x->cf, "[%"FMT_PRIu64"] on header error %d", in cb_each_header()
462 CURL_TRC_CF(data, cf, "[%"FMT_PRIu64"] recv_body error %zd", in cf_recv_body()
464 failf(data, "Error %d in HTTP/3 response body for stream[%"FMT_PRIu64"]", in cf_recv_body()
516 FMT_PRIu64"]", rc, stream->id); in h3_process_event()
519 CURL_TRC_CF(data, cf, "[%"FMT_PRIu64"] <- [HEADERS]", stream->id); in h3_process_event()
529 CURL_TRC_CF(data, cf, "[%"FMT_PRIu64"] RESET", stream->id); in h3_process_event()
537 CURL_TRC_CF(data, cf, "[%"FMT_PRIu64"] CLOSED", stream->id); in h3_process_event()
549 CURL_TRC_CF(data, cf, "[%"FMT_PRIu64"] <- [GOAWAY]", stream->id); in h3_process_event()
553 CURL_TRC_CF(data, cf, "[%"FMT_PRIu64"] recv, unhandled event %d", in h3_process_event()
590 "for [%"FMT_PRIu64"] -> %d", cf_ev_name(ev), in cf_poll_events()
820 "HTTP/3 stream %" FMT_PRIu64 " reset by server", stream->id); in recv_closed_stream()
822 CURL_TRC_CF(data, cf, "[%" FMT_PRIu64 "] cf_recv, was reset -> %d", in recv_closed_stream()
827 "HTTP/3 stream %" FMT_PRIu64 " was closed cleanly, but before " in recv_closed_stream()
832 CURL_TRC_CF(data, cf, "[%" FMT_PRIu64 "] cf_recv, closed incomplete" in recv_closed_stream()
860 CURL_TRC_CF(data, cf, "[%" FMT_PRIu64 "] read recvbuf(len=%zu) " in cf_quiche_recv()
877 CURL_TRC_CF(data, cf, "[%" FMT_PRIu64 "] read recvbuf(len=%zu) " in cf_quiche_recv()
911 CURL_TRC_CF(data, cf, "[%"FMT_PRIu64"] cf_recv(total=%" in cf_quiche_recv()
932 CURL_TRC_CF(data, cf, "[%" FMT_PRIu64 "] send_body(len=%zu) " in cf_quiche_send_body()
940 CURL_TRC_CF(data, cf, "[%" FMT_PRIu64 "] send_body(len=%zu) " in cf_quiche_send_body()
946 CURL_TRC_CF(data, cf, "[%" FMT_PRIu64 "] send_body(len=%zu) " in cf_quiche_send_body()
952 CURL_TRC_CF(data, cf, "[%" FMT_PRIu64 "] send_body(len=%zu) " in cf_quiche_send_body()
960 CURL_TRC_CF(data, cf, "[%" FMT_PRIu64 "] send body(len=%zu, " in cf_quiche_send_body()
1039 CURL_TRC_CF(data, cf, "[%"FMT_PRIu64"] blocked", stream->id); in h3_open_stream()
1046 CURL_TRC_CF(data, cf, "send_request(%s) -> %" FMT_PRIu64, in h3_open_stream()
1062 infof(data, "[HTTP/3] [%" FMT_PRIu64 "] OPENED stream for %s", in h3_open_stream()
1065 infof(data, "[HTTP/3] [%" FMT_PRIu64 "] [%.*s: %.*s]", stream->id, in h3_open_stream()
1126 CURL_TRC_CF(data, cf, "[%" FMT_PRIu64 "] discarding data" in cf_quiche_send()
1132 CURL_TRC_CF(data, cf, "[%" FMT_PRIu64 "] send_body(len=%zu) " in cf_quiche_send()
1148 CURL_TRC_CF(data, cf, "[%" FMT_PRIu64 "] cf_send(len=%zu) -> %zd, %d", in cf_quiche_send()
1246 CURL_TRC_CF(data, cf, "[%"FMT_PRIu64"] DONE_SEND -> %zd, %d", in cf_quiche_data_event()