Lines Matching refs:stream3_id
571 curl_int64_t stream3_id = quiche_h3_conn_poll(ctx->h3c, ctx->qconn, &ev); in cf_poll_events() local
572 if(stream3_id == QUICHE_H3_ERR_DONE) { in cf_poll_events()
575 else if(stream3_id < 0) { in cf_poll_events()
576 CURL_TRC_CF(data, cf, "error poll: %"FMT_PRId64, stream3_id); in cf_poll_events()
580 sdata = get_stream_easy(cf, data, stream3_id, &stream); in cf_poll_events()
583 cf_ev_name(ev), stream3_id); in cf_poll_events()
591 stream3_id, result); in cf_poll_events()
980 curl_int64_t stream3_id; in h3_open_stream() local
1033 stream3_id = quiche_h3_send_request(ctx->h3c, ctx->qconn, nva, nheader, in h3_open_stream()
1035 if(stream3_id < 0) { in h3_open_stream()
1036 if(QUICHE_H3_ERR_STREAM_BLOCKED == stream3_id) { in h3_open_stream()
1047 data->state.url, stream3_id); in h3_open_stream()
1056 stream->id = stream3_id; in h3_open_stream()