Searched refs:Curl_splay (Results 1 – 3 of 3) sorted by relevance
40 struct Curl_tree *Curl_splay(struct curltime i, in Curl_splay() function111 t = Curl_splay(i, t); in Curl_splayinsert()166 t = Curl_splay(tv_zero, t); in Curl_splaygetbest()238 t = Curl_splay(removenode->key, t); in Curl_splayremovebyaddr()268 x = Curl_splay(removenode->key, t->smaller); in Curl_splayremovebyaddr()
36 struct Curl_tree *Curl_splay(struct curltime i,
2788 multi->timetree = Curl_splay(tv_zero, multi->timetree); in multi_timeout()