Lines Matching defs:h3c
94 quiche_h3_conn *h3c;
118 if(ctx->h3c)
119 quiche_h3_conn_free(ctx->h3c);
350 nread = quiche_h3_recv_body(ctx->h3c, ctx->qconn, stream->id,
496 while(ctx->h3c) {
497 int64_t stream3_id = quiche_h3_conn_poll(ctx->h3c, ctx->qconn, &ev);
912 stream3_id = quiche_h3_send_request(ctx->h3c, ctx->qconn, nva, nheader,
1002 nwritten = quiche_h3_send_body(ctx->h3c, ctx->qconn, stream->id,
1371 ctx->h3c = quiche_h3_conn_new_with_transport(ctx->qconn, ctx->h3config);
1372 if(!ctx->h3c) {