Lines Matching refs:h3conn
126 nghttp3_conn *h3conn;
212 if(ctx->h3conn && !stream->closed) {
213 nghttp3_conn_shutdown_stream_read(ctx->h3conn, stream->id);
214 nghttp3_conn_close_stream(ctx->h3conn, stream->id,
216 nghttp3_conn_set_stream_user_data(ctx->h3conn, stream->id, NULL);
434 nghttp3_conn_read_stream(ctx->h3conn, stream_id, buf, buflen, fin);
473 rv = nghttp3_conn_add_ack_offset(ctx->h3conn, stream_id, datalen);
498 rv = nghttp3_conn_close_stream(ctx->h3conn, stream3_id,
524 rv = nghttp3_conn_shutdown_stream_read(ctx->h3conn, stream_id);
544 rv = nghttp3_conn_shutdown_stream_read(ctx->h3conn, stream_id);
577 rv = nghttp3_conn_unblock_stream(ctx->h3conn, stream_id);
1037 rc = nghttp3_conn_client_new(&ctx->h3conn,
1053 rc = nghttp3_conn_bind_control_stream(ctx->h3conn, ctrl_stream_id);
1071 rc = nghttp3_conn_bind_qpack_streams(ctx->h3conn, qpack_enc_stream_id,
1129 DEBUGASSERT(ctx->h3conn);
1393 rc = nghttp3_conn_submit_request(ctx->h3conn, stream->id,
1440 DEBUGASSERT(ctx->h3conn);
1501 (void)nghttp3_conn_resume_stream(ctx->h3conn, stream->id);
1659 if(ctx->h3conn && ngtcp2_conn_get_max_data_left(ctx->qconn)) {
1660 veccnt = nghttp3_conn_writev_stream(ctx->h3conn, &stream_id, &fin, vec,
1690 nghttp3_conn_block_stream(ctx->h3conn, stream_id);
1701 nghttp3_conn_shutdown_stream_write(ctx->h3conn, stream_id);
1723 int rv = nghttp3_conn_add_write_offset(ctx->h3conn, stream_id, ndatalen);
1906 (void)nghttp3_conn_resume_stream(ctx->h3conn, stream->id);
1936 if(ctx->h3conn)
1937 nghttp3_conn_del(ctx->h3conn);