Home
last modified time | relevance | path

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

/curl/lib/vquic/
H A Dcurl_osslq.c265 size_t remote_ctrl_n; /* number of peer streams opened */ member
277 for(i = 0; i < h3->remote_ctrl_n; ++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()
1430 for(i = 0; i < ctx->h3.remote_ctrl_n; ++i) { in cf_progress_ingress()

Completed in 13 milliseconds