Lines Matching refs:id

170   curl_uint64_t id; /* HTTP/3 protocol stream identifier */  member
213 CURL_TRC_CF(data, cf, "[%"FMT_PRIu64"] unblock", stream->id); in check_resumes()
232 stream->id = -1; in h3_data_setup()
253 CURL_TRC_CF(data, cf, "[%"FMT_PRIu64"] easy handle is done", stream->id); in h3_data_done()
255 quiche_conn_stream_shutdown(ctx->qconn, stream->id, in h3_data_done()
258 quiche_conn_stream_shutdown(ctx->qconn, stream->id, in h3_data_done()
298 if(stream && stream->id == stream_id) { in get_stream_easy()
310 if(stream && stream->id == stream_id) { in get_stream_easy()
385 stream->id, (int)value_len, value); in cb_each_header()
394 stream->id, (int)name_len, name, in cb_each_header()
406 stream->id, result); in cb_each_header()
425 nread = quiche_h3_recv_body(ctx->h3c, ctx->qconn, stream->id, in stream_resp_read()
463 stream->id, nwritten); in cf_recv_body()
465 result, stream->id); 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()
554 stream->id, quiche_h3_event_type(ev)); in h3_process_event()
820 "HTTP/3 stream %" FMT_PRIu64 " reset by server", stream->id); in recv_closed_stream()
823 stream->id, *err); in recv_closed_stream()
829 stream->id); in recv_closed_stream()
833 " -> %d", stream->id, *err); in recv_closed_stream()
861 "-> %zd, %d", stream->id, len, nread, *err); in cf_quiche_recv()
878 "-> %zd, %d", stream->id, len, nread, *err); in cf_quiche_recv()
913 stream->id, ctx->data_recvd, nread, *err); in cf_quiche_recv()
926 nwritten = quiche_h3_send_body(ctx->h3c, ctx->qconn, stream->id, in cf_quiche_send_body()
931 if(!quiche_conn_stream_writable(ctx->qconn, stream->id, len)) { in cf_quiche_send_body()
933 "-> window exhausted", stream->id, len); in cf_quiche_send_body()
941 "-> invalid stream state", stream->id, len); in cf_quiche_send_body()
947 "-> exceeds size", stream->id, len); in cf_quiche_send_body()
953 "-> quiche err %zd", stream->id, len, nwritten); in cf_quiche_send_body()
962 stream->id, len, stream->send_closed, nwritten); in cf_quiche_send_body()
1039 CURL_TRC_CF(data, cf, "[%"FMT_PRIu64"] blocked", stream->id); in h3_open_stream()
1056 stream->id = stream3_id; in h3_open_stream()
1063 stream->id, data->state.url); in h3_open_stream()
1065 infof(data, "[HTTP/3] [%" FMT_PRIu64 "] [%.*s: %.*s]", stream->id, in h3_open_stream()
1127 "on closed stream with response", stream->id); in cf_quiche_send()
1133 "-> stream closed", stream->id, len); in cf_quiche_send()
1149 stream ? stream->id : (curl_uint64_t)~0, len, nwritten, *err); in cf_quiche_send()
1160 ctx->qconn, (curl_uint64_t)stream->id, 1) > 0); in stream_is_writeable()
1247 stream->id, sent, result); in cf_quiche_data_event()