Lines Matching refs:Curl_tree
42 struct Curl_tree *Curl_splay(struct curltime i,
43 struct Curl_tree *t)
45 struct Curl_tree N, *l, *r, *y;
101 struct Curl_tree *Curl_splayinsert(struct curltime i,
102 struct Curl_tree *t,
103 struct Curl_tree *node)
155 struct Curl_tree *Curl_splaygetbest(struct curltime i,
156 struct Curl_tree *t,
157 struct Curl_tree **removed)
160 struct Curl_tree *x;
211 int Curl_splayremove(struct Curl_tree *t,
212 struct Curl_tree *removenode,
213 struct Curl_tree **newroot)
218 struct Curl_tree *x;