Home
last modified time | relevance | path

Searched refs:score (Results 1 – 2 of 2) sorted by relevance

/curl/tests/http/
H A Dscorecard.py431 def score(self, member in ScoreCard
469 score = {
486 return score
507 def print_score(self, score): argument
509 if 'handshakes' in score:
520 if 'downloads' in score:
542 for size in score['downloads']:
562 if 'uploads' in score:
608 if 'requests' in score:
831 score = card.score(handshakes=handshakes,
[all …]
/curl/lib/
H A Dconncache.c518 timediff_t score; in cpool_bundle_get_oldest_idle() local
530 score = Curl_timediff(now, conn->lastused); in cpool_bundle_get_oldest_idle()
532 if(score > highscore) { in cpool_bundle_get_oldest_idle()
533 highscore = score; in cpool_bundle_get_oldest_idle()
551 timediff_t score; in cpool_get_oldest_idle() local
567 score = Curl_timediff(now, conn->lastused); in cpool_get_oldest_idle()
568 if(score > highscore) { in cpool_get_oldest_idle()
569 highscore = score; in cpool_get_oldest_idle()

Completed in 9 milliseconds