Home
last modified time | relevance | path

Searched refs:remote_ctrl (Results 1 – 1 of 1) sorted by relevance

/curl/lib/vquic/
H A Dcurl_osslq.c264 struct cf_osslq_stream remote_ctrl[3]; /* uni streams opened by the peer */ member
278 cf_osslq_stream_cleanup(&h3->remote_ctrl[i]); in cf_osslq_h3conn_cleanup()
453 if(h3->remote_ctrl_n >= ARRAYSIZE(h3->remote_ctrl)) { in cf_osslq_h3conn_add_stream()
462 struct cf_osslq_stream *nstream = &h3->remote_ctrl[h3->remote_ctrl_n++]; in cf_osslq_h3conn_add_stream()
1431 result = cf_osslq_stream_recv(&ctx->h3.remote_ctrl[i], cf, data); in cf_progress_ingress()

Completed in 13 milliseconds