Home
last modified time | relevance | path

Searched refs:HTBTElement (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/
DHTBTree.c38 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 …]
DHTBTree.h33 } HTBTElement; typedef
99 extern HTBTElement *HTBTree_next(HTBTree *tree, HTBTElement *ele);
DHTAnchor.c616 HTBTElement *ele; in HTAnchor_delete()
DHTFile.c2064 HTBTElement *next_element = HTBTree_next(bt, NULL); in print_local_dir()
DHTFTP.c3160 HTBTElement *ele; in read_directory()