Home
last modified time | relevance | path

Searched refs:stream3_id (Results 1 – 3 of 3) sorted by relevance

/curl/lib/vquic/
H A Dcurl_quiche.c572 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
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()
[all …]
H A Dcurl_ngtcp2.c937 static int cb_h3_recv_data(nghttp3_conn *conn, int64_t stream3_id, in cb_h3_recv_data() argument
947 (void)stream3_id; in cb_h3_recv_data()
963 static int cb_h3_deferred_consume(nghttp3_conn *conn, int64_t stream3_id, in cb_h3_deferred_consume() argument
974 ngtcp2_conn_extend_max_stream_offset(ctx->qconn, stream3_id, consumed); in cb_h3_deferred_consume()
H A Dcurl_osslq.c796 static int cb_h3_recv_data(nghttp3_conn *conn, int64_t stream3_id, in cb_h3_recv_data() argument
807 (void)stream3_id; in cb_h3_recv_data()

Completed in 21 milliseconds