Searched refs:h3conn (Results 1 – 1 of 1) sorted by relevance
129 nghttp3_conn *h3conn; member261 if(!stream->closed && ctx->qconn && ctx->h3conn) { in cf_ngtcp2_stream_close()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()1236 DEBUGASSERT(ctx->h3conn); in cf_ngtcp2_recv()1484 rc = nghttp3_conn_submit_request(ctx->h3conn, stream->id, in h3_stream_open()1532 DEBUGASSERT(ctx->h3conn); in cf_ngtcp2_send()1598 (void)nghttp3_conn_resume_stream(ctx->h3conn, stream->id); in cf_ngtcp2_send()1744 nghttp3_conn_block_stream(ctx->h3conn, stream_id); in read_pkt_to_send()1994 if(ctx->h3conn) in cf_ngtcp2_ctx_close()[all …]
Completed in 10 milliseconds