Searched defs:Curl_tree (Results 1 - 1 of 1) sorted by relevance

/external/curl/lib/
H A Dsplay.h26 struct Curl_tree { struct
27 struct Curl_tree *smaller; /* smaller node */
28 struct Curl_tree *larger; /* larger node */
29 struct Curl_tree *same; /* points to a node with identical key */
34 struct Curl_tree *Curl_splay(struct timeval i,
35 struct Curl_tree *t);
37 struct Curl_tree *Curl_splayinsert(struct timeval key,
38 struct Curl_tree *t,
39 struct Curl_tree *newnode);
42 struct Curl_tree *Curl_splayremov
[all...]

Completed in 61 milliseconds