Lines Matching refs:node_num
186 match_num = node->node_num[fam];
196 /* Now search non-radix elements for a match with a lower node_num. */
201 if (match_num != -1 && match_num < e->node_num) {
207 if (match_num == -1 || e->node_num < match_num) {
209 *match = -e->node_num;
211 *match = e->node_num;
298 * Now copy in the new elements, increasing their node_num
306 if (source->elements[i].node_num > max_node) {
307 max_node = source->elements[i].node_num;
314 dest->elements[nelem + i].node_num =
315 source->elements[i].node_num + dns_acl_node_count(dest);