Lines Matching defs:dead
614 * killing of a dead old connection.
641 CURL_FORMAT_CURL_OFF_T ", dead=%d)",
664 /* treat the connection as dead in CONNECT_ONLY situations */
777 * This function checks if the given connection is dead and extracts it from
783 * Returns TRUE if the connection was dead and extracted.
789 /* The check for a dead socket makes sense only if the connection isn't in
791 bool dead;
795 dead = TRUE;
799 connection. Use it to check if the connection is dead. */
807 dead = (state & CONNRESULT_DEAD);
816 dead = !Curl_conn_is_alive(data, conn, &input_pending);
826 dead = TRUE;
831 if(dead) {
832 infof(data, "Connection %" CURL_FORMAT_CURL_OFF_T " seems to be dead",
863 * This function scans the connection cache for half-open/dead connections,
993 /* Get next node now. We might remove a dead `check` connection which