Lines Matching refs:root
76 struct Curl_tree *root, *removed; variable
82 root = NULL; /* the empty tree */
92 root = Curl_splayinsert(key, root, &nodes[i]);
96 splayprint(root, 0, 1);
101 splayprint(root, 0, 1);
104 rc = Curl_splayremove(root, &nodes[rem], &root);
112 fail_unless(root == NULL, "tree not empty after removing all nodes");
125 root = Curl_splayinsert(key, root, &nodes[i * 3 + j]);
133 root = Curl_splaygetbest(tv_now, root, &removed);
138 root = Curl_splaygetbest(tv_now, root, &removed);
142 fail_unless(root == NULL, "tree not empty when it should be");