#include <splay.h>
Public Attributes | |
| struct Curl_tree * | smaller |
| struct Curl_tree * | larger |
| struct Curl_tree * | same |
| int | key |
| void * | payload |
Definition at line 8 of file splay.h.
struct Curl_tree* Curl_tree::smaller [read] |
Definition at line 9 of file splay.h.
Referenced by Curl_splay(), Curl_splaygetbest(), Curl_splayinsert(), and Curl_splayremovebyaddr().
struct Curl_tree* Curl_tree::larger [read] |
Definition at line 10 of file splay.h.
Referenced by Curl_splay(), Curl_splaygetbest(), Curl_splayinsert(), and Curl_splayremovebyaddr().
struct Curl_tree* Curl_tree::same [read] |
Definition at line 11 of file splay.h.
Referenced by Curl_splaygetbest(), Curl_splayinsert(), and Curl_splayremovebyaddr().
| int Curl_tree::key |
Definition at line 12 of file splay.h.
Referenced by Curl_splay(), Curl_splaygetbest(), Curl_splayinsert(), Curl_splayremovebyaddr(), multi_timeout(), and update_timer().
| void* Curl_tree::payload |
Definition at line 13 of file splay.h.
Referenced by Curl_expire(), curl_multi_perform(), and multi_socket().
1.5.6