Lines Matching full:element
38 /** data element associated with the binary string up to this node */
93 * Insert element into radix tree.
97 * @param elem: pointer to element data.
100 * On success the new radix node for this element.
106 * Delete element from radix tree.
108 * @param n: radix node for that element.
114 * Find radix element in tree.
124 * Find radix element in tree, and if not found, find the closest smaller or
125 * equal element in the tree.
137 * Return the first (smallest) element in the tree.
144 * Return the last (largest) element in the tree.
151 * Return the next element.
152 * @param n: the element to go from.
158 * Return the previous element.
159 * @param n: the element to go from.
202 * Find radix element in tree by domain name, and if not found,
203 * find the closest smaller or equal element in the tree.
217 * Insert radix element by domain name.
221 * @param elem: the element pointer to insert.
225 * On success the radix node for this element.
231 * Delete element by domain name from radix tree.