Home
last modified time | relevance | path

Searched refs:h3conn (Results 1 - 1 of 1) sorted by relevance

/third_party/curl/lib/vquic/
H A Dcurl_ngtcp2.c126 nghttp3_conn *h3conn; member
212 if(ctx->h3conn && !stream->closed) { in h3_data_done()
213 nghttp3_conn_shutdown_stream_read(ctx->h3conn, stream->id); in h3_data_done()
214 nghttp3_conn_close_stream(ctx->h3conn, stream->id, in h3_data_done()
216 nghttp3_conn_set_stream_user_data(ctx->h3conn, stream->id, NULL); in h3_data_done()
434 nghttp3_conn_read_stream(ctx->h3conn, stream_id, buf, buflen, fin); in cb_recv_stream_data()
473 rv = nghttp3_conn_add_ack_offset(ctx->h3conn, stream_id, datalen); in cb_acked_stream_data_offset()
498 rv = nghttp3_conn_close_stream(ctx->h3conn, stream3_id, in cb_stream_close()
524 rv = nghttp3_conn_shutdown_stream_read(ctx->h3conn, stream_id); in cb_stream_reset()
544 rv = nghttp3_conn_shutdown_stream_read(ctx->h3conn, stream_i in cb_stream_stop_sending()
[all...]

Completed in 3 milliseconds