Searched refs:Curl_splay (Results 1 – 3 of 3) sorted by relevance
43 struct Curl_tree *Curl_splay(struct curltime i, in Curl_splay() function113 t = Curl_splay(i, t); in Curl_splayinsert()169 t = Curl_splay(tv_zero, t); in Curl_splaygetbest()244 t = Curl_splay(removenode->key, t); in Curl_splayremove()275 x = Curl_splay(removenode->key, t->smaller); in Curl_splayremove()
39 struct Curl_tree *Curl_splay(struct curltime i,
3743 multi->timetree = Curl_splay(tv_zero, multi->timetree);
Completed in 27 milliseconds