Searched defs:Curl_tree (Results 1 – 1 of 1) sorted by relevance
26 struct Curl_tree { struct27 struct Curl_tree *smaller; /* smaller node */ argument28 struct Curl_tree *larger; /* larger node */ argument29 struct Curl_tree *same; /* points to a node with identical key */ argument34 struct Curl_tree *Curl_splay(struct timeval i, argument