Home
last modified time | relevance | path

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

/third_party/curl/lib/vquic/
H A Dcurl_osslq.c264 size_t remote_ctrl_n; /* number of peer streams opened */ member
276 for(i = 0; i < h3->remote_ctrl_n; ++i) { in cf_osslq_h3conn_cleanup()
356 if(h3->remote_ctrl_n >= ARRAYSIZE(h3->remote_ctrl)) { in cf_osslq_h3conn_add_stream()
365 struct cf_osslq_stream *nstream = &h3->remote_ctrl[h3->remote_ctrl_n++]; in cf_osslq_h3conn_add_stream()
1292 for(i = 0; i < ctx->h3.remote_ctrl_n; ++i) { in cf_progress_ingress()

Completed in 4 milliseconds