Home
last modified time | relevance | path

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

/third_party/curl/lib/
H A Dhttp2.c2568 size_t effective_max; in cf_h2_query() local
2577 effective_max = CONN_INUSE(cf->conn); in cf_h2_query()
2580 effective_max = ctx->max_concurrent_streams; in cf_h2_query()
2582 *pres1 = (effective_max > INT_MAX)? INT_MAX : (int)effective_max; in cf_h2_query()

Completed in 5 milliseconds