Home
last modified time | relevance | path

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

/external/curl/lib/
Dsplay.h27 struct Curl_tree { struct
28 struct Curl_tree *smaller; /* smaller node */ argument
29 struct Curl_tree *larger; /* larger node */ argument
30 struct Curl_tree *samen; /* points to the next node with identical key */ argument
31 struct Curl_tree *samep; /* points to the prev node with identical key */ argument
36 struct Curl_tree *Curl_splay(struct curltime i, argument
37 struct Curl_tree *t);
39 struct Curl_tree *Curl_splayinsert(struct curltime key,
40 struct Curl_tree *t,
41 struct Curl_tree *newnode);
[all …]
Dsplay.c40 struct Curl_tree *Curl_splay(struct curltime i, in Curl_splay()
41 struct Curl_tree *t) in Curl_splay()
43 struct Curl_tree N, *l, *r, *y; in Curl_splay()
99 struct Curl_tree *Curl_splayinsert(struct curltime i, in Curl_splayinsert()
100 struct Curl_tree *t, in Curl_splayinsert()
101 struct Curl_tree *node) in Curl_splayinsert()
153 struct Curl_tree *Curl_splaygetbest(struct curltime i, in Curl_splaygetbest()
154 struct Curl_tree *t, in Curl_splaygetbest()
155 struct Curl_tree **removed) in Curl_splaygetbest()
158 struct Curl_tree *x; in Curl_splaygetbest()
[all …]
Dmultihandle.h108 struct Curl_tree *timetree;
Durldata.h1299 struct Curl_tree timenode; /* for the splay stuff */
Dmulti.c2123 struct Curl_tree *t; in curl_multi_perform()
2534 struct Curl_tree *t; in multi_socket()
/external/curl/tests/unit/
Dunit1309.c38 static void splayprint(struct Curl_tree * t, int d, char output) in splayprint()
40 struct Curl_tree *node; in splayprint()
74 struct Curl_tree *root, *removed;
75 struct Curl_tree nodes[NUM_NODES*3];