Searched refs:h3conn (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/curl/lib/vquic/ |
H A D | curl_ngtcp2.c | 129 nghttp3_conn *h3conn; member 261 if(!stream->closed && ctx->qconn && ctx->h3conn) { in cf_ngtcp2_stream_close() 264 nghttp3_conn_set_stream_user_data(ctx->h3conn, stream->id, NULL); in cf_ngtcp2_stream_close() 515 nghttp3_conn_read_stream(ctx->h3conn, stream_id, buf, buflen, fin); in cb_recv_stream_data() 554 rv = nghttp3_conn_add_ack_offset(ctx->h3conn, stream_id, datalen); in cb_acked_stream_data_offset() 583 rv = nghttp3_conn_close_stream(ctx->h3conn, stream_id, app_error_code); in cb_stream_close() 609 rv = nghttp3_conn_shutdown_stream_read(ctx->h3conn, stream_id); in cb_stream_reset() 629 rv = nghttp3_conn_shutdown_stream_read(ctx->h3conn, stream_id); in cb_stream_stop_sending() 669 rv = nghttp3_conn_unblock_stream(ctx->h3conn, stream_id); in cb_extend_max_stream_data() 1144 rc = nghttp3_conn_client_new(&ctx->h3conn, in init_ngh3_conn() [all …]
|