Searched refs:Curl_tree (Results 1 - 6 of 6) sorted by relevance
/third_party/curl/lib/ |
H A D | splay.h | 29 struct Curl_tree { struct 30 struct Curl_tree *smaller; /* smaller node */ 31 struct Curl_tree *larger; /* larger node */ 32 struct Curl_tree *samen; /* points to the next node with identical key */ 33 struct Curl_tree *samep; /* points to the prev node with identical key */ 38 struct Curl_tree *Curl_splay(struct curltime i, 39 struct Curl_tree *t); 41 struct Curl_tree *Curl_splayinsert(struct curltime key, 42 struct Curl_tree *t, 43 struct Curl_tree *newnod [all...] |
H A D | splay.c | 42 struct Curl_tree *Curl_splay(struct curltime i, in Curl_splay() 43 struct Curl_tree *t) in Curl_splay() 45 struct Curl_tree N, *l, *r, *y; in Curl_splay() 101 struct Curl_tree *Curl_splayinsert(struct curltime i, in Curl_splayinsert() 102 struct Curl_tree *t, in Curl_splayinsert() 103 struct Curl_tree *node) in Curl_splayinsert() 155 struct Curl_tree *Curl_splaygetbest(struct curltime i, in Curl_splaygetbest() 156 struct Curl_tree *t, in Curl_splaygetbest() 157 struct Curl_tree **removed) in Curl_splaygetbest() 160 struct Curl_tree * in Curl_splaygetbest() [all...] |
H A D | multihandle.h | 125 struct Curl_tree *timetree;
|
H A D | multi.c | 2754 struct Curl_tree *t; 3198 struct Curl_tree *t;
|
H A D | urldata.h | 1381 struct Curl_tree timenode; /* for the splay stuff */
|
/third_party/curl/tests/unit/ |
H A D | unit1309.c | 40 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 11 milliseconds