
Go to the source code of this file.
Macros | |
| #define | compare(i, j) Curl_splaycomparekeys((i),(j)) |
Functions | |
| struct Curl_tree * | Curl_splay (struct curltime i, struct Curl_tree *t) |
| struct Curl_tree * | Curl_splaygetbest (struct curltime i, struct Curl_tree *t, struct Curl_tree **removed) |
| struct Curl_tree * | Curl_splayinsert (struct curltime i, struct Curl_tree *t, struct Curl_tree *node) |
| int | Curl_splayremovebyaddr (struct Curl_tree *t, struct Curl_tree *removenode, struct Curl_tree **newroot) |