

Go to the source code of this file.
Classes | |
| struct | Curl_tree |
Macros | |
| #define | Curl_splaycomparekeys(i, j) |
| #define | Curl_splayprint(x, y, z) Curl_nop_stmt |
Functions | |
| struct Curl_tree * | Curl_splay (struct curltime i, struct Curl_tree *t) |
| struct Curl_tree * | Curl_splaygetbest (struct curltime key, struct Curl_tree *t, struct Curl_tree **removed) |
| struct Curl_tree * | Curl_splayinsert (struct curltime key, struct Curl_tree *t, struct Curl_tree *newnode) |
| int | Curl_splayremovebyaddr (struct Curl_tree *t, struct Curl_tree *removenode, struct Curl_tree **newroot) |
| #define Curl_splayprint | ( | x, | |
| y, | |||
| z | |||
| ) | Curl_nop_stmt |