Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/unbound/dist/util/data/
H A Dmsgencode.c77 struct compress_tree_node { struct
79 struct compress_tree_node* left; argument
81 struct compress_tree_node* right; argument
84 struct compress_tree_node* parent; argument
107 compress_tree_search(struct compress_tree_node** tree, uint8_t* dname, in compress_tree_search() argument
108 int labs, struct compress_tree_node** match, int* matchlabels, in compress_tree_search()
109 struct compress_tree_node*** insertpt) in compress_tree_search()
112 struct compress_tree_node* p = *tree; in compress_tree_search()
113 struct compress_tree_node* close = 0; in compress_tree_search()
114 struct compress_tree_node** prev = tree; in compress_tree_search()
[all …]
/netbsd-src/external/bsd/unbound/dist/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,