Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dconncache.c432 if(!CONN_INUSE(conn)) { in Curl_conncache_extract_bundle()
489 if(!CONN_INUSE(conn) && !conn->bits.close && in Curl_conncache_extract_oldest()
Durl.c781 if(CONN_INUSE(conn) && !dead_connection) { in Curl_disconnect()
782 DEBUGF(infof(data, "Curl_disconnect when inuse: %zu", CONN_INUSE(conn))); in Curl_disconnect()
922 if(!CONN_INUSE(conn)) { in extract_if_dead()
1152 multiplexed = CONN_INUSE(check); in ConnectionExists()
1255 if(!canmultiplex && CONN_INUSE(check)) in ConnectionExists()
1260 if(CONN_INUSE(check)) { in ConnectionExists()
3914 if(CONN_INUSE(conn) > 1)
Durldata.h893 #define CONN_INUSE(c) ((c)->easyq.size) macro
Dmulti.c727 if(CONN_INUSE(conn)) { in multi_done()
Dhttp2.c2601 effective_max = CONN_INUSE(cf->conn); in cf_h2_query()
/third_party/curl/lib/vquic/
Dcurl_quiche.c1580 uint64_t max_streams = CONN_INUSE(cf->conn); in cf_quiche_query()