Searched refs:FMT_PRIu64 (Results 1 – 4 of 4) sorted by relevance
/curl/lib/vquic/ |
H A D | curl_quiche.c | 384 CURL_TRC_CF(x->data, x->cf, "[%" FMT_PRIu64 "] status: %.*s", in cb_each_header() 462 CURL_TRC_CF(data, cf, "[%"FMT_PRIu64"] recv_body error %zd", in cf_recv_body() 516 FMT_PRIu64"]", rc, 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() 590 "for [%"FMT_PRIu64"] -> %d", cf_ev_name(ev), in cf_poll_events() 911 CURL_TRC_CF(data, cf, "[%"FMT_PRIu64"] cf_recv(total=%" in cf_quiche_recv() 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() 1046 CURL_TRC_CF(data, cf, "send_request(%s) -> %" FMT_PRIu64, in h3_open_stream() [all …]
|
H A D | curl_ngtcp2.c | 585 FMT_PRIu64 ") -> %d", stream_id, (curl_uint64_t)app_error_code, in cb_stream_close() 648 CURL_TRC_CF(data, cf, "max bidi streams now %" FMT_PRIu64 in cb_extend_max_local_streams_bidi() 649 ", used %" FMT_PRIu64, (curl_uint64_t)ctx->max_bidi_streams, in cb_extend_max_local_streams_bidi() 895 CURL_TRC_CF(data, cf, "[%" FMT_PRId64 "] RESET: error %" FMT_PRIu64, in cb_h3_stream_close() 2044 FMT_PRIu64 ") -> %d", ctx->last_error.type, in cf_ngtcp2_shutdown()
|
H A D | curl_osslq.c | 750 CURL_TRC_CF(data, cf, "[%" FMT_PRId64 "] RESET: error %" FMT_PRIu64, in cb_h3_stream_close() 1288 "rv=%d, app_err=%" FMT_PRIu64, in h3_quic_recv()
|
/curl/lib/ |
H A D | curl_setup.h | 583 # define FMT_PRIu64 CURL_FORMAT_CURL_OFF_TU macro
|
Completed in 21 milliseconds