Home
last modified time | relevance | path

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

/external/curl/lib/
Dsplay.h26 struct Curl_tree { struct
27 struct Curl_tree *smaller; /* smaller node */ argument
28 struct Curl_tree *larger; /* larger node */ argument
29 struct Curl_tree *same; /* points to a node with identical key */ argument
34 struct Curl_tree *Curl_splay(struct timeval i, argument