Home
last modified time | relevance | path

Searched refs:Curl_tree (Results 1 – 6 of 6) sorted by relevance

/curl/lib/
H A Dsplay.h30 struct Curl_tree { struct
31 struct Curl_tree *smaller; /* smaller node */ argument
32 struct Curl_tree *larger; /* larger node */ argument
39 struct Curl_tree *Curl_splay(struct curltime i, argument
40 struct Curl_tree *t);
42 struct Curl_tree *Curl_splayinsert(struct curltime key,
43 struct Curl_tree *t,
50 int Curl_splayremove(struct Curl_tree *t,
51 struct Curl_tree *removenode,
52 struct Curl_tree **newroot);
[all …]
H A Dsplay.c43 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()
156 struct Curl_tree *Curl_splaygetbest(struct curltime i, 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()
[all …]
H A Dmultihandle.h119 struct Curl_tree *timetree;
H A Durldata.h1251 struct Curl_tree timenode; /* for the splay stuff */
H A Dmulti.c2633 struct Curl_tree *t = NULL;
3124 struct Curl_tree *t = NULL;
/curl/tests/unit/
H A Dunit1309.c40 static void splayprint(struct Curl_tree *t, int d, char output) in splayprint()
42 struct Curl_tree *node; in splayprint()
76 struct Curl_tree *root, *removed;
77 struct Curl_tree nodes[NUM_NODES*3];

Completed in 37 milliseconds