Lines Matching refs:Curl_tree
43 struct Curl_tree *Curl_splay(struct curltime i, in Curl_splay()
44 struct Curl_tree *t) in Curl_splay()
46 struct Curl_tree N, *l, *r, *y; in Curl_splay()
102 struct Curl_tree *Curl_splayinsert(struct curltime i, in Curl_splayinsert()
103 struct Curl_tree *t, in Curl_splayinsert()
104 struct Curl_tree *node) in Curl_splayinsert()
156 struct Curl_tree *Curl_splaygetbest(struct curltime i, in Curl_splaygetbest()
157 struct Curl_tree *t, in Curl_splaygetbest()
158 struct Curl_tree **removed) in Curl_splaygetbest()
161 struct Curl_tree *x; in Curl_splaygetbest()
213 int Curl_splayremove(struct Curl_tree *t, in Curl_splayremove()
214 struct Curl_tree *removenode, in Curl_splayremove()
215 struct Curl_tree **newroot) in Curl_splayremove()
220 struct Curl_tree *x; in Curl_splayremove()
287 void Curl_splayset(struct Curl_tree *node, void *payload) in Curl_splayset()
293 void *Curl_splayget(struct Curl_tree *node) in Curl_splayget()