Searched refs:stream3_id (Results 1 - 3 of 3) sorted by relevance
/third_party/curl/lib/vquic/ |
H A D | curl_quiche.c | 244 int64_t stream3_id) in get_stream_easy() 249 if(H3_STREAM_ID(data) == stream3_id) { in get_stream_easy() 255 if((sdata->conn == data->conn) && H3_STREAM_ID(sdata) == stream3_id) { in get_stream_easy() 423 int64_t stream3_id, in h3_process_event() 433 DEBUGASSERT(stream3_id == stream->id); in h3_process_event() 442 rc, stream3_id); in h3_process_event() 445 CURL_TRC_CF(data, cf, "[%"PRId64"] <- [HEADERS]", stream3_id); in h3_process_event() 455 CURL_TRC_CF(data, cf, "[%"PRId64"] RESET", stream3_id); in h3_process_event() 463 CURL_TRC_CF(data, cf, "[%"PRId64"] CLOSED", stream3_id); in h3_process_event() 475 CURL_TRC_CF(data, cf, "[%"PRId64"] <- [GOAWAY]", stream3_id); in h3_process_event() 242 get_stream_easy(struct Curl_cfilter *cf, struct Curl_easy *data, int64_t stream3_id) get_stream_easy() argument 421 h3_process_event(struct Curl_cfilter *cf, struct Curl_easy *data, int64_t stream3_id, quiche_h3_event *ev) h3_process_event() argument 497 int64_t stream3_id = quiche_h3_conn_poll(ctx->h3c, ctx->qconn, &ev); cf_poll_events() local 843 int64_t stream3_id; h3_open_stream() local [all...] |
H A D | curl_ngtcp2.c | 482 int64_t stream3_id, uint64_t app_error_code, in cb_stream_close() 498 rv = nghttp3_conn_close_stream(ctx->h3conn, stream3_id, in cb_stream_close() 501 PRIu64 ") -> %d", stream3_id, app_error_code, rv); in cb_stream_close() 834 static int cb_h3_recv_data(nghttp3_conn *conn, int64_t stream3_id, in cb_h3_recv_data() argument 844 (void)stream3_id; in cb_h3_recv_data() 860 static int cb_h3_deferred_consume(nghttp3_conn *conn, int64_t stream3_id, in cb_h3_deferred_consume() argument 871 ngtcp2_conn_extend_max_stream_offset(ctx->qconn, stream3_id, consumed); in cb_h3_deferred_consume() 481 cb_stream_close(ngtcp2_conn *tconn, uint32_t flags, int64_t stream3_id, uint64_t app_error_code, void *user_data, void *stream_user_data) cb_stream_close() argument
|
H A D | curl_osslq.c | 688 static int cb_h3_recv_data(nghttp3_conn *conn, int64_t stream3_id, in cb_h3_recv_data() argument 698 (void)stream3_id; in cb_h3_recv_data()
|
Completed in 9 milliseconds