Searched defs:Curl_tree (Results 1 – 1 of 1) sorted by relevance
27 struct Curl_tree { struct28 struct Curl_tree *smaller; /* smaller node */ argument29 struct Curl_tree *larger; /* larger node */ argument30 struct Curl_tree *samen; /* points to the next node with identical key */ argument31 struct Curl_tree *samep; /* points to the prev node with identical key */ argument36 struct Curl_tree *Curl_splay(struct curltime i, argument