Searched refs:Curl_tree (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dsplay.h26 struct Curl_tree { struct
27 struct Curl_tree *smaller; /* smaller node */
28 struct Curl_tree *larger; /* larger node */
29 struct Curl_tree *same; /* points to a node with identical key */
34 struct Curl_tree *Curl_splay(struct timeval i,
35 struct Curl_tree *t);
37 struct Curl_tree *Curl_splayinsert(struct timeval key,
38 struct Curl_tree *t,
39 struct Curl_tree *newnode);
42 struct Curl_tree *Curl_splayremov
[all...]
H A Dsplay.c40 struct Curl_tree *Curl_splay(struct timeval i,
41 struct Curl_tree *t)
43 struct Curl_tree N, *l, *r, *y;
100 struct Curl_tree *Curl_splayinsert(struct timeval i,
101 struct Curl_tree *t,
102 struct Curl_tree *node)
154 struct Curl_tree *Curl_splaygetbest(struct timeval i,
155 struct Curl_tree *t,
156 struct Curl_tree **removed)
158 struct Curl_tree *
[all...]
H A Dmultihandle.h87 struct Curl_tree *timetree;
H A Dmulti.c1737 struct Curl_tree *t;
2173 struct Curl_tree *t;
H A Durldata.h1255 struct Curl_tree timenode; /* for the splay stuff */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/unit/
H A Dunit1309.c37 static void splayprint(struct Curl_tree * t, int d, char output)
39 struct Curl_tree *node;
73 struct Curl_tree *root;
74 struct Curl_tree nodes[NUM_NODES];

Completed in 157 milliseconds