Lines Matching defs:closest
74 * a lookup of a name you know its closest match, and the parent from that
75 * closest match. These are possible compression targets.
98 * Find domain name in tree, returns exact and closest match.
102 * @param match: closest or exact match.
105 * @param matchlabels: number of labels that match with closest match.
203 * @param closest: match from previous lookup, used to compress dname.
211 struct regional* region, struct compress_tree_node* closest,
218 if(closest) uplabs = labs - closest->labs;
249 prevnode->parent = closest;