Home
last modified time | relevance | path

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

/curl/tests/http/
H A Dscorecard.py543 score = {
561 return score
582 def print_score(self, score): argument
584 if 'handshakes' in score:
595 if 'downloads' in score:
639 if 'uploads' in score:
662 for server in score['uploads']:
686 if 'requests' in score:
692 for server in score['requests']:
709 for server in score['requests']:
[all …]
/curl/lib/
H A Dconncache.c530 timediff_t score; in cpool_bundle_get_oldest_idle() local
542 score = Curl_timediff(now, conn->lastused); in cpool_bundle_get_oldest_idle()
544 if(score > highscore) { in cpool_bundle_get_oldest_idle()
545 highscore = score; in cpool_bundle_get_oldest_idle()
563 timediff_t score; in cpool_get_oldest_idle() local
579 score = Curl_timediff(now, conn->lastused); in cpool_get_oldest_idle()
580 if(score > highscore) { in cpool_get_oldest_idle()
581 highscore = score; in cpool_get_oldest_idle()

Completed in 19 milliseconds