Home | History | Annotate | Download | only in base

Lines Matching refs:target_

172   // The number of consecutive labels which |name| shares with |target_|,
182 target_(target),
585 current_zone_->matching_labels = MatchingLabels(target_, zone);
671 if (MatchingLabels(target_, *next_name) <= current_zone_->matching_labels)
674 // If this is the final entry in the chain then the name must match target_
675 if (next_name->size() != target_.size() ||
676 memcmp(next_name->data(), target_.data(), target_.size())) {
685 if (next_name->size() != target_.size() ||
686 memcmp(next_name->data(), target_.data(), target_.size())) {
690 target_ = rrdatas[0].as_string();
693 while (MatchingLabels(target_, current_zone_->name) <