Home | History | Annotate | Download | only in lib

Lines Matching refs:Curl_tree

40 struct Curl_tree *Curl_splay(struct timeval i,
41 struct Curl_tree *t)
43 struct Curl_tree N, *l, *r, *y;
100 struct Curl_tree *Curl_splayinsert(struct timeval i,
101 struct Curl_tree *t,
102 struct Curl_tree *node)
154 struct Curl_tree *Curl_splaygetbest(struct timeval i,
155 struct Curl_tree *t,
156 struct Curl_tree **removed)
158 struct Curl_tree *x;
222 int Curl_splayremovebyaddr(struct Curl_tree *t,
223 struct Curl_tree *removenode,
224 struct Curl_tree **newroot)
227 struct Curl_tree *x;