Searched refs:CONN_INUSE (Results 1 – 4 of 4) sorted by relevance
480 if(!CONN_INUSE(conn) && !conn->data) { in Curl_conncache_extract_bundle()538 if(!CONN_INUSE(conn) && !conn->data) { in Curl_conncache_extract_oldest()
793 if(CONN_INUSE(conn) && !dead_connection) { in Curl_disconnect()794 DEBUGF(infof(data, "Curl_disconnect when inuse: %zu\n", CONN_INUSE(conn))); in Curl_disconnect()978 if(!pipeLen && !CONN_INUSE(conn) && !conn->data) { in extract_if_dead()1295 if(CONN_INUSE(check) && check->data && in ConnectionExists()4203 if(CONN_INUSE(conn)) in Curl_connect()
803 #define CONN_INUSE(c) ((c)->send_pipe.size + (c)->recv_pipe.size) macro
173 if(!CONN_INUSE(conn)) in http_setup_conn()