Home
last modified time | relevance | path

Searched refs:compress_tree_node (Results 1 – 2 of 2) sorted by relevance

/src/contrib/unbound/util/data/
H A Dmsgencode.c81 struct compress_tree_node { struct
83 struct compress_tree_node* left; argument
85 struct compress_tree_node* right; argument
88 struct compress_tree_node* parent; argument
111 compress_tree_search(struct compress_tree_node** tree, uint8_t* dname, in compress_tree_search() argument
112 int labs, struct compress_tree_node** match, int* matchlabels, in compress_tree_search()
113 struct compress_tree_node*** insertpt) in compress_tree_search()
116 struct compress_tree_node* p = *tree; in compress_tree_search()
117 struct compress_tree_node* close = 0; in compress_tree_search()
118 struct compress_tree_node** prev = tree; in compress_tree_search()
[all …]
/src/contrib/unbound/contrib/
H A Dfastrpz.patch3303 + struct regional* region, struct compress_tree_node** tree,
3329 insert_query(struct query_info* qinfo, struct compress_tree_node** tree,