Home
last modified time | relevance | path

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

/curl/lib/
H A Dsplay.h30 struct Curl_tree { struct
31 struct Curl_tree *smaller; /* smaller node */ argument
32 struct Curl_tree *larger; /* larger node */ argument
33 struct Curl_tree *samen; /* points to the next node with identical key */ argument
34 struct Curl_tree *samep; /* points to the prev node with identical key */ argument
39 struct Curl_tree *Curl_splay(struct curltime i, argument

Completed in 3 milliseconds