HomeSort by relevance Sort by last modified time
    Searched defs:next_name (Results 1 - 2 of 2) sorted by null

  /external/chromium/net/base/
dnssec_chain_verifier.cc 215 base::StringPiece next_name; local
216 err = LeaveZone(&next_name);
228 err = EnterZone(next_name);
638 base::StringPiece* next_name) {
643 if (!ReadName(next_name) ||
652 err = ReadDSSet(&rrdatas, *next_name);
664 *next_name, current_zone_->name, sig, rrtype, rrdatas)) {
671 if (MatchingLabels(target_, *next_name) <= current_zone_->matching_labels)
675 if (next_name->size() != target_.size() ||
676 memcmp(next_name->data(), target_.data(), target_.size()))
    [all...]
  /external/freetype/src/truetype/
ttgxvar.c 627 FT_String* next_name; local
733 next_name = (FT_String*)next_coords;
736 mmvar->axis[i].name = next_name;
737 next_name += 5;
805 next_name = (FT_String*)next_coords;
808 a->name = next_name;
820 next_name += 5;
    [all...]

Completed in 88 milliseconds