Searched refs:HTBTElement (Results 1 – 5 of 5) sorted by relevance
38 static void HTBTElement_free(HTBTElement *element) in HTBTElement_free()61 static void HTBTElementAndObject_free(HTBTElement *element) in HTBTElementAndObject_free()88 HTBTElement *cur = tree->top; in HTBTree_search()113 HTBTElement *father_of_element; in HTBTree_add()114 HTBTElement *added_element; in HTBTree_add()115 HTBTElement *forefather_of_element; in HTBTree_add()116 HTBTElement *father_of_forefather; in HTBTree_add()144 tree->top = typeMalloc(HTBTElement); in HTBTree_add()171 father_of_element->left = typeMalloc(HTBTElement); in HTBTree_add()191 father_of_element->right = typeMalloc(HTBTElement); in HTBTree_add()[all …]
33 } HTBTElement; typedef99 extern HTBTElement *HTBTree_next(HTBTree *tree, HTBTElement *ele);
616 HTBTElement *ele; in HTAnchor_delete()
2064 HTBTElement *next_element = HTBTree_next(bt, NULL); in print_local_dir()
3160 HTBTElement *ele; in read_directory()