Searched refs:FMT_PRId64 (Results 1 – 4 of 4) sorted by relevance
/curl/lib/vquic/ |
H A D | curl_osslq.c | 652 CURL_TRC_CF(data, cf, "[%"FMT_PRId64"] easy handle is done", in h3_data_done() 883 CURL_TRC_CF(data, cf, "[%" FMT_PRId64 "] header: %.*s: %.*s", in cb_h3_recv_header() 928 CURL_TRC_CF(data, cf, "[%" FMT_PRId64 "] end_headers, status=%d", in cb_h3_end_headers() 1037 CURL_TRC_CF(data, cf, "[%" FMT_PRId64 "] read req body -> " in cb_h3_read_req_body() 1523 FMT_PRId64, (curl_int64_t)stream_id); in h3_send_streams() 1904 infof(data, "[HTTP/3] [%" FMT_PRId64 "] [%.*s: %.*s]", in h3_stream_open() 1963 CURL_TRC_CF(data, cf, "[%" FMT_PRId64 "] discarding data" in cf_osslq_send() 1969 CURL_TRC_CF(data, cf, "[%" FMT_PRId64 "] send_body(len=%zu) " in cf_osslq_send() 1977 CURL_TRC_CF(data, cf, "[%" FMT_PRId64 "] cf_send, add to " in cf_osslq_send() 2011 "HTTP/3 stream %" FMT_PRId64 " reset by server", in recv_closed_stream() [all …]
|
H A D | curl_ngtcp2.c | 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() 584 CURL_TRC_CF(data, cf, "[%" FMT_PRId64 "] quic close(app_error=%" in cb_stream_close() 899 CURL_TRC_CF(data, cf, "[%" FMT_PRId64 "] CLOSED", stream->id); in cb_h3_stream_close() 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() 1374 CURL_TRC_CF(data, cf, "[%" FMT_PRId64 "] read req body -> " in cb_h3_read_req_body() 1503 infof(data, "[HTTP/3] [%" FMT_PRId64 "] OPENED stream for %s", in h3_stream_open() 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() [all …]
|
H A D | curl_quiche.c | 576 CURL_TRC_CF(data, cf, "error poll: %"FMT_PRId64, stream3_id); in cf_poll_events() 582 CURL_TRC_CF(data, cf, "discard event %s for unknown [%"FMT_PRId64"]", in cf_poll_events()
|
/curl/lib/ |
H A D | curl_setup.h | 582 # define FMT_PRId64 CURL_FORMAT_CURL_OFF_T macro
|
Completed in 25 milliseconds