Lines Matching defs:score
424 timediff_t score;
438 /* Set higher score for the age passed since the connection was used */
439 score = Curl_timediff(now, conn->lastused);
441 if(score > highscore) {
442 highscore = score;
473 timediff_t score;
496 /* Set higher score for the age passed since the connection was used */
497 score = Curl_timediff(now, conn->lastused);
499 if(score > highscore) {
500 highscore = score;