Lines Matching refs:stream3_id
244 int64_t stream3_id)
249 if(H3_STREAM_ID(data) == stream3_id) {
255 if((sdata->conn == data->conn) && H3_STREAM_ID(sdata) == stream3_id) {
423 int64_t stream3_id,
433 DEBUGASSERT(stream3_id == stream->id);
442 rc, stream3_id);
445 CURL_TRC_CF(data, cf, "[%"PRId64"] <- [HEADERS]", stream3_id);
455 CURL_TRC_CF(data, cf, "[%"PRId64"] RESET", stream3_id);
463 CURL_TRC_CF(data, cf, "[%"PRId64"] CLOSED", stream3_id);
475 CURL_TRC_CF(data, cf, "[%"PRId64"] <- [GOAWAY]", stream3_id);
480 stream3_id, quiche_h3_event_type(ev));
497 int64_t stream3_id = quiche_h3_conn_poll(ctx->h3c, ctx->qconn, &ev);
498 if(stream3_id == QUICHE_H3_ERR_DONE) {
501 else if(stream3_id < 0) {
503 stream? stream->id : -1, stream3_id);
507 sdata = get_stream_easy(cf, data, stream3_id);
511 stream? stream->id : -1, cf_ev_name(ev), stream3_id);
514 result = h3_process_event(cf, sdata, stream3_id, ev);
520 stream3_id, result);
843 int64_t stream3_id;
912 stream3_id = quiche_h3_send_request(ctx->h3c, ctx->qconn, nva, nheader,
914 if(stream3_id < 0) {
915 if(QUICHE_H3_ERR_STREAM_BLOCKED == stream3_id) {
926 data->state.url, stream3_id);
935 stream->id = stream3_id;