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