Lines Matching refs:labels
278 name->labels = OFFSETLEN(node);
288 name->labels = OFFSETLEN(node);
1178 * 2. Our RBT nodes contain not only single labels but label
1269 * All of the existing labels are in common,
1271 * Whack off the common labels for the
1294 * The number of labels in common is fewer
1295 * than the number of labels at the current
1363 OFFSETLEN(current) = prefix->labels;
1537 * the lack of bitstring labels.
1674 * All of the labels have been tried against the hash
1676 * labels, the name isn't in the table.
1695 * The names have some common suffix labels.
1769 * Though there are labels in common, the
2235 unsigned int labels;
2241 labels = dns_name_countlabels(name);
2242 ENSURE(labels > 0);
2247 nodelen = sizeof(dns_rbtnode_t) + region.length + labels + 1;
2286 * of labels, whether the name is absolute or not, the name itself,
2298 OLDOFFSETLEN(node) = OFFSETLEN(node) = labels;
2302 memmove(OFFSETS(node), name->offsets, labels);
3224 name->labels--;