Lines Matching refs:id
190 curl_int64_t id; /* HTTP/3 protocol identifier */ member
207 #define H3_STREAM_CTX_ID(ctx,id) ((struct h3_stream_ctx *)(\ argument
208 Curl_hash_offt_get(&(ctx)->streams, (id))))
239 stream->id = -1; in h3_data_setup()
264 nghttp3_conn_set_stream_user_data(ctx->h3conn, stream->id, NULL); in cf_ngtcp2_stream_close()
265 ngtcp2_conn_set_stream_user_data(ctx->qconn, stream->id, NULL); in cf_ngtcp2_stream_close()
267 (void)ngtcp2_conn_shutdown_stream(ctx->qconn, 0, stream->id, in cf_ngtcp2_stream_close()
272 stream->id, result); in cf_ngtcp2_stream_close()
283 stream->id); in h3_data_done()
299 if(stream && stream->id == stream_id) { in get_stream_easy()
311 if(stream && stream->id == stream_id) { in get_stream_easy()
863 s_exhaust = want_send && stream && stream->id >= 0 && in cf_ngtcp2_adjust_pollset()
896 stream->id, stream->error3); in cb_h3_stream_close()
899 CURL_TRC_CF(data, cf, "[%" FMT_PRId64 "] CLOSED", stream->id); in cb_h3_stream_close()
916 "bytes of headers", stream->id, stream->xfer_result, blen); in h3_xfer_write_resp_hd()
932 "of data", stream->id, stream->xfer_result, blen); in h3_xfer_write_resp()
955 stream->id, blen); in cb_h3_recv_data()
956 ngtcp2_conn_extend_max_stream_offset(ctx->qconn, stream->id, blen); in cb_h3_recv_data()
959 CURL_TRC_CF(data, cf, "[%" FMT_PRId64 "] DATA len=%zu", stream->id, blen); in cb_h3_recv_data()
1200 failf(data, "HTTP/3 stream %" FMT_PRId64 " reset by server", stream->id); in recv_closed_stream()
1208 stream->id); in recv_closed_stream()
1253 CURL_TRC_CF(data, cf, "[%" FMT_PRId64 "] xfer write failed", stream->id); in cf_ngtcp2_recv()
1279 stream ? stream->id : -1, blen, nread, *err); in cf_ngtcp2_recv()
1370 stream->id); in cb_h3_read_req_body()
1376 stream->id, (int)nvecs, in cb_h3_read_req_body()
1457 stream->id = (curl_int64_t)sid; in h3_stream_open()
1484 rc = nghttp3_conn_submit_request(ctx->h3conn, stream->id, in h3_stream_open()
1490 "connection is closing", stream->id); in h3_stream_open()
1494 "%d (%s)", stream->id, rc, nghttp3_strerror(rc)); in h3_stream_open()
1504 stream->id, data->state.url); in h3_stream_open()
1506 infof(data, "[HTTP/3] [%" FMT_PRId64 "] [%.*s: %.*s]", stream->id, in h3_stream_open()
1543 if(!stream || stream->id < 0) { in cf_ngtcp2_send()
1558 CURL_TRC_CF(data, cf, "[%" FMT_PRId64 "] xfer write failed", stream->id); in cf_ngtcp2_send()
1572 "on closed stream with response", stream->id); in cf_ngtcp2_send()
1578 "-> stream closed", stream->id, len); in cf_ngtcp2_send()
1593 stream->id, len, sent, *err); in cf_ngtcp2_send()
1598 (void)nghttp3_conn_resume_stream(ctx->h3conn, stream->id); in cf_ngtcp2_send()
1614 stream ? stream->id : -1, len, sent, *err); in cf_ngtcp2_send()
1961 (void)nghttp3_conn_resume_stream(ctx->h3conn, stream->id); in cf_ngtcp2_data_event()