Lines Matching defs:labels
148 (name)->labels = OFFSETLEN(node); \
466 * All of the existing labels are in common,
468 * Whack off the common labels for the
490 * The number of labels in common is fewer
491 * than the number of labels at the current
565 OFFSETLEN(current) = prefix->labels;
729 * the lack of bitstring labels.
839 * All of the labels have been tried against the hash
841 * labels, the name isn't in the table.
858 * The names have some common suffix labels.
932 * Though there are labels in common, the
1421 unsigned int labels;
1426 labels = dns_name_countlabels(name);
1427 ENSURE(labels > 0);
1433 region.length + labels + 1);
1463 * of labels, whether the name is absolute or not, the name itself,
1475 OLDOFFSETLEN(node) = OFFSETLEN(node) = labels;
1479 memmove(OFFSETS(node), name->offsets, labels);
2249 name->labels--;